From 2572a8118d4e1260efa32b715d2c8c5b50214c6b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=A2=E5=87=AF=E6=98=8E?= Date: Tue, 2 Jul 2024 06:15:40 +0000 Subject: [PATCH] =?UTF-8?q?=E5=8A=9F=E8=83=BD=E5=BC=80=E5=85=B3=E8=BF=81?= =?UTF-8?q?=E7=A7=BB=E5=88=B0bundle.json?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: 谢凯明 --- bundle.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 653a598..cb83b40 100644 --- a/bundle.json +++ b/bundle.json @@ -16,7 +16,10 @@ "SystemCapability.Customization.ConfigPolicy", "SystemCapability.Customization.CustomConfig" ], - "features": [], + "features": [ + "config_policy_api_support", + "config_policy_fs_prefix" + ], "adapted_system_type": [ "standard", "small" ], "hisysevent_config": [ "//base/customization/config_policy/frameworks/dfx/hisysevent.yaml" -- Gitee