/* * 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": { "signingConfigs": [ { "name": "default", "material": { "certpath": "C:\\Users\\kaihong\\.ohos\\config\\openharmony\\auto_ohos_default_bluetoothtest_com.example.myapplicationbt.cer", "storePassword": "0000001B348872D05640B2A1092FFB2B2D083ED96916795F17E95EF16DF5D2E3CB0FCB1A9FF7E05A773A36", "keyAlias": "debugKey", "keyPassword": "0000001B3BDA70A4C58E362FD2F436450570CD70D2F51DCDC42BCEF3AE1D878E74AB38923327DD09C63C8E", "profile": "C:\\Users\\kaihong\\.ohos\\config\\openharmony\\auto_ohos_default_bluetoothtest_com.example.myapplicationbt.p7b", "signAlg": "SHA256withECDSA", "storeFile": "C:\\Users\\kaihong\\.ohos\\config\\openharmony\\auto_ohos_default_bluetoothtest_com.example.myapplicationbt.p12" } } ], "compileSdkVersion": 11, "compatibleSdkVersion": 10, "products": [ { "name": "default", "signingConfig": "default", } ] }, "modules": [ { "name": "entry", "srcPath": "./entry", "targets": [ { "name": "default", "applyToProducts": [ "default" ] } ] } ] }