mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-27 09:00:31 +00:00
e610fab1f4
Signed-off-by: chengzhen <chengzhen15@huawei.com>
157 lines
2.9 KiB
Plaintext
157 lines
2.9 KiB
Plaintext
{
|
|
"app": {
|
|
"compileSdkVersion": 9,
|
|
"compatibleSdkVersion": 9,
|
|
"products": [
|
|
{
|
|
"name": "default"
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "launcher_common",
|
|
"srcPath": "./common",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"name": "launcher_appcenter",
|
|
"srcPath": "./feature/appcenter",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"name": "launcher_bigfolder",
|
|
"srcPath": "./feature/bigfolder",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"name": "launcher_form",
|
|
"srcPath": "./feature/form",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"name": "launcher_gesturenavigation",
|
|
"srcPath": "./feature/gesturenavigation",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"name": "launcher_numbadge",
|
|
"srcPath": "./feature/numbadge",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"name": "launcher_pagedesktop",
|
|
"srcPath": "./feature/pagedesktop",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"name": "launcher_recents",
|
|
"srcPath": "./feature/recents",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"name": "launcher_smartDock",
|
|
"srcPath": "./feature/smartdock",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"name": "phone-launcher",
|
|
"srcPath": "./product/phone",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"name": "pad-launcher",
|
|
"srcPath": "./product/pad",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
},
|
|
{
|
|
"name": "launcher_settings",
|
|
"srcPath": "./feature/settings",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
}
|
|
],
|
|
} |