Merge pull request #3367 from wwylele/y2r-new-framework

Service/Y2R: convert to ServiceFramework
This commit is contained in:
bunnei 2018-02-02 12:12:47 -08:00 committed by GitHub
commit ee0bd3a8db
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 356 additions and 297 deletions

View file

@ -295,7 +295,7 @@ void Init() {
AddService(new PM::PM_APP);
AddService(new SOC::SOC_U);
AddService(new SSL::SSL_C);
AddService(new Y2R::Y2R_U);
Y2R::InstallInterfaces(*SM::g_service_manager);
LOG_DEBUG(Service, "initialized OK");
}