mirror of
https://github.com/openharmony/applications_theme.git
synced 2026-07-01 10:05:33 -04:00
98a2ada365
support no icons in desktop Signed-off-by: yangpeng85 <yangpeng85@huawei.com>
38 lines
680 B
Plaintext
38 lines
680 B
Plaintext
{
|
|
"app": {
|
|
"compileSdkVersion": 9,
|
|
"compatibleSdkVersion": 9,
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "default"
|
|
},
|
|
],
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "phone-wallpaper",
|
|
"srcPath": "./product/phone",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "pad-wallpaper",
|
|
"srcPath": "./product/pad",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
],
|
|
} |