From 9c811b06b3469f5d2a1ecc94bfef5f66d4a21c2d Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Mon, 13 Jun 2022 15:40:31 +0800 Subject: [PATCH 1/3] IssueNo: #I5C0PL:shortcut add moduleName Description:shortcut add moduleName Sig:SIG_ApplicaitonFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: wangtiantian --- configcheck/configSchema_rich.json | 5 +++++ modulecheck/shortcuts.json | 5 +++++ 2 files changed, 10 insertions(+) diff --git a/configcheck/configSchema_rich.json b/configcheck/configSchema_rich.json index d47cd0db..469c89f8 100755 --- a/configcheck/configSchema_rich.json +++ b/configcheck/configSchema_rich.json @@ -2723,6 +2723,7 @@ "propertyNames": { "enum": [ "targetClass", + "targetModule", "targetBundle" ] }, @@ -2731,6 +2732,10 @@ "description": "Indicates the class name for the target ability of the shortcut.", "type": "string" }, + "targetModule": { + "description": "Indicates the module name for the target ability of the shortcut.", + "type": "string" + }, "targetBundle": { "description": "Indicates the application bundle name for the target ability of the shortcut.", "type": "string" diff --git a/modulecheck/shortcuts.json b/modulecheck/shortcuts.json index 0cfdc6b7..d46f607f 100644 --- a/modulecheck/shortcuts.json +++ b/modulecheck/shortcuts.json @@ -53,6 +53,7 @@ "propertyNames": { "enum": [ "bundleName", + "moduleName", "abilityName" ] }, @@ -61,6 +62,10 @@ "description": "Indicates the application bundle name for the target ability of the shortcut.", "type": "string" }, + "moduleName": { + "description": "Indicates the module name for the target ability of the shortcut.", + "type": "string" + }, "abilityName": { "description": "Indicates the class name for the target ability of the shortcut.", "type": "string" -- Gitee From f2ee33f1a15d8695b888a397b69d1cfe2a64dbee Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Wed, 15 Jun 2022 10:12:06 +0000 Subject: [PATCH 2/3] IssueNo: #I5C0PL:shortcut add moduleName Description:shortcut add moduleName Sig:SIG_ApplicaitonFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: wangtiantian --- configcheck/configSchema_rich.json | 5 ----- modulecheck/shortcuts.json | 4 ++++ 2 files changed, 4 insertions(+), 5 deletions(-) diff --git a/configcheck/configSchema_rich.json b/configcheck/configSchema_rich.json index 469c89f8..d47cd0db 100755 --- a/configcheck/configSchema_rich.json +++ b/configcheck/configSchema_rich.json @@ -2723,7 +2723,6 @@ "propertyNames": { "enum": [ "targetClass", - "targetModule", "targetBundle" ] }, @@ -2732,10 +2731,6 @@ "description": "Indicates the class name for the target ability of the shortcut.", "type": "string" }, - "targetModule": { - "description": "Indicates the module name for the target ability of the shortcut.", - "type": "string" - }, "targetBundle": { "description": "Indicates the application bundle name for the target ability of the shortcut.", "type": "string" diff --git a/modulecheck/shortcuts.json b/modulecheck/shortcuts.json index d46f607f..14c5ae2c 100644 --- a/modulecheck/shortcuts.json +++ b/modulecheck/shortcuts.json @@ -57,6 +57,10 @@ "abilityName" ] }, + "required": [ + "bundleName", + "abilityName" + ], "properties": { "bundleName": { "description": "Indicates the application bundle name for the target ability of the shortcut.", -- Gitee From 4fbf96e676e0e97c050a8919648e85dcc178c44c Mon Sep 17 00:00:00 2001 From: wangtiantian Date: Thu, 16 Jun 2022 06:12:28 +0000 Subject: [PATCH 3/3] IssueNo: #I5C0PL:shortcut add moduleName Description:shortcut add moduleName Sig:SIG_ApplicaitonFramework Feature or Bugfix:Feature Binary Source:No Signed-off-by: wangtiantian --- modulecheck/shortcuts.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/modulecheck/shortcuts.json b/modulecheck/shortcuts.json index 14c5ae2c..d46f607f 100644 --- a/modulecheck/shortcuts.json +++ b/modulecheck/shortcuts.json @@ -57,10 +57,6 @@ "abilityName" ] }, - "required": [ - "bundleName", - "abilityName" - ], "properties": { "bundleName": { "description": "Indicates the application bundle name for the target ability of the shortcut.", -- Gitee