mirror of
https://gitee.com/openharmony/applications_photos
synced 2024-11-23 07:00:09 +00:00
2eb861e323
Signed-off-by: liujuan <liujuan76@h-partners.com>
122 lines
2.7 KiB
Plaintext
122 lines
2.7 KiB
Plaintext
{
|
||
"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
|
||
}
|
||
}
|
||
],
|
||
"compileSdkVersion": 10,
|
||
"compatibleSdkVersion": 10,
|
||
"products": [
|
||
{
|
||
"name": "default",
|
||
"signingConfig": "debug"
|
||
},
|
||
],
|
||
},
|
||
"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"
|
||
]
|
||
}
|
||
]
|
||
},
|
||
],
|
||
} |