1 Star 0 Fork 85

huangshan / applications_camera

加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
克隆/下载
build-profile.json5 2.03 KB
一键复制 编辑 原始数据 按行查看 历史
shaoziyang 提交于 2022-11-02 10:33 . 相机应用模块化
/*
* Copyright (c) 2022 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": 9,
"compatibleSdkVersion": 9,
"products": [
{
"name": "default",
"signingConfig": "default"
}
],
"signingConfigs": [
{
"name": "default",
"material": {
"storePassword": "0000001C824DD60D00EEC299C301AF273BA7F2628F4ABB6219A64B3B7E2F1A057C04ECFFEC4D39A823668C3A",
"certpath": "signature/camera.cer",
"keyAlias": "CameraUpdate",
"keyPassword": "0000001C98394F127EA70EB764AA8E13D5EE35D789FFD21E29EF81A0B53757F355872DF6B50C026A9469665A",
"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/uhamc/applications_camera.git
git@gitee.com:uhamc/applications_camera.git
uhamc
applications_camera
applications_camera
master

搜索帮助

344bd9b3 5694891 D2dac590 5694891