1/* 2 * Copyright (c) 2024 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 "signingConfigs": [ 19 { 20 "name": "default", 21 "material": { 22 "certpath": "C:/Users/zxj/.ohos/config/openharmony/default_BluetoothSocket3_LUv2_etETeHIl1vpG64jTAN7uYZaBGaJlIvhf86fUeE=.cer", 23 "storePassword": "0000001AF42F09C2996897179A9DBDDF54E62D233983900F261538AA575464B941F3A8D495E52282DB0A", 24 "keyAlias": "debugKey", 25 "keyPassword": "0000001A6DC25A7AF45F76ECB89526A7B56DDC54A6FE3F799B5EA695A1BA539354D3322134FECC348258", 26 "profile": "C:/Users/zxj/.ohos/config/openharmony/default_BluetoothSocket3_LUv2_etETeHIl1vpG64jTAN7uYZaBGaJlIvhf86fUeE=.p7b", 27 "signAlg": "SHA256withECDSA", 28 "storeFile": "C:/Users/zxj/.ohos/config/openharmony/default_BluetoothSocket3_LUv2_etETeHIl1vpG64jTAN7uYZaBGaJlIvhf86fUeE=.p12" 29 } 30 } 31 ], 32 "products": [ 33 { 34 "name": "default", 35 "signingConfig": "default", 36 "compileSdkVersion": 11, 37 "compatibleSdkVersion": 11, 38 "runtimeOS": "OpenHarmony", 39 } 40 ], 41 "buildModeSet": [ 42 { 43 "name": "debug", 44 }, 45 { 46 "name": "release" 47 } 48 ] 49 }, 50 "modules": [ 51 { 52 "name": "entry", 53 "srcPath": "./entry", 54 "targets": [ 55 { 56 "name": "default", 57 "applyToProducts": [ 58 "default" 59 ] 60 } 61 ] 62 } 63 ] 64}