• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1{
2  "app": {
3    "apiVersion": {
4        "compatible": 6,
5        "releaseType": "Beta1",
6        "target": 7
7    },
8      "vendor": "acts",
9      "bundleName": "ohos.acts.multimedia.audio.audiovoip",
10      "version": {
11          "code": 1000000,
12          "name": "1.0.0"
13      }
14  },
15  "deviceConfig": {
16      "default": {
17          "debug": true
18      }
19  },
20  "module": {
21      "abilities": [
22        {
23            "skills": [
24                {
25                    "entities": [
26                        "entity.system.home"
27                    ],
28                    "actions": [
29                        "action.system.home"
30                    ]
31                }
32            ],
33            "orientation": "unspecified",
34            "formsEnabled": false,
35            "name": ".MainAbility",
36            "srcLanguage": "js",
37            "srcPath": "MainAbility",
38            "icon": "$media:icon",
39            "description": "$string:MainAbility_desc",
40            "label": "$string:MainAbility_label",
41            "type": "page",
42            "visible": true,
43            "launchType": "standard"
44        },
45        {
46            "orientation": "unspecified",
47            "formsEnabled": false,
48            "name": ".TestAbility",
49            "srcLanguage": "js",
50            "srcPath": "TestAbility",
51            "icon": "$media:icon",
52            "description": "$string:TestAbility_desc",
53            "label": "$string:TestAbility_label",
54            "type": "page",
55            "visible": true,
56            "launchType": "standard"
57        }
58      ],
59      "deviceType": [
60      "tablet",
61      "default",
62          "phone",
63          "tablet",
64          "tv",
65          "wearable"
66      ],
67      "mainAbility": ".MainAbility",
68      "distro": {
69          "moduleType": "entry",
70          "installationFree": false,
71          "deliveryWithInstall": true,
72          "moduleName": "entry"
73      },
74      "package": "ohos.acts.multimedia.audio.audiovoip",
75      "name": ".entry",
76      "srcPath":"",
77      "js": [
78          {
79              "pages": [
80                  "pages/index/index"
81              ],
82              "name": "default",
83              "window": {
84                  "designWidth": 720,
85                  "autoDesignWidth": true
86              }
87          },
88          {
89            "pages": [
90              "pages/index/index"
91            ],
92            "name": ".TestAbility",
93            "window": {
94              "designWidth": 720,
95              "autoDesignWidth": false
96            }
97          }
98      ],
99      "reqPermissions": [
100        {
101          "name": "ohos.permission.GRANT_SENSITIVE_PERMISSIONS",
102          "reason": "use ohos.permission.GRANT_SENSITIVE_PERMISSIONS"
103        },
104        {
105          "name": "ohos.permission.MICROPHONE",
106          "reason": "use ohos.permission.MICROPHONE"
107        },
108        {
109          "name": "ohos.permission.MANAGE_AUDIO_CONFIG",
110          "reason": "use ohos.permission.MANAGE_AUDIO_CONFIG"
111        }
112      ],
113      "testRunner": {
114          "name": "OpenHarmonyTestRunner",
115          "srcPath": "TestRunner"
116      }
117  }
118}