69 lines
1.7 KiB
Plaintext
69 lines
1.7 KiB
Plaintext
{
|
|
"module": {
|
|
"name": "default",
|
|
"type": "entry",
|
|
"description": "$string:module_desc",
|
|
"mainElement": "EntryAbility",
|
|
"deviceTypes": [
|
|
"phone",
|
|
"tablet",
|
|
"2in1"
|
|
],
|
|
"deliveryWithInstall": true,
|
|
"installationFree": false,
|
|
"pages": "$profile:main_pages",
|
|
"abilities": [
|
|
{
|
|
"name": "EntryAbility",
|
|
"srcEntry": "./ets/entryability/EntryAbility.ets",
|
|
"description": "$string:EntryAbility_desc",
|
|
"icon": "$media:app_icon",
|
|
"label": "$string:EntryAbility_label",
|
|
"startWindowIcon": "$media:startIcon",
|
|
"startWindowBackground": "$color:start_window_background",
|
|
"exported": true,
|
|
"skills": [
|
|
{
|
|
"entities": [
|
|
"entity.system.home"
|
|
],
|
|
"actions": [
|
|
"action.system.home"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"extensionAbilities": [
|
|
{
|
|
"name": "EntryBackupAbility",
|
|
"srcEntry": "./ets/entrybackupability/EntryBackupAbility.ets",
|
|
"type": "backup",
|
|
"exported": false,
|
|
"metadata": [
|
|
{
|
|
"name": "ohos.extension.backup",
|
|
"resource": "$profile:backup_config"
|
|
}
|
|
]
|
|
}
|
|
],
|
|
"requestPermissions": [
|
|
{
|
|
"name": "ohos.permission.INTERNET",
|
|
"reason": "$string:load_picture",
|
|
"usedScene": {"abilities": ["EntryAbility"],"when": "always"}
|
|
},
|
|
{
|
|
"name": "ohos.permission.CAMERA",
|
|
"reason": "$string:camera_reason",
|
|
"usedScene": {}
|
|
},
|
|
{
|
|
"name": "ohos.permission.READ_MEDIA",
|
|
"reason": "$string:media_reason",
|
|
"usedScene": {}
|
|
}
|
|
]
|
|
}
|
|
} |