From 74907bcf805cda4c75ba214a19e2e9d530a8e6fa Mon Sep 17 00:00:00 2001 From: lihehe Date: Thu, 6 Jul 2023 20:36:27 +0800 Subject: [PATCH] add code_signature in subsystem info Change-Id: I14857ad0c9ec9484b1856981087f93475e4e1b48 Signed-off-by: lihehe --- localCoverage/all_subsystem_config.json | 8 +++++++- .../resident_service/system_part_service.json | 10 ++++++---- 2 files changed, 13 insertions(+), 5 deletions(-) diff --git a/localCoverage/all_subsystem_config.json b/localCoverage/all_subsystem_config.json index 8c7164d..5e67bd6 100644 --- a/localCoverage/all_subsystem_config.json +++ b/localCoverage/all_subsystem_config.json @@ -1227,7 +1227,13 @@ "path": [ "vendor/huawei/virt_service/container_manager" ] - } + }, + "code_signature": { + "name": "code_signature", + "path": [ + "base/security/code_signature" + ] + } } diff --git a/localCoverage/resident_service/system_part_service.json b/localCoverage/resident_service/system_part_service.json index 48c610d..ca914e7 100644 --- a/localCoverage/resident_service/system_part_service.json +++ b/localCoverage/resident_service/system_part_service.json @@ -1,7 +1,7 @@ { "system_info_dict": { "window": ["wms"], - "security": ["huks_service", "dlp_permission", "accesstoken_ser|privacy_service|token_sync_ser", "dlp_credential_"], + "security": ["huks_service", "dlp_permission", "accesstoken_ser|privacy_service|token_sync_ser", "dlp_credential_", "local_code_sign"], "multimedia": ["media_service", "av_session"], "resourceschedule": ["device_usage_st", "resource_schedu", "bgtaskmgr_servi"], "account": ["accountmgr"], @@ -73,7 +73,8 @@ "softbus_server": [ "BusCenterHeartbeatSdkTest", "BusCenterMetaNodeSdkTest", "BusCenterSdkTest", "BusCenterServerTest", "ClientBusCenterMgrTest", "ClientBusMangerTest", "SetDataChangeTest" - ] + ], + "local_code_sign": ["code_signature"] }, "component_gcda_dict": { "wms": ["obj/foundation/window/window_manager"], @@ -110,6 +111,7 @@ "power": ["obj/base/powermgr"], "com.ohos.medialibrary.medialibrarydata": ["obj/foundation/distributeddatamgr/data_share"], "dinput": ["obj/foundation/distributedhardware/distributed_input"], - "softbus_server": ["obj/foundation/communication/dsoftbus"] + "softbus_server": ["obj/foundation/communication/dsoftbus"], + "local_code_sign": ["obj/base/security/code_signature"] } -} \ No newline at end of file +} -- Gitee