加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
build-profile.json5 1.82 KB
一键复制 编辑 原始数据 按行查看 历史
MEAN 提交于 2024-10-19 17:32 . init
/*
* Copyright (C) 2024 Huawei Device Co., Ltd.
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
*/
{
"app": {
"signingConfigs": [
{
"name": "default",
"type": "HarmonyOS",
"material": {
"certpath": "C:\\Users\\NAXCLOW\\.ohos\\config\\default_AVCodecVideo_-mbzGoPSZ4kJsRFRWdwuR0L6hZWJYw1P4yYz71i1jLE=.cer",
"storePassword": "0000001BB23522F7B35A3AE4D6AD2C4FB64CB5DE49FB76589C9B8D0ACB33115CF9F3E52CA64C56695A6F7B",
"keyAlias": "debugKey",
"keyPassword": "0000001B9279A840255378251E156017CEE6AD7D3913A76FB0EAFBC47B713328A8AAED68AA69E745CAFD4D",
"profile": "C:\\Users\\NAXCLOW\\.ohos\\config\\default_AVCodecVideo_-mbzGoPSZ4kJsRFRWdwuR0L6hZWJYw1P4yYz71i1jLE=.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "C:\\Users\\NAXCLOW\\.ohos\\config\\default_AVCodecVideo_-mbzGoPSZ4kJsRFRWdwuR0L6hZWJYw1P4yYz71i1jLE=.p12"
}
}
],
"products": [
{
"name": "default",
"signingConfig": "default",
"compatibleSdkVersion": "5.0.0(12)",
"runtimeOS": "HarmonyOS",
}
]
},
"modules": [
{
"name": "entry",
"srcPath": "./entry",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化