1 Star 0 Fork 1

the-dreamers/oh-share

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-profile.json5 2.70 KB
一键复制 编辑 原始数据 按行查看 历史
robert_han 提交于 2024-06-28 15:10 . 完成图库分享一期功能。
{
"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": 10,
"compatibleSdkVersion": 10
},
],
},
"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"
]
}
]
},
],
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/the-dreamers/oh-share.git
git@gitee.com:the-dreamers/oh-share.git
the-dreamers
oh-share
oh-share
master

搜索帮助