mirror of
https://gitee.com/openharmony/applications_launcher
synced 2024-11-23 06:50:02 +00:00
9fb21fd133
Signed-off-by: 杨怀毅 <yanghuaiyi1@huawei.com>
49 lines
843 B
Plaintext
49 lines
843 B
Plaintext
{
|
|
"app": {
|
|
"compileSdkVersion": 9,
|
|
"compatibleSdkVersion": 9,
|
|
"products": [
|
|
{
|
|
"name": "default"
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"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",
|
|
],
|
|
},
|
|
],
|
|
}
|
|
],
|
|
} |