applications_screenshot/build-profile.json5
lijinfengde123 fe571b4e61 Adapt to development tool version 3.0.0.991
Signed-off-by: lijinfengde123 <lijinfeng26@huawei.com>
2022-07-11 17:31:07 +08:00

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",
],
},
],
}
],
}