mirror of
https://gitee.com/openharmony/applications_settings
synced 2024-11-23 06:20:01 +00:00
d020d021ec
Signed-off-by: xiaohui.xie <xiexiaohui15@h-partners.com>
87 lines
1.5 KiB
Plaintext
87 lines
1.5 KiB
Plaintext
{
|
|
"app": {
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "release",
|
|
"compileSdkVersion": 12,
|
|
"compatibleSdkVersion": 10
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "phone",
|
|
"srcPath": "./product/phone",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
// {
|
|
// "name": "wearable",
|
|
// "srcPath": "./product/wearable",
|
|
// "targets": [
|
|
// {
|
|
// "name": "default",
|
|
// "applyToProducts": [
|
|
// "default"
|
|
// ]
|
|
// }
|
|
// ]
|
|
// },
|
|
{
|
|
"name": "component",
|
|
"srcPath": "./common/component",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "search",
|
|
"srcPath": "./common/search",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "settingsBase",
|
|
"srcPath": "./common/settingsBase",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "utils",
|
|
"srcPath": "./common/utils",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|