设备监控-回写

This commit is contained in:
flower_linux
2026-03-20 17:19:29 +08:00
parent 903c349e1d
commit 51fa0bb51b
27 changed files with 402 additions and 19 deletions

View File

@@ -100,6 +100,8 @@ qt_add_executable(softbus_daemon
# device bus: registry skeleton
src/device_bus/registry/IDeviceRegistry.h
src/device_bus/registry/DeviceRegistry.h
src/device_bus/registry/DeviceRegistry.cpp
# devices: base skeleton
src/devices/base/IDevice.h