ir_user: convert to ServiceFramework
This commit is contained in:
parent
4812e98e05
commit
35b1306941
5 changed files with 203 additions and 210 deletions
|
@ -273,7 +273,6 @@ void Init() {
|
|||
DLP::Init();
|
||||
FRD::Init();
|
||||
HID::Init();
|
||||
IR::Init();
|
||||
IR::InstallInterfaces(*SM::g_service_manager);
|
||||
MVD::Init();
|
||||
NDM::Init();
|
||||
|
@ -306,7 +305,6 @@ void Shutdown() {
|
|||
NIM::Shutdown();
|
||||
NEWS::Shutdown();
|
||||
NDM::Shutdown();
|
||||
IR::Shutdown();
|
||||
HID::Shutdown();
|
||||
FRD::Shutdown();
|
||||
DLP::Shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue