Service/NEWS: convert to ServiceFramework

This commit is contained in:
wwylele 2018-03-04 20:47:18 +02:00
parent 3566987ecc
commit 61069d2b67
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();
FRD::Shutdown();
DLP::Shutdown();