From 519d811ea74572f5096cd5bdb624e2d18a2dc8e5 Mon Sep 17 00:00:00 2001 From: ganchuantao Date: Tue, 29 Jul 2025 08:51:12 +0000 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=E6=A1=86=E6=9E=B6=E4=B8=AD?= =?UTF-8?q?=E9=85=8D=E7=BD=AEnative=5Fdaemon=20=E6=9C=8D=E5=8A=A1?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: ganchuantao --- local_coverage/resident_service/system_part_service.json | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/local_coverage/resident_service/system_part_service.json b/local_coverage/resident_service/system_part_service.json index f640938..dcf5cd4 100644 --- a/local_coverage/resident_service/system_part_service.json +++ b/local_coverage/resident_service/system_part_service.json @@ -28,7 +28,8 @@ "power_mgr": ["power"], "data_share": ["com.ohos.medialibrary.medialibrarydata"], "dinput": ["dinput"], - "dsoftbus": ["softbus_server"] + "dsoftbus": ["softbus_server"], + "developtools": ["native_daemon"] }, "services_component_dict": { "wms": ["window_manager"], @@ -74,7 +75,8 @@ "softbus_server": [ "BusCenterHeartbeatSdkTest", "BusCenterMetaNodeSdkTest", "BusCenterSdkTest", "BusCenterServerTest", "ClientBusCenterMgrTest", "ClientBusMangerTest", "SetDataChangeTest" - ] + ], + "native_daemon": ["hiprofiler"] }, "component_gcda_dict": { "wms": ["obj/foundation/window/window_manager"], @@ -112,6 +114,7 @@ "com.ohos.medialibrary.medialibrarydata": ["obj/foundation/distributeddatamgr/data_share"], "dinput": ["obj/foundation/distributedhardware/distributed_input"], "softbus_server": ["obj/foundation/communication/dsoftbus"], - "camera_service": ["obj/foundation/multimedia/camera_framework"] + "camera_service": ["obj/foundation/multimedia/camera_framework"], + "native_daemon": ["obj/developtools/profiler"] } } \ No newline at end of file -- Gitee