1{ 2 "app":{ 3 "bundleName":"com.example.accessiblecaptionconfiguration", 4 "vendor":"example", 5 "version":{ 6 "code":1, 7 "name":"1.0" 8 } 9 }, 10 "deviceConfig":{ 11 12 }, 13 "module":{ 14 "package":"com.example.accessiblecaptionconfiguration_test", 15 "name":".entry_test", 16 "mainAbility":".TestAbility", 17 "deviceType":[ 18 "wearable", 19 "tablet", 20 "default", 21 "phone" 22 ], 23 "reqPermissions":[ 24 { 25 "name":"ohos.permission.DISTRIBUTED_DATASYNC", 26 "reason":"ceshi" 27 } 28 ], 29 "testRunner":{ 30 "name":"OpenHarmonyTestRunner", 31 "srcPath":"TestRunner" 32 }, 33 "distro":{ 34 "deliveryWithInstall":true, 35 "installationFree":false, 36 "moduleName":"entry_test", 37 "moduleType":"feature" 38 }, 39 "abilities":[ 40 { 41 "description":"$string:TestAbility_desc", 42 "formsEnabled":false, 43 "icon":"$media:icon", 44 "label":"$string:TestAbility_label", 45 "launchType":"standard", 46 "name":".TestAbility", 47 "orientation":"unspecified", 48 "skills":[ 49 { 50 "actions":[ 51 "action.system.home" 52 ], 53 "entities":[ 54 "entity.system.home" 55 ] 56 } 57 ], 58 "srcLanguage":"js", 59 "srcPath":"TestAbility", 60 "type":"page", 61 "visible":true 62 } 63 ], 64 "js":[ 65 { 66 "name":".TestAbility", 67 "pages":[ 68 "pages/index/index" 69 ], 70 "window":{ 71 "autoDesignWidth":false, 72 "designWidth":720 73 } 74 } 75 ] 76 } 77}