| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131 |
- {
- "app": {
- "vendor": "example",
- "bundleName": "com.fujica.abk",
- "version": {
- "code": 1000000,
- "name": "1.0.0"
- }
- },
- "deviceConfig": {},
- "module": {
- "allowClassMap": true,
- "reqPermissions": [
- {
- "name": "ohos.permission.LOCATION",
- "reason": "需要定位权限以在地图上显示当前位置",
- "usedScene": {
- "ability": [
- "com.fujica.abk.MainAbility"
- ],
- "when": "inuse"
- }
- },
- {
- "name": "ohos.permission.APPROXIMATELY_LOCATION",
- "reason": "需要大致位置权限",
- "usedScene": {
- "ability": [
- "com.fujica.abk.MainAbility"
- ],
- "when": "inuse"
- }
- },
- {
- "name": "ohos.permission.INTERNET",
- "reason": "access internet",
- "usedScene": {
- "ability": [
- "com.fujica.abk.MainAbility"
- ],
- "when": "always"
- }
- },
- {
- "name": "ohos.permission.GET_NETWORK_INFO",
- "reason": "GET_NETWORK_INFO",
- "usedScene": {
- "ability": [
- "com.fujica.abk.MainAbility"
- ],
- "when": "always"
- }
- }
- ],
- "metaData":{
- "customizeData":[
- {
- "name": "hwc-theme",
- "value": "androidhwext:style/Theme.Emui.Light.NoTitleBar",
- "extra": ""
- }
- ]
- },
- "mainAbility": "com.fujica.abk.MainAbility",
- "deviceType": [
- "car","phone"
- ],
- "abilities": [
- {
- "skills": [
- {
- "entities": [
- "entity.system.home"
- ],
- "actions": [
- "action.system.home"
- ]
- }
- ],
- "orientation": "landscape",
- "visible": true,
- "name": "com.fujica.abk.MainAbility",
- "icon": "$media:icon",
- "description": "$string:mainability_description",
- "formsEnabled": true,
- "label": "$string:entry_MainAbility",
- "type": "page",
- "forms": [
- {
- "jsComponentName": "widget",
- "isDefault": true,
- "scheduledUpdateTime": "10:30",
- "defaultDimension": "2*2",
- "name": "widget",
- "description": "This is a service widget.",
- "colorMode": "auto",
- "type": "JS",
- "supportDimensions": [
- "2*2"
- ],
- "updateEnabled": true,
- "updateDuration": 1
- }
- ],
- "launchType": "standard"
- }
- ],
- "distro": {
- "moduleType": "entry",
- "installationFree": true,
- "deliveryWithInstall": true,
- "moduleName": "entry"
- },
- "package": "com.fujica.abk",
- "name": ".MyApplication",
- "js": [
- {
- "pages": [
- "pages/index/index"
- ],
- "name": "widget",
- "window": {
- "designWidth": 720,
- "autoDesignWidth": true
- },
- "type": "form"
- }
- ]
- }
- }
|