1/* 2 * Copyright (c) 2023 Huawei Device Co., Ltd. 3 * Licensed under the Apache License, Version 2.0 (the "License"); 4 * you may not use this file except in compliance with the License. 5 * You may obtain a copy of the License at 6 * 7 * http://www.apache.org/licenses/LICENSE-2.0 8 * 9 * Unless required by applicable law or agreed to in writing, software 10 * distributed under the License is distributed on an "AS IS" BASIS, 11 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12 * See the License for the specific language governing permissions and 13 * limitations under the License. 14 */ 15 16{ 17 "app": { 18 "products": [ 19 { 20 "name": "default", 21 "signingConfig": "default", 22 "compileSdkVersion": 10, 23 "compatibleSdkVersion": 10 24 } 25 ], 26 "signingConfigs": [ 27 { 28 "name": "default", 29 "material": { 30 "storePassword": "0000001C59E804AFC3B94CF72E6B32DC3921677DD07049135EA15C603E0782B8DF215F14497B25CC3DCC2D78", 31 "certpath": "signature/camera.cer", 32 "keyAlias": "Camera", 33 "keyPassword": "0000001C45BB3DEC4311ACA6F306211039D56C9DC4DB08A3B777A135E8D369557041FC175B0EAD1D95DC2814", 34 "profile": "signature/camera.p7b", 35 "signAlg": "SHA256withECDSA", 36 "storeFile": "signature/camera.p12" 37 } 38 } 39 ] 40 }, 41 "modules": [ 42 { 43 "name": "phone", 44 "srcPath": "./product/phone", 45 "targets": [ 46 { 47 "name": "default", 48 "applyToProducts": [ 49 "default" 50 ] 51 } 52 ] 53 }, 54 { 55 "name": "tablet", 56 "srcPath": "./product/tablet", 57 "targets": [ 58 { 59 "name": "default", 60 "applyToProducts": [ 61 "default" 62 ] 63 } 64 ] 65 }, 66 { 67 "name": "common", 68 "srcPath": "./common", 69 }, 70 { 71 "name": "multi", 72 "srcPath": "./features/multi", 73 }, 74 { 75 "name": "photo", 76 "srcPath": "./features/photo", 77 }, 78 { 79 "name": "video", 80 "srcPath": "./features/video", 81 } 82 ] 83}