1/** 2 * Copyright (c) 2025 Shenzhen Kaihong Digital Industry Development 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 "signingConfigs": [ 19 // { 20 // "name": "default", 21 // "material": { 22 // "certpath": "C:/Users/Administrator/.ohos/config/openharmony/default_uiCompareTest_01_UK6n8FJJZ7mmxAf2ns2gj6mxlIbE8sL9qOUDO0X3kEI=.cer", 23 // "keyAlias": "debugKey", 24 // "keyPassword": "0000001B75FDF6346D29DEEBE0BA009CA506458C8465CF948DE8A6DB4794E11326E342A9D58287FD2A1B34", 25 // "profile": "C:/Users/Administrator/.ohos/config/openharmony/default_uiCompareTest_01_UK6n8FJJZ7mmxAf2ns2gj6mxlIbE8sL9qOUDO0X3kEI=.p7b", 26 // "signAlg": "SHA256withECDSA", 27 // "storeFile": "C:/Users/Administrator/.ohos/config/openharmony/default_uiCompareTest_01_UK6n8FJJZ7mmxAf2ns2gj6mxlIbE8sL9qOUDO0X3kEI=.p12", 28 // "storePassword": "0000001B500FC8C3EA3D988220DF5FD8771C71DC784049757E2D22B5DEDEAD0581970F7B359258296EFCB8" 29 // } 30 // } 31 { 32 "name": "default", 33 "material": { 34 "certpath": "C:/Users/kaihong/.ohos/config/openharmony/default_uiCompareTest_09_WA2Wtb3GHZKjjiBjvRiVieedvJ_Hcv3Hezh4wfurA2Y=.cer", 35 "keyAlias": "debugKey", 36 "keyPassword": "0000001AE96AB2B9E34EB1BD1C4CF792D298E121E7D825F2F534A9E9BD09F39162733C5C2C17AD7120B1", 37 "profile": "C:/Users/kaihong/.ohos/config/openharmony/default_uiCompareTest_09_WA2Wtb3GHZKjjiBjvRiVieedvJ_Hcv3Hezh4wfurA2Y=.p7b", 38 "signAlg": "SHA256withECDSA", 39 "storeFile": "C:/Users/kaihong/.ohos/config/openharmony/default_uiCompareTest_09_WA2Wtb3GHZKjjiBjvRiVieedvJ_Hcv3Hezh4wfurA2Y=.p12", 40 "storePassword": "0000001A99C55ACF3EDEEAEA0BBFCDC1028E84FBE1F5B5A2D5324F9E101ECBB201262B48E93EAB9685EB" 41 } 42 } 43 ], 44 "products": [ 45 { 46 "name": "default", 47 "signingConfig": "default", 48 // "compatibleSdkVersion": "5.0.3(15)", 49 // "runtimeOS": "HarmonyOS", 50 "compileSdkVersion": 18, 51 "compatibleSdkVersion": 18 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}