From a8fa20d75da4828cc19bce8eeb309306ffdd029d Mon Sep 17 00:00:00 2001 From: wuyongning Date: Thu, 10 Mar 2022 16:42:51 +0800 Subject: [PATCH] update file Signed-off-by: wuyongning Changes to be committed: modified: bundle.json --- bundle.json | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/bundle.json b/bundle.json index 17d1e1431..a0b654824 100644 --- a/bundle.json +++ b/bundle.json @@ -38,7 +38,9 @@ "name": "distributeddatamgr", "subsystem": "distributeddatamgr", "syscap": [ - "SystemCapability.Data.DATA_DISTRIBUTEDDATAMGR" + "SystemCapability.DistributedDataManager.KVStore.Core", + "SystemCapability.DistributedDataManager.KVStore.Lite", + "SystemCapability.DistributedDataManager.KVStore.DistributedKVStore" ], "features": [], "adapted_system_type": [ -- Gitee