mirror of
https://github.com/openharmony/applications_filepicker.git
synced 2026-07-01 00:17:55 -04:00
81c3f8b68c
[Description:]Audio Picker 签名文件 [Binary Source:]NA Signed-off-by: nWX1290789 <niuyuanyuan6@h-partners.com>
52 lines
1.2 KiB
Plaintext
52 lines
1.2 KiB
Plaintext
{
|
|
"app": {
|
|
"products": [
|
|
{
|
|
"name": "default",
|
|
"signingConfig": "default",
|
|
"compileSdkVersion": 12,
|
|
"compatibleSdkVersion": 9
|
|
}
|
|
],
|
|
"signingConfigs": [
|
|
{
|
|
"name": "default",
|
|
"material": {
|
|
"storePassword": "000000164489AC2A2E5E07351F8B2BBCC9CFB3D86ED6080556561600A972AAC61AE0F0B2D3EB",
|
|
"certpath": "./signature/applications.cer",
|
|
"keyAlias": "openharmony application release",
|
|
"keyPassword": "0000001645FACFD155287A5E9F4A076A23F7B2EF0288BA72B96B6A59AFCD3F2AA52833F12172",
|
|
"profile": "./signature/applications.p7b",
|
|
"signAlg": "SHA256withECDSA",
|
|
"storeFile": "./signature/applications.p12"
|
|
}
|
|
}
|
|
]
|
|
},
|
|
"modules": [
|
|
{
|
|
"name": "entry",
|
|
"srcPath": "./entry",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
},
|
|
{
|
|
"name": "audiopicker",
|
|
"srcPath": "./audiopicker",
|
|
"targets": [
|
|
{
|
|
"name": "default",
|
|
"applyToProducts": [
|
|
"default"
|
|
]
|
|
}
|
|
]
|
|
}
|
|
]
|
|
} |