Merge pull request #3470 from wwylele/news-framework
Service/NEWS: convert to ServiceFramework
This commit is contained in:
commit
42d68d6ea4
7 changed files with 46 additions and 62 deletions
|
@ -250,7 +250,7 @@ void Init() {
|
|||
IR::InstallInterfaces(*SM::g_service_manager);
|
||||
MVD::Init();
|
||||
NDM::Init();
|
||||
NEWS::Init();
|
||||
NEWS::InstallInterfaces(*SM::g_service_manager);
|
||||
NFC::Init();
|
||||
NIM::InstallInterfaces(*SM::g_service_manager);
|
||||
NWM::Init();
|
||||
|
@ -272,7 +272,6 @@ void Init() {
|
|||
/// Shutdown ServiceManager
|
||||
void Shutdown() {
|
||||
NFC::Shutdown();
|
||||
NEWS::Shutdown();
|
||||
NDM::Shutdown();
|
||||
DLP::Shutdown();
|
||||
CFG::Shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue