config.json 2.2 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": [
K
kirl.liu 已提交
22
      "phone"
K
kirl75 已提交
23 24 25 26
    ],
    "distro": {
      "deliveryWithInstall": true,
      "moduleName": "entry",
K
kirl.liu 已提交
27
      "moduleType": "entry"
K
kirl75 已提交
28 29 30 31 32 33
    },
    "abilities": [
      {
        "skills": [
          {
            "entities": [
K
kirl.liu 已提交
34 35
              "entity.system.home",
              "flag.home.intent.from.system"
K
kirl75 已提交
36 37 38 39 40 41
            ],
            "actions": [
              "action.system.home"
            ]
          }
        ],
J
jiyong_sd 已提交
42 43 44 45 46
        "orientation": "unspecified",
        "formsEnabled": false,
        "name": ".MainAbility",
        "srcLanguage": "js",
        "srcPath": "MainAbility",
K
kirl75 已提交
47
        "icon": "$media:icon",
J
jiyong_sd 已提交
48 49
        "description": "$string:MainAbility_desc",
        "label": "$string:MainAbility_label",
K
kirl75 已提交
50
        "type": "page",
J
jiyong_sd 已提交
51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67
        "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 已提交
68
    "reqPermissions": [
K
kirl.liu 已提交
69 70 71 72 73 74 75 76 77 78 79
    ],
    "js": [
      {
        "pages": [
          "pages/index/index"
        ],
        "name": "default",
        "window": {
          "designWidth": 720,
          "autoDesignWidth": false
        }
J
jiyong_sd 已提交
80 81 82 83 84 85 86 87 88 89
      },
      {
        "pages": [
          "pages/index/index"
        ],
        "name": ".TestAbility",
        "window": {
          "designWidth": 720,
          "autoDesignWidth": false
        }
K
kirl.liu 已提交
90
      }
J
jiyong_sd 已提交
91 92 93 94 95
    ],
    "testRunner": {
        "name": "OpenHarmonyTestRunner",
        "srcPath": "TestRunner"
    }
K
kirl75 已提交
96
  }
K
kirl.liu 已提交
97
}