From cbff286502a34baaadee7ddc8a4cc95b94f1e1d8 Mon Sep 17 00:00:00 2001 From: zhangyuhang72 Date: Thu, 22 May 2025 16:08:29 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=9E=E9=80=80appStartupInner.json=E6=94=AF?= =?UTF-8?q?=E6=8C=81matchRules=E5=AD=97=E6=AE=B5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: zhangyuhang72 Change-Id: I9f8cd1a6f871c2a37b6e9f466a138350886ef38f --- modulecheck/appStartupInner.json | 89 +------------------------------- 1 file changed, 2 insertions(+), 87 deletions(-) diff --git a/modulecheck/appStartupInner.json b/modulecheck/appStartupInner.json index de87c06d..7d2b8849 100644 --- a/modulecheck/appStartupInner.json +++ b/modulecheck/appStartupInner.json @@ -22,8 +22,7 @@ "dependencies", "excludeFromAutoStart", "runOnThread", - "waitOnMainThread", - "matchRules" + "waitOnMainThread" ] }, "required": [ @@ -72,52 +71,6 @@ "description": "Indicates whether the har/hsp startup task block the main thread.", "type": "boolean", "default": true - }, - "matchRules": { - "description": "Incidcates match rules of the startup task.", - "type": "object", - "propertyNames": { - "enum": [ - "uris", - "insightIntents", - "actions", - "customization" - ] - }, - "properties": { - "uris": { - "description": "Indicates uri match rule of the startup task.", - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - }, - "insightIntents": { - "description": "Indicates insightIntent match rule of the startup task.", - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - }, - "actions": { - "description": "Indicates action match rule of the startup task.", - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - }, - "customization": { - "description": "Indicates custom match rule of the startup task.", - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - } - } } } } @@ -133,8 +86,7 @@ "srcEntry", "dependencies", "excludeFromAutoStart", - "runOnThread", - "matchRules" + "runOnThread" ] }, "required": [ @@ -177,43 +129,6 @@ "enum": [ "taskPool" ] - }, - "matchRules": { - "description": "Incidcates match rules of the startup task.", - "type": "object", - "propertyNames": { - "enum": [ - "uris", - "insightIntents", - "actions" - ] - }, - "properties": { - "uris": { - "description": "Indicates uri match rule of the startup task.", - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - }, - "insightIntents": { - "description": "Indicates insightIntent match rule of the startup task.", - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - }, - "actions": { - "description": "Indicates action match rule of the startup task.", - "type": "array", - "uniqueItems": true, - "items": { - "type": "string" - } - } - } } } } -- Gitee