1 Star 0 Fork 89

李婷婷/applications_camera

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-profile.json5 2.02 KB
一键复制 编辑 原始数据 按行查看 历史
/*
* Copyright (c) 2023 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": {
"compileSdkVersion": 10,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default"
}
],
"signingConfigs": [
{
"name": "default",
"material": {
"storePassword": "0000001C59E804AFC3B94CF72E6B32DC3921677DD07049135EA15C603E0782B8DF215F14497B25CC3DCC2D78",
"certpath": "signature/camera.cer",
"keyAlias": "Camera",
"keyPassword": "0000001C45BB3DEC4311ACA6F306211039D56C9DC4DB08A3B777A135E8D369557041FC175B0EAD1D95DC2814",
"profile": "signature/camera.p7b",
"signAlg": "SHA256withECDSA",
"storeFile": "signature/camera.p12"
}
}
]
},
"modules": [
{
"name": "phone",
"srcPath": "./product/phone",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "tablet",
"srcPath": "./product/tablet",
"targets": [
{
"name": "default",
"applyToProducts": [
"default"
]
}
]
},
{
"name": "common",
"srcPath": "./common",
},
{
"name": "multi",
"srcPath": "./features/multi",
},
{
"name": "photo",
"srcPath": "./features/photo",
},
{
"name": "video",
"srcPath": "./features/video",
}
]
}
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化
1
https://gitee.com/li-tingtingworld/applications_camera.git
[email protected]:li-tingtingworld/applications_camera.git
li-tingtingworld
applications_camera
applications_camera
master

搜索帮助