From e62a4cd5980d0284830865f9a6dfe51b1e330de8 Mon Sep 17 00:00:00 2001 From: changzheng6 Date: Tue, 20 Dec 2022 10:06:55 +0800 Subject: [PATCH] update har and shared schema Signed-off-by: changzheng6 --- modulecheck/module.json | 18 +----------------- 1 file changed, 1 insertion(+), 17 deletions(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index f147e4b6..db586f37 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -31,18 +31,11 @@ "type", "srcEntrance", "description", - "process", - "mainElement", "deliveryWithInstall", "deviceTypes", - "installationFree", - "virtualMachine", - "uiSyntax", "pages", "metadata", "requestPermissions", - "definePermissions", - "testRunner", "dependencies", "libIsolation" ] @@ -67,20 +60,11 @@ "enum": [ "name", "type", - "srcEntrance", "description", - "process", - "mainElement", "deviceTypes", - "installationFree", - "virtualMachine", "uiSyntax", "metadata", - "requestPermissions", - "definePermissions", - "testRunner", - "dependencies", - "libIsolation" + "requestPermissions" ] }, "required": [ -- Gitee