service/qtm: Migrate to ServiceFramework (#3892)
* service/qtm: Migrate to ServiceFramework * service/qtm: Fix clang format
This commit is contained in:
parent
9ae70e733f
commit
3e42b361b1
12 changed files with 91 additions and 49 deletions
|
@ -254,7 +254,7 @@ void Init(std::shared_ptr<SM::ServiceManager>& sm) {
|
|||
NIM::InstallInterfaces(*sm);
|
||||
NWM::Init();
|
||||
PTM::InstallInterfaces(*sm);
|
||||
QTM::Init();
|
||||
QTM::InstallInterfaces(*sm);
|
||||
|
||||
AddService(new CSND::CSND_SND);
|
||||
AddService(new DSP_DSP::Interface);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue