1{ 2 "app": { 3 "bundleName": "com.example.acejsapi", 4 "vendor": "example", 5 "version": { 6 "code": 1000000, 7 "name": "1.0.0" 8 } 9 }, 10 "deviceConfig": {}, 11 "module": { 12 "package": "com.example.acejsapi", 13 "name": ".entry", 14 "mainAbility": ".MainAbility", 15 "deviceType": [], 16 "distro": { 17 "deliveryWithInstall": true, 18 "moduleName": "entry", 19 "moduleType": "entry", 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 ], 80 "name": ".MainAbility", 81 "window": { 82 "designWidth": 720, 83 "autoDesignWidth": true 84 } 85 }, 86 { 87 "pages": [ 88 "pages/index/index" 89 ], 90 "name": ".TestAbility", 91 "window": { 92 "designWidth": 720, 93 "autoDesignWidth": false 94 } 95 } 96 ], 97 "testRunner": { 98 "name": "OpenHarmonyTestRunner", 99 "srcPath": "TestRunner" 100 }, 101 "srcPath": "" 102 } 103}