From 911a4c83698eb304f7bc99149a6339ec5e13cfbd Mon Sep 17 00:00:00 2001 From: xiekaiming Date: Tue, 28 May 2024 14:43:31 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=B0=E5=A2=9Esyscap?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: xiekaiming --- bundle.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 3efca3f..653a598 100644 --- a/bundle.json +++ b/bundle.json @@ -12,7 +12,10 @@ "component": { "name": "config_policy", "subsystem": "customization", - "syscap": [ "SystemCapability.Customization.ConfigPolicy" ], + "syscap": [ + "SystemCapability.Customization.ConfigPolicy", + "SystemCapability.Customization.CustomConfig" + ], "features": [], "adapted_system_type": [ "standard", "small" ], "hisysevent_config": [ -- Gitee