1{ 2 "app":{ 3 "bundleName": "com.ohos.amsst.ConfigurationUpdated", 4 "vendor": "ix", 5 "version": { 6 "code": 1, 7 "name": "1.0" 8 }, 9 "apiVersion": { 10 "compatible": 3, 11 "target": 3 12 } 13 }, 14 "deviceConfig": { 15 "default": { 16 } 17 }, 18 "module": { 19 "package":"com.ohos.ConfigurationUpdated.src", 20 "name":"MainAbility", 21 "deviceType": [ 22 "tv", 23 "car" 24 ], 25 "distro": { 26 "deliveryWithInstall": true, 27 "moduleName": "testability", 28 "moduleType": "entry" 29 }, 30 "abilities": [{ 31 "name": "MainAbility", 32 "icon": "$media:snowball", 33 "label": "MainAbility label", 34 "launchType": "standard", 35 "configChanges": ["orientation"], 36 "orientation": "unspecified", 37 "type": "page", 38 "visible": true, 39 "skills": [ 40 ] 41 }, 42 { 43 "name": "SecondAbility", 44 "icon": "$media:snowball", 45 "label": "SecondAbility label", 46 "launchType": "standard", 47 "configChanges": ["orientation","locale"], 48 "orientation": "unspecified", 49 "type": "page", 50 "visible": true 51 }, 52 { 53 "name": "ThirdAbility", 54 "icon": "$media:snowball", 55 "label": "ThirdAbility label", 56 "launchType": "standard", 57 "configChanges": ["orientation","locale","layout"], 58 "orientation": "unspecified", 59 "type": "page", 60 "visible": true 61 }, 62 { 63 "name": "FourthAbility", 64 "icon": "$media:snowball", 65 "label": "FourthAbility label", 66 "launchType": "standard", 67 "configChanges": ["orientation","locale","layout","fontSize"], 68 "orientation": "unspecified", 69 "type": "page", 70 "visible": true 71 }, 72 { 73 "name": "FifthAbility", 74 "icon": "$media:snowball", 75 "label": "FifthAbility label", 76 "launchType": "standard", 77 "configChanges": ["orientation","locale","layout","fontSize","density"], 78 "orientation": "unspecified", 79 "type": "page", 80 "visible": true 81 }, 82 { 83 "name": "SixthAbility", 84 "icon": "$media:snowball", 85 "label": "SixthAbility label", 86 "launchType": "standard", 87 "orientation": "unspecified", 88 "type": "page", 89 "visible": true 90 }] 91 } 92}