7dff1111创建于 2025年6月25日历史提交
{
  "app": {
    "bundleName": "com.acts.avsessionserver",
    "vendor": "example",
    "version": {
      "code": 1000000,
      "name": "1.0.0"
    },
    "apiVersion": {
      "compatible": 8,
      "target": 9
    }
  },
  "deviceConfig": {},
  "module": {
    "reqPermissions": [
      {
        "name": "ohos.permission.DISTRIBUTED_DATASYNC"
      },
      {
        "name": "ohos.permission.GET_DISTRIBUTED_DEVICE_INFO"
      },
      {
        "name": "ohos.permission.GET_BUNDLE_INFO"
      },
      {
        "name": "ohos.permission.MANAGE_MEDIA_RESOURCES"
      },
      {
        "name": "ohos.permission.ACCESS_SERVICE_DM"
      }
    ],
    "package": "com.acts.avsessionserver",
    "name": ".entry",
    "mainAbility": ".MainAbility",
    "srcPath": "",
    "deviceType": [
      "tablet",
      "default",
      "phone",
      "2in1",
      "wearable"
    ],
    "distro": {
      "deliveryWithInstall": true,
      "moduleName": "entry",
      "moduleType": "entry"
    },
    "abilities": [
      {
        "skills": [
          {
            "entities": [
              "entity.system.home"
            ],
            "actions": [
              "action.system.home"
            ]
          }
        ],
        "orientation": "unspecified",
        "formsEnabled": false,
        "name": ".MainAbility",
        "srcLanguage": "js",
        "srcPath": "MainAbility",
        "icon": "$media:icon",
        "description": "$string:MainAbility_desc",
        "label": "$string:MainAbility_label",
        "type": "page",
        "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"
      }
    ],
    "js": [
      {
        "pages": [
          "pages/index/index"
        ],
        "name": "default",
        "window": {
          "designWidth": 720,
          "autoDesignWidth": false
        }
      },
      {
        "pages": [
          "pages/index/index"
        ],
        "name": ".TestAbility",
        "window": {
          "designWidth": 720,
          "autoDesignWidth": false
        }
      }
    ],
    "testRunner": {
      "name": "OpenHarmonyTestRunner",
      "srcPath": "TestRunner"
    }
  }
}