{
"module": {
"name": "entry",
"type": "entry",
"description": "$string:module_desc",
"srcEntry": "./ets/abilitystage/MyAbilityStage.ets",
"mainElement": "EntryAbility",
"deviceTypes": [],
"deliveryWithInstall": true,
"installationFree": false,
"pages": "$profile:main_pages",
"abilities": [
{
"name": "EntryAbility",
"srcEntry": "./ets/entryability/EntryAbility.ets",
"description": "$string:EntryAbility_desc",
"icon": "$media:layered_image",
"label": "$string:EntryAbility_label",
"startWindowIcon": "$media:startIcon",
"startWindowBackground": "$color:start_window_background",
"exported": true,
"launchType": "multiton",
"skills": [
{
"entities": [
"entity.system.home"
],
"actions": [
"ohos.want.action.home"
]
}
],
"metadata": [
{
"name": "ohos.ability.withNativeModule",
"value": "true"
},
{
"name": "ohos.ability.startupPhase",
"value": "pre_window"
},
{
"name": "ohos.ability.nativeModuleSource",
"value": "libentry.so"
},
{
"name": "ohos.ability.nativeModuleFun",
"value": "OHMain"
}
]
}
]
}
}