diff --git a/modulecheck/module.json b/modulecheck/module.json index 94961061592ffe46d98011bf8aa393f510905d10..751dd1e6c88bd96a7fbb6dc22070d3b10eeb616e 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -35,7 +35,6 @@ "description", "deliveryWithInstall", "deviceTypes", - "deviceFeatures", "pages", "metadata", "abilities", @@ -125,7 +124,6 @@ "process", "mainElement", "deviceTypes", - "deviceFeatures", "deliveryWithInstall", "installationFree", "virtualMachine", @@ -185,7 +183,6 @@ "process", "mainElement", "deviceTypes", - "deviceFeatures", "deliveryWithInstall", "installationFree", "virtualMachine", @@ -293,19 +290,6 @@ ] } }, - "deviceFeatures": { - "description": "Declarable device capabilities required by the application.", - "type": "array", - "uniqueItems": true, - "items": { - "type": "string", - "enum": [ - "multi_process", - "free_multi_window", - "directory_permission" - ] - } - }, "deliveryWithInstall": { "description": "Specifies whether the .hap file is installed when the user installs the application.true: The .hap file is installed during the application installation.false: The .hap file is not installed during the application installation.This label cannot be left blank.", "type": "boolean"