Merge pull request #3248 from wwylele/ir-new-frame
ir: convert to ServiceFramework
This commit is contained in:
commit
9b598d936d
9 changed files with 335 additions and 317 deletions
|
@ -275,7 +275,7 @@ void Init() {
|
|||
DLP::Init();
|
||||
FRD::Init();
|
||||
HID::Init();
|
||||
IR::Init();
|
||||
IR::InstallInterfaces(*SM::g_service_manager);
|
||||
MVD::Init();
|
||||
NDM::Init();
|
||||
NEWS::Init();
|
||||
|
@ -307,7 +307,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