applications_photos/build-profile.json5
liujuan 84c8f0b839
update build-profile.json5.
Signed-off-by: liujuan <liujuan76@h-partners.com>
2023-12-26 02:10:21 +00:00

122 lines
2.7 KiB
Plaintext
Raw Permalink Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

{
"app": {
"signingConfigs": [
{
"name": "debug",
"material": {
//该方案的签名材料
"certpath": "signature/OpenHarmonyApplication.cer",
//调试或发布证书文件,格式为.cer,
"storePassword": "000000166348AFD6C93C5F2D2233C88FB2C5643A9D9DC9B4AFA4E9015CB42D471D34812358D7",
//密钥库密码,以密文形式呈现,
"keyAlias": "OpenHarmony Application Release",
//密钥别名信息,
"keyPassword": "000000166146A16C62C98E5BB0A445915F2A4B6FEF2F3A16B46CA44799D2120224FF6696BD94",
//密钥密码,以密文形式呈现,
"profile": "signature/photos.p7b",
//调试或发布证书Profile文件格式为.p7b,
"signAlg": "SHA256withECDSA",
//密钥库signAlg参数
"storeFile": "signature/OpenHarmony.p12"
//密钥库文件,格式为.p12
}
}
],
"products": [
{
"name": "default",
"signingConfig": "debug",
"compileSdkVersion": 11,
"compatibleSdkVersion": 11
},
],
},
"modules": [
{
"name": "photos_common",
"srcPath": "./common",
"targets": [
{
"name": "default",
"applyToProducts": [
"default",
"tablet"
]
}
]
},
{
"name": "photos_browser",
"srcPath": "./feature/browser",
"targets": [
{
"name": "default",
"applyToProducts": [
"default",
"tablet"
]
}
]
},
{
"name": "photos_editor",
"srcPath": "./feature/editor",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "photos_formAbility",
"srcPath": "./feature/formAbility",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "photos_thirdselect",
"srcPath": "./feature/thirdselect",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "photos_timeline",
"srcPath": "./feature/timeline",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "phone_photos",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
],
}