Merge pull request #3239 from wwylele/cam-new-frame
cam: convert to ServiceFramework
This commit is contained in:
@ -269,7 +269,7 @@ void Init() {
|
||||
AM::Init();
|
||||
APT::Init();
|
||||
BOSS::Init();
|
||||
CAM::Init();
|
||||
CAM::InstallInterfaces(*SM::g_service_manager);
|
||||
CECD::Init();
|
||||
CFG::Init();
|
||||
DLP::Init();
|
||||
@ -312,7 +312,6 @@ void Shutdown() {
|
||||
DLP::Shutdown();
|
||||
CFG::Shutdown();
|
||||
CECD::Shutdown();
|
||||
CAM::Shutdown();
|
||||
BOSS::Shutdown();
|
||||
APT::Shutdown();
|
||||
AM::Shutdown();
|
||||
|
Reference in New Issue
Block a user