From 85888bb22123b4f2987a5ba3eb1eeb1302683637 Mon Sep 17 00:00:00 2001 From: wangyongzhong2 Date: Wed, 28 Sep 2022 15:03:19 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B7=BB=E5=8A=A0DLP=E5=87=AD=E6=8D=AE?= =?UTF-8?q?=E7=AE=A1=E7=90=86SA=20ID?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: wangyongzhong2 --- .../innerkits/samgr_proxy/include/system_ability_definition.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h index 77b43e03..a004b232 100644 --- a/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h +++ b/interfaces/innerkits/samgr_proxy/include/system_ability_definition.h @@ -192,6 +192,7 @@ enum { DLP_PERMISSION_SERVICE_ID = 3521, RISK_ANALYSIS_MANAGER_SA_ID = 3523, DATA_COLLECT_MANAGER_SA_ID = 3524, + DLP_CREDENTIAL_SERVICE_ID = 3553, SUBSYS_SENSORS_SYS_ABILITY_ID_BEGIN = 3600, SENSOR_SERVICE_ABILITY_ID = 3601, MISCDEVICE_SERVICE_ABILITY_ID = 3602, @@ -408,6 +409,7 @@ static const std::map saNameMap_ = { { PLAYER_DISTRIBUTED_SERVICE_ID, "PlayerDistributedService"}, { CAMERA_SERVICE_ID, "CameraService"}, { AUDIO_POLICY_SERVICE_ID, "AudioPolicyService"}, + { DLP_CREDENTIAL_SERVICE_ID, "DlpCreService"}, }; } // namespace OHOS -- Gitee