module.json 1001 字节
Newer Older
Z
zhangxingxia 已提交
1 2
{
  "module": {
Z
zhangxingxia 已提交
3 4 5
    "package": "com.example.statistics",
    "name": "entry",
    "mainAbility": "com.example.statistics.MainAbility",
Z
zhangxingxia 已提交
6 7 8 9 10
    "type": "entry",
    "srcEntrance": "./ets/Application/AbilityStage.ts",
    "description": "$string:entry_desc",
    "mainElement": "MainAbility",
    "deviceTypes": [
S
add  
shilei 已提交
11
      "tablet",
S
add  
shilei 已提交
12
      "default",
Z
zhangxingxia 已提交
13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37
      "phone"
    ],
    "deliveryWithInstall": true,
    "installationFree": false,
    "pages": "$profile:main_pages",
    "uiSyntax": "ets",
    "abilities": [
      {
        "name": "com.example.statistics.MainAbility",
        "srcEntrance": "./ets/MainAbility/MainAbility.ts",
        "description": "$string:MainAbility_desc",
        "icon": "$media:icon",
        "label": "$string:MainAbility_label",
        "visible": true,
        "skills": [
          {
            "entities": [
              "entity.system.home"
            ],
            "actions": [
              "action.system.home"
            ]
          }
        ]
      }
Z
zhangxingxia 已提交
38
    ]
Z
zhangxingxia 已提交
39 40
  }
}