diff --git a/modulecheck/module.json b/modulecheck/module.json index 380a96721cba58cdd3719d8e06178565fde64c56..e3d199f42e05007316b03c2739dfe52557e32cb2 100644 --- a/modulecheck/module.json +++ b/modulecheck/module.json @@ -30,6 +30,8 @@ "name", "type", "srcEntry", + "abilitySrcEntryDelegator", + "abilityStageSrcEntryDelegator", "description", "deliveryWithInstall", "deviceTypes", @@ -114,6 +116,8 @@ "type", "srcEntrance", "srcEntry", + "abilitySrcEntryDelegator", + "abilityStageSrcEntryDelegator", "description", "process", "mainElement", @@ -167,6 +171,8 @@ "type", "srcEntrance", "srcEntry", + "abilitySrcEntryDelegator", + "abilityStageSrcEntryDelegator", "description", "process", "mainElement", @@ -230,6 +236,18 @@ "type": "string", "maxLength": 127 }, + "abilitySrcEntryDelegator": { + "description": "This tag indicates the delegator for Ability", + "type": "string", + "pattern": "^[a-zA-Z][0-9a-zA-Z_.]*$", + "maxLength": 127 + }, + "abilityStageSrcEntryDelegator": { + "description": "This tag indicates the delegator for AbilityStage", + "type": "string", + "pattern": "^[a-zA-Z][0-9a-zA-Z_.]*$", + "maxLength": 128 + }, "description": { "description": "Indicates the description of the current .hap file.", "type": "string",