Service/NFC: convert to ServiceFramework
This commit is contained in:
parent
42d68d6ea4
commit
e40d693057
7 changed files with 272 additions and 260 deletions
|
@ -251,7 +251,7 @@ void Init() {
|
|||
MVD::Init();
|
||||
NDM::Init();
|
||||
NEWS::InstallInterfaces(*SM::g_service_manager);
|
||||
NFC::Init();
|
||||
NFC::InstallInterfaces(*SM::g_service_manager);
|
||||
NIM::InstallInterfaces(*SM::g_service_manager);
|
||||
NWM::Init();
|
||||
PTM::InstallInterfaces(*SM::g_service_manager);
|
||||
|
@ -271,7 +271,6 @@ void Init() {
|
|||
|
||||
/// Shutdown ServiceManager
|
||||
void Shutdown() {
|
||||
NFC::Shutdown();
|
||||
NDM::Shutdown();
|
||||
DLP::Shutdown();
|
||||
CFG::Shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue