From 2c074e246993fb7f8d897051b5b9c5a23fcef877 Mon Sep 17 00:00:00 2001 From: longwei Date: Thu, 11 Aug 2022 12:40:00 +0800 Subject: [PATCH] add process for app in stage Signed-off-by: longwei Change-Id: I10b8fdf45ada02a62ff596d55e7e84c7068e73b6 --- modulecheck/app.json | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/modulecheck/app.json b/modulecheck/app.json index d0fdc0a3..274c6c9e 100644 --- a/modulecheck/app.json +++ b/modulecheck/app.json @@ -44,6 +44,7 @@ "userDataClearable", "accessible", "targetBundleList", + "process", "default", "tablet", "tv", @@ -178,6 +179,11 @@ "type": "string" } }, + "process": { + "description": "Indicates the process name of thi application. If config thie word, every ability in this application will be under this process.", + "type": "string", + "maxLength": 127 + }, "default": { "description": "The configuration in the default tag is applicable to all devices. If the configuration is different for other device types, you need to configure the configuration under the configuration tag of the device type.", "type": "object", -- Gitee