config.json 2.3 KB
Newer Older
K
kirl75 已提交
1 2 3 4 5
{
  "app": {
    "bundleName": "com.example.amsZipfileUnzipfileST",
    "vendor": "example",
    "version": {
K
kirl.liu 已提交
6 7 8 9 10 11 12
      "code": 1,
      "name": "1.0"
    },
    "apiVersion": {
      "compatible": 4,
      "target": 5,
      "releaseType": "Beta1"
K
kirl75 已提交
13 14 15 16 17
    }
  },
  "deviceConfig": {},
  "module": {
    "package": "com.example.amsZipfileUnzipfileST",
J
jiyong_sd 已提交
18 19 20
    "name": ".entry",
    "mainAbility": ".MainAbility",
    "srcPath":"",
K
kirl75 已提交
21
    "deviceType": [
S
add  
shilei 已提交
22
      "tablet",
S
add  
shilei 已提交
23
      "default",
24
      "default"
K
kirl75 已提交
25 26 27 28
    ],
    "distro": {
      "deliveryWithInstall": true,
      "moduleName": "entry",
K
kirl.liu 已提交
29
      "moduleType": "entry"
K
kirl75 已提交
30 31 32 33 34 35
    },
    "abilities": [
      {
        "skills": [
          {
            "entities": [
K
kirl.liu 已提交
36 37
              "entity.system.home",
              "flag.home.intent.from.system"
K
kirl75 已提交
38 39 40 41 42 43
            ],
            "actions": [
              "action.system.home"
            ]
          }
        ],
J
jiyong_sd 已提交
44 45 46 47 48
        "orientation": "unspecified",
        "formsEnabled": false,
        "name": ".MainAbility",
        "srcLanguage": "js",
        "srcPath": "MainAbility",
K
kirl75 已提交
49
        "icon": "$media:icon",
J
jiyong_sd 已提交
50 51
        "description": "$string:MainAbility_desc",
        "label": "$string:MainAbility_label",
K
kirl75 已提交
52
        "type": "page",
J
jiyong_sd 已提交
53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69
        "visible": true,
        "launchType": "standard"
    },
    {
        "orientation": "unspecified",
        "formsEnabled": false,
        "name": ".TestAbility",
        "srcLanguage": "js",
        "srcPath": "TestAbility",
        "icon": "$media:icon",
        "description": "$string:TestAbility_desc",
        "label": "$string:TestAbility_label",
        "type": "page",
        "visible": true,
        "launchType": "standard"
    }
],
K
kirl75 已提交
70
    "reqPermissions": [
K
kirl.liu 已提交
71 72 73 74 75 76 77 78 79 80 81
    ],
    "js": [
      {
        "pages": [
          "pages/index/index"
        ],
        "name": "default",
        "window": {
          "designWidth": 720,
          "autoDesignWidth": false
        }
J
jiyong_sd 已提交
82 83 84 85 86 87 88 89 90 91
      },
      {
        "pages": [
          "pages/index/index"
        ],
        "name": ".TestAbility",
        "window": {
          "designWidth": 720,
          "autoDesignWidth": false
        }
K
kirl.liu 已提交
92
      }
J
jiyong_sd 已提交
93 94 95 96 97
    ],
    "testRunner": {
        "name": "OpenHarmonyTestRunner",
        "srcPath": "TestRunner"
    }
K
kirl75 已提交
98
  }
K
kirl.liu 已提交
99
}