From 60414b1d1c20907254f4fbffbf9a64bfa7805f0b Mon Sep 17 00:00:00 2001 From: hanfeng Date: Sat, 28 Jan 2023 03:18:38 +0000 Subject: [PATCH] update har Signed-off-by: hanfeng --- modulecheck/module.json | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/modulecheck/module.json b/modulecheck/module.json index f5e63e7e..20c18517 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -60,11 +60,22 @@ "enum": [ "name", "type", + "srcEntrance", "description", + "process", + "mainElement", "deviceTypes", + "installationFree", + "virtualMachine", "uiSyntax", "metadata", - "requestPermissions" + "abilities", + "extensionAbilities", + "requestPermissions", + "definePermissions", + "testRunner", + "dependencies", + "libIsolation" ] }, "required": [ -- Gitee