cam: convert to ServiceFramework
This commit is contained in:
parent
683bd0a852
commit
07acc6ceab
11 changed files with 940 additions and 792 deletions
|
@ -267,7 +267,7 @@ void Init() {
|
|||
AM::Init();
|
||||
APT::Init();
|
||||
BOSS::Init();
|
||||
CAM::Init();
|
||||
CAM::InstallInterfaces(*SM::g_service_manager);
|
||||
CECD::Init();
|
||||
CFG::Init();
|
||||
DLP::Init();
|
||||
|
@ -311,7 +311,6 @@ void Shutdown() {
|
|||
DLP::Shutdown();
|
||||
CFG::Shutdown();
|
||||
CECD::Shutdown();
|
||||
CAM::Shutdown();
|
||||
BOSS::Shutdown();
|
||||
APT::Shutdown();
|
||||
AM::Shutdown();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue