Merge pull request #3070 from B3n30/uds_connect_disconnect

NWM_UDS: change to Service Framework
This commit is contained in:
Weiyi Wang
2018-02-22 16:55:59 +02:00
committed by GitHub
7 changed files with 559 additions and 376 deletions

View File

@ -273,6 +273,7 @@ void Init() {
AC::InstallInterfaces(*SM::g_service_manager);
LDR::InstallInterfaces(*SM::g_service_manager);
MIC::InstallInterfaces(*SM::g_service_manager);
NWM::InstallInterfaces(*SM::g_service_manager);
FS::ArchiveInit();
ACT::Init();