config.json 1.3 KB
Newer Older
G
gaoxi 已提交
1 2
{
  "app": {
G
gaoxi 已提交
3
    "bundleName": "com.ohos.miscscreenlock",
G
gaoxi 已提交
4 5 6 7 8 9 10 11 12 13 14 15 16
    "vendor": "ohos",
    "version": {
      "code": 1000000,
      "name": "1.0.0"
    },    
    "apiVersion": {
      "compatible": 8,
      "target": 8,
      "releaseType": "Release"
    }
  },
  "deviceConfig": {},
  "module": {
G
gaoxi 已提交
17
    "package": "com.ohos.miscscreenlock",
G
gaoxi 已提交
18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43
    "name": ".MyApplication",
    "deviceType": [
      "phone",
      "tablet",
      "tv",
      "wearable"
    ],
    "distro": {
      "deliveryWithInstall": true,
      "moduleName": "entry",
      "moduleType": "entry",
      "installationFree": false
    },
    "abilities": [
      {
        "skills": [
          {
            "entities": [
              "entity.system.home"
            ],
            "actions": [
              "action.system.home"
            ]
          }
        ],
        "visible": true,
G
gaoxi 已提交
44
        "name": "com.ohos.miscscreenlock.MainAbility",
G
gaoxi 已提交
45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65
        "icon": "$media:icon",
        "description": "$string:mainability_description",
        "label": "$string:entry_MainAbility",
        "type": "page",
        "launchType": "standard"
      }
    ],
    "js": [
      {
        "pages": [
          "pages/index/index"
        ],
        "name": "default",
        "window": {
          "designWidth": 720,
          "autoDesignWidth": true
        }
      }
    ]
  }
}