From 4c02c775a0070dc9132f0b75b26454b063598b7a Mon Sep 17 00:00:00 2001 From: libaoping Date: Mon, 22 Aug 2022 10:51:01 +0800 Subject: [PATCH] fix:Rectification of the inconsistency between the syscap definition and the components in the SDK Signed-off-by: libaoping --- bundle.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bundle.json b/bundle.json index fdf33a8..21fb883 100644 --- a/bundle.json +++ b/bundle.json @@ -18,6 +18,9 @@ "mini" ], "features": [], + "syscap":[ + "SystemCapability.Communication.IPC.Core" + ], "rom": "500KB", "ram": "100KB", "deps": { -- GitLab