Merge pull request #3367 from wwylele/y2r-new-framework
Service/Y2R: convert to ServiceFramework
This commit is contained in:
commit
ee0bd3a8db
3 changed files with 356 additions and 297 deletions
|
@ -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");
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue