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