diff --git a/modulecheck/module.json b/modulecheck/module.json index 8b5251218b78c7350bfbf74bc8bcc0e8c1a49336..2009a32a7b38dccf3033d8c22e7b9688b2d75a11 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -35,6 +35,7 @@ "description", "deliveryWithInstall", "deviceTypes", + "deviceFeatures", "pages", "metadata", "abilities", @@ -80,6 +81,7 @@ "process", "mainElement", "deviceTypes", + "deviceFeatures", "installationFree", "virtualMachine", "uiSyntax", @@ -123,6 +125,7 @@ "process", "mainElement", "deviceTypes", + "deviceFeatures", "deliveryWithInstall", "installationFree", "virtualMachine", @@ -180,6 +183,7 @@ "process", "mainElement", "deviceTypes", + "deviceFeatures", "deliveryWithInstall", "installationFree", "virtualMachine", @@ -283,6 +287,19 @@ ] } }, + "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"