Merge pull request #3470 from wwylele/news-framework

Service/NEWS: convert to ServiceFramework
This commit is contained in:
Ben 2018-03-09 17:52:21 +01:00 committed by GitHub
commit 42d68d6ea4
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
7 changed files with 46 additions and 62 deletions

View file

@ -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();