2022-03-26 15:14:19 +00:00
|
|
|
|
{
|
|
|
|
|
"app": {
|
2023-06-28 07:54:53 +00:00
|
|
|
|
"signingConfigs": [
|
|
|
|
|
{
|
|
|
|
|
"name": "debug",
|
2023-05-24 09:53:38 +00:00
|
|
|
|
"material": {
|
2023-06-28 07:54:53 +00:00
|
|
|
|
//该方案的签名材料
|
|
|
|
|
"certpath": "signature/OpenHarmonyApplication.cer",
|
|
|
|
|
//调试或发布证书文件,格式为.cer,
|
|
|
|
|
"storePassword": "000000166348AFD6C93C5F2D2233C88FB2C5643A9D9DC9B4AFA4E9015CB42D471D34812358D7",
|
|
|
|
|
//密钥库密码,以密文形式呈现,
|
2023-05-24 09:53:38 +00:00
|
|
|
|
"keyAlias": "OpenHarmony Application Release",
|
2023-06-28 07:54:53 +00:00
|
|
|
|
//密钥别名信息,
|
|
|
|
|
"keyPassword": "000000166146A16C62C98E5BB0A445915F2A4B6FEF2F3A16B46CA44799D2120224FF6696BD94",
|
|
|
|
|
//密钥密码,以密文形式呈现,
|
2023-06-29 06:28:37 +00:00
|
|
|
|
"profile": "signature/photos.p7b",
|
2023-06-28 07:54:53 +00:00
|
|
|
|
//调试或发布证书Profile文件,格式为.p7b,
|
2023-05-24 09:53:38 +00:00
|
|
|
|
"signAlg": "SHA256withECDSA",
|
2023-06-28 07:54:53 +00:00
|
|
|
|
//密钥库signAlg参数
|
|
|
|
|
"storeFile": "signature/OpenHarmony.p12"
|
|
|
|
|
//密钥库文件,格式为.p12
|
2023-05-24 09:53:38 +00:00
|
|
|
|
}
|
|
|
|
|
}
|
2023-06-28 07:54:53 +00:00
|
|
|
|
],
|
2022-03-26 15:14:19 +00:00
|
|
|
|
"products": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
2023-11-01 03:24:17 +00:00
|
|
|
|
"signingConfig": "debug",
|
2024-07-18 10:46:36 +00:00
|
|
|
|
"compileSdkVersion": 12,
|
|
|
|
|
"compatibleSdkVersion": 12
|
2022-03-26 15:14:19 +00:00
|
|
|
|
},
|
|
|
|
|
],
|
|
|
|
|
},
|
|
|
|
|
"modules": [
|
|
|
|
|
{
|
2023-06-28 07:54:53 +00:00
|
|
|
|
"name": "photos_common",
|
|
|
|
|
"srcPath": "./common",
|
2022-03-26 15:14:19 +00:00
|
|
|
|
"targets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"applyToProducts": [
|
|
|
|
|
"default",
|
2023-06-28 07:54:53 +00:00
|
|
|
|
"tablet"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2022-09-19 02:13:57 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
2023-06-28 07:54:53 +00:00
|
|
|
|
"name": "photos_browser",
|
|
|
|
|
"srcPath": "./feature/browser",
|
|
|
|
|
"targets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"applyToProducts": [
|
|
|
|
|
"default",
|
|
|
|
|
"tablet"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2022-09-19 02:13:57 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
2023-06-28 07:54:53 +00:00
|
|
|
|
"name": "photos_editor",
|
|
|
|
|
"srcPath": "./feature/editor",
|
|
|
|
|
"targets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"applyToProducts": [
|
|
|
|
|
"default"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2022-09-19 02:13:57 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
2023-06-28 07:54:53 +00:00
|
|
|
|
"name": "photos_formAbility",
|
|
|
|
|
"srcPath": "./feature/formAbility",
|
|
|
|
|
"targets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"applyToProducts": [
|
|
|
|
|
"default"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2022-09-19 02:13:57 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
2023-06-28 07:54:53 +00:00
|
|
|
|
"name": "photos_thirdselect",
|
|
|
|
|
"srcPath": "./feature/thirdselect",
|
|
|
|
|
"targets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"applyToProducts": [
|
|
|
|
|
"default"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2022-09-19 02:13:57 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
2023-06-28 07:54:53 +00:00
|
|
|
|
"name": "photos_timeline",
|
|
|
|
|
"srcPath": "./feature/timeline",
|
|
|
|
|
"targets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"applyToProducts": [
|
|
|
|
|
"default"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2022-09-19 02:13:57 +00:00
|
|
|
|
},
|
|
|
|
|
{
|
2023-06-28 07:54:53 +00:00
|
|
|
|
"name": "phone_photos",
|
|
|
|
|
"srcPath": "./product/phone",
|
|
|
|
|
"targets": [
|
|
|
|
|
{
|
|
|
|
|
"name": "default",
|
|
|
|
|
"applyToProducts": [
|
|
|
|
|
"default"
|
|
|
|
|
]
|
|
|
|
|
}
|
|
|
|
|
]
|
2022-09-19 02:13:57 +00:00
|
|
|
|
},
|
2022-03-26 15:14:19 +00:00
|
|
|
|
],
|
|
|
|
|
}
|