mirror of
https://gitee.com/openharmony/applications_screenshot
synced 2024-11-23 06:59:48 +00:00
fe571b4e61
Signed-off-by: lijinfengde123 <lijinfeng26@huawei.com>
40 lines
764 B
Plaintext
40 lines
764 B
Plaintext
{
|
|
"app": {
|
|
"compileSdkVersion": 9,
|
|
"compatibleSdkVersion": 9,
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "release"
|
|
}
|
|
],
|
|
"signingConfigs": [
|
|
{
|
|
"name": "release",
|
|
"material": {
|
|
"storePassword": "",
|
|
"certpath": "",
|
|
"keyAlias": "OpenHarmony Application Release",
|
|
"keyPassword": "",
|
|
"profile": ".p7b",
|
|
"signAlg": "SHA256withECDSA",
|
|
"storeFile": ".p12"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "phone",
|
|
"srcPath": "./product/phone",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default",
|
|
],
|
|
},
|
|
],
|
|
}
|
|
],
|
|
} |