config.json 2.0 KB
Newer Older
L
lwx1121892 已提交
1 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 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
{
  "app": {
    "apiVersion": {
        "compatible": 6,
        "releaseType": "Beta1",
        "target": 7
    },
      "vendor": "acts",
      "bundleName": "ohos.acts.multimedia.audio.audiorendererchangeInfo",
      "version": {
          "code": 1000000,
          "name": "1.0.0"
      }
  },
  "deviceConfig": {
      "default": {
          "debug": true
      }
  },
  "module": {
      "abilities": [
          {
              "iconId": 16777218,
              "skills": [
                  {
                      "entities": [
                          "entity.system.home"
                      ],
                      "actions": [
                          "action.system.home"
                      ]
                  }
              ],
              "descriptionId": 16777217,
              "visible": true,
              "labelId": 16777216,
              "icon": "$media:icon",
              "name": "ohos.acts.multimedia.audio.audiorendererchangeInfo.MainAbility",
              "description": "$string:mainability_description",
              "label": "$string:entry_MainAbility",
              "type": "page",
              "homeAbility": true,
              "launchType": "standard"
          }
      ],
      "deviceType": [
S
add  
shilei 已提交
47
      "tablet",
S
add  
shilei 已提交
48
      "default",
L
lwx1121892 已提交
49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76
          "phone",
          "tablet",
          "tv",
          "wearable"
      ],
      "mainAbility": "ohos.acts.multimedia.audio.audiorendererchangeInfo.MainAbility",
      "distro": {
          "moduleType": "entry",
          "installationFree": false,
          "deliveryWithInstall": true,
          "moduleName": "entry"
      },
      "package": "ohos.acts.multimedia.audio.audiorendererchangeInfo",
      "name": ".MyApplication",
      "js": [
          {
              "pages": [
                  "pages/index/index"
              ],
              "name": "default",
              "window": {
                  "designWidth": 720,
                  "autoDesignWidth": true
              }
          }
      ]
  }
}