From 51c8e30c58d7d732b568b57eef22763d15ce726f Mon Sep 17 00:00:00 2001 From: wellinleo Date: Mon, 7 Mar 2022 10:48:38 +0800 Subject: [PATCH] add syscap Signed-off-by: wellinleo --- bundle.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 864b62204..99a922ead 100644 --- a/bundle.json +++ b/bundle.json @@ -38,7 +38,10 @@ "name": "distributeddatamgr", "subsystem": "distributeddatamgr", "syscap": [ - "SystemCapability.Data.DATA_DISTRIBUTEDDATAMGR" + "SystemCapability.Data.DATA_DISTRIBUTEDDATAMGR", + "SystemCapability.DistributedDataManager.KVStore.Core", + "SystemCapability.DistributedDataManager.KVStore.Lite", + "SystemCapability.DistributedDataManager.KVStore.DistributedKVStore" ], "features": [], "adapted_system_type": [ -- Gitee