1/* 2 * Copyright (c) 2025 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 "app": { 17 "signingConfigs": [ 18 { 19 "name": "default", 20 "type": "HarmonyOS", 21 "material": { 22 "certpath": "C:\\Users\\admin\\.ohos\\config\\default_dcameraSample_MQGVIkitSxUdBu-kMBECw1W0Rx8UVies_9x-1tKD7hc=.cer", 23 "storePassword": "0000001A0DFB8F6A5166B2EFAE02A902D3A40D38BDB0CC1C505061D261ABA85CBA447876815B88989AD1", 24 "keyAlias": "debugKey", 25 "keyPassword": "0000001A0B50FDD9F5979F6DACD8E77D49CC5CDC0C6C83825EFACC3C4301E0284BB8FFA8E65362FA9DD6", 26 "profile": "C:\\Users\\admin\\.ohos\\config\\default_dcameraSample_MQGVIkitSxUdBu-kMBECw1W0Rx8UVies_9x-1tKD7hc=.p7b", 27 "signAlg": "SHA256withECDSA", 28 "storeFile": "C:\\Users\\admin\\.ohos\\config\\default_dcameraSample_MQGVIkitSxUdBu-kMBECw1W0Rx8UVies_9x-1tKD7hc=.p12" 29 } 30 } 31 ], 32 "products": [ 33 { 34 "name": "default", 35 "signingConfig": "default", 36 "compatibleSdkVersion": "5.0.1(13)", 37 "runtimeOS": "HarmonyOS", 38 "buildOption": { 39 "strictMode": { 40 "caseSensitiveCheck": true, 41 "useNormalizedOHMUrl": true 42 } 43 } 44 } 45 ], 46 "buildModeSet": [ 47 { 48 "name": "debug", 49 }, 50 { 51 "name": "release" 52 } 53 ] 54 }, 55 "modules": [ 56 { 57 "name": "entry", 58 "srcPath": "./entry", 59 "targets": [ 60 { 61 "name": "default", 62 "applyToProducts": [ 63 "default" 64 ] 65 } 66 ] 67 } 68 ] 69}