1{ 2 "app": { 3 "bundleName": "com.example.acejsapi", 4 "vendor": "acts", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "com.example.acejsapi", 13 "name": ".entry_test", 14 "mainAbility": ".TestAbility", 15 "deviceType": [], 16 "distro": { 17 "deliveryWithInstall": true, 18 "moduleName": "entry_test", 19 "moduleType": "feature", 20 "installationFree": false 21 }, 22 "abilities": [ 23 { 24 "skills": [ 25 { 26 "entities": [ 27 "entity.system.home" 28 ], 29 "actions": [ 30 "action.system.home" 31 ] 32 } 33 ], 34 "orientation": "unspecified", 35 "formsEnabled": false, 36 "name": ".MainAbility", 37 "srcLanguage": "js", 38 "srcPath": "MainAbility", 39 "icon": "$media:icon", 40 "description": "$string:MainAbility_desc", 41 "label": "$string:MainAbility_label", 42 "type": "page", 43 "visible": true, 44 "launchType": "standard" 45 }, 46 { 47 "orientation": "unspecified", 48 "formsEnabled": false, 49 "name": ".TestAbility", 50 "srcLanguage": "js", 51 "srcPath": "TestAbility", 52 "icon": "$media:icon", 53 "description": "$string:TestAbility_desc", 54 "label": "$string:TestAbility_label", 55 "type": "page", 56 "visible": true, 57 "launchType": "standard" 58 } 59 ], 60 "js": [ 61 { 62 "pages": [ 63 "pages/index/index", 64 "pages/routerPush/index", 65 "pages/routerReplace/index", 66 "pages/video/router/index", 67 "pages/animate/router/index", 68 "pages/camera/router/index", 69 "pages/canvas/router/index", 70 "pages/div/router/index", 71 "pages/input/router/index", 72 "pages/text/router/index", 73 "pages/viewModel/child/child", 74 "pages/viewModel/parent/parent", 75 "pages/viewModel/root/root", 76 "pages/viewModel1/index/index", 77 "pages/viewModel1/comp/comp", 78 "pages/list/router/index", 79 "pages/global/index" 80 ], 81 "name": ".MainAbility", 82 "window": { 83 "designWidth": 720, 84 "autoDesignWidth": true 85 } 86 }, 87 { 88 "pages": [ 89 "pages/index/index" 90 ], 91 "name": ".TestAbility", 92 "window": { 93 "designWidth": 720, 94 "autoDesignWidth": false 95 } 96 } 97 ], 98 "testRunner": { 99 "name": "OpenHarmonyTestRunner", 100 "srcPath": "TestRunner" 101 }, 102 "srcPath": "" 103 } 104}