mirror of
https://gitee.com/openharmony/applications_screenshot
synced 2024-11-23 06:59:48 +00:00
4b35735d18
Signed-off-by: zuojiaqi <zuojiaqi3@huawei.com>
29 lines
521 B
Plaintext
29 lines
521 B
Plaintext
{
|
|
"app": {
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "release",
|
|
"compileSdkVersion": 11,
|
|
"compatibleSdkVersion": 11,
|
|
"targetSdkVersion": 11,
|
|
"runtimeOS": "OpenHarmony",
|
|
}
|
|
],
|
|
"signingConfigs": []
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "phone",
|
|
"srcPath": "./product/phone",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
}
|
|
],
|
|
} |