From bf637ed618de6a4a6ed534026363ed9721c7ad30 Mon Sep 17 00:00:00 2001 From: wangdengjia Date: Thu, 16 Mar 2023 15:04:51 +0800 Subject: [PATCH] IssueNo:#I6NNXD Description:change shared to bundle type Sig:bundleManager Feature or Bugfix:Bugfix Binary Source:No Signed-off-by: wangdengjia Change-Id: Ib28752275cd7a80bd416e02857c033b84f6330f6 --- modulecheck/app.json | 22 ++-------------------- 1 file changed, 2 insertions(+), 20 deletions(-) diff --git a/modulecheck/app.json b/modulecheck/app.json index c4b60ede..52850762 100644 --- a/modulecheck/app.json +++ b/modulecheck/app.json @@ -83,7 +83,6 @@ "bundleName", "debug", "bundleType", - "shared", "icon", "label", "description", @@ -125,27 +124,10 @@ "type":"string", "enum": [ "app", - "atomicService" + "atomicService", + "shared" ] }, - "shared": { - "description": "Indicates the application is a shared bundle.", - "type":"object", - "propertyNames": { - "enum": [ - "compatiblePolicy" - ] - }, - "properties": { - "compatiblePolicy": { - "description": "Indicates the shared bundle compatible policy", - "type":"string", - "enum": [ - "backwardCompatibility" - ] - } - } - }, "debug": { "description": "Identify whether the application can be debugged.", "type": "boolean", -- Gitee