Service/FRD: convert to ServiceFramework
This commit is contained in:
parent
5178e5bce1
commit
6ebd3f396f
7 changed files with 313 additions and 267 deletions
|
@ -244,7 +244,7 @@ void Init() {
|
|||
CECD::Init();
|
||||
CFG::Init();
|
||||
DLP::Init();
|
||||
FRD::Init();
|
||||
FRD::InstallInterfaces(*SM::g_service_manager);
|
||||
GSP::InstallInterfaces(*SM::g_service_manager);
|
||||
HID::InstallInterfaces(*SM::g_service_manager);
|
||||
IR::InstallInterfaces(*SM::g_service_manager);
|
||||
|
@ -274,7 +274,6 @@ void Shutdown() {
|
|||
NFC::Shutdown();
|
||||
NEWS::Shutdown();
|
||||
NDM::Shutdown();
|
||||
FRD::Shutdown();
|
||||
DLP::Shutdown();
|
||||
CFG::Shutdown();
|
||||
CECD::Shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue