module.json 820 字节
Newer Older
C
chengxingzhen 已提交
1
{
T
txl000 已提交
2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27
    "module": {
        "name": "entry_test",
        "type": "entry",
        "srcEntrance": "./ets/Application/MyAbilityStage.ts",
        "description": "$string:entry_test_desc",
        "mainElement": "MainAbility",
        "deviceTypes": [
            "default",
            "tablet",
            "2in1"
        ],
        "deliveryWithInstall": true,
        "installationFree": false,
        "pages": "$profile:main_pages",
        "uiSyntax": "ets",
        "abilities": [
            {
                "name": "MainAbility",
                "srcEntrance": "./ets/MainAbility/MainAbility.ts",
                "description": "$string:MainAbility_desc",
                "icon": "$media:icon",
                "label": "$string:MainAbility_label",
                "visible": true
            }
        ]
    }
C
chengxingzhen 已提交
28
}