加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-profile.json5 1.92 KB
一键复制 编辑 原始数据 按行查看 历史
Lloyd_Liu 提交于 2024-06-20 16:14 . add HMOSWorld
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"storePassword": "0000001D7A4F51DF3920090EE9547806A15F5F190958D37EC4B8C2C9FE922216A5BCD7FA725C124373E8A476FA",
"certpath": "./signature/0318.cer",
"keyAlias": "HmosWorld0318",
"keyPassword": "0000001D0FC6F9583EF710AF0C03D9ABDAB4FEC54BDB89E234DBD0E5271B28DB3FC4E0A4CE96AD47FA78DD5C1E",
"profile": "./signature/hmosworldaclDebug.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "./signature/HmosWorld0318.p12"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS"
}
]
},
"modules": [
{
"name": "phone",
"srcPath": "./products/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "discover",
"srcPath": "./features/discover"
},
{
"name": "learning",
"srcPath": "./features/learning"
},
{
"name": "topic",
"srcPath": "./features/topic"
},
{
"name": "login",
"srcPath": "./features/login"
},
{
"name": "challenge",
"srcPath": "./features/challenge"
},
{
"name": "mine",
"srcPath": "./features/mine"
},
{
"name": "conference",
"srcPath": "./features/conference"
},
{
"name": "uicomponents",
"srcPath": "./commons/uicomponents"
},
{
"name": "utils",
"srcPath": "./commons/utils"
},
{
"name": "network",
"srcPath": "./commons/network"
},
{
"name": "datastore",
"srcPath": "./commons/datastore"
},
{
"name": "audioplayer",
"srcPath": "./commons/audioplayer"
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化