/* * 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": "0000001A2EDDE78A0AD112E0B20CDAEAD5B7584330ADE19BBC13BAF1D71F91C8786F7D36FFF127EB9E6F", "keyAlias": "debugKey", "keyPassword": "0000001ADB7A2B5957E1905A4CD8BFD79369DDB0757489E5B246275CDFC95F98C95C8DF7DF2F05E52DF1", "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": 9, "compatibleSdkVersion": 9, "products": [ { "name": "default", "signingConfig": "default", } ] }, "modules": [ { "name": "entry", "srcPath": "./entry", "targets": [ { "name": "default", "applyToProducts": [ "default" ] } ] } ] }