/* Copyright 2023 Unionman Technology 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\\xian.liu\\.ohos\\config\\openharmony\\auto_ohos_default_bluetest_com.example.bluetest.cer", "storePassword": "0000001A4C0BC1725BCBC2C8AA2BFCAD0E24F9E97AA367E45F05A5D18776801A4DEE5A5EDE3B96DF37A2", "keyAlias": "debugKey", "keyPassword": "0000001A8B4E4063CB6A6F77C8FC8A7DAF3E8526EB24148DB97CDE0C3EBB40D482112201F5C5BF611E3C", "profile": "C:\\Users\\xian.liu\\.ohos\\config\\openharmony\\auto_ohos_default_bluetest_com.example.bluetest.p7b", "signAlg": "SHA256withECDSA", "storeFile": "C:\\Users\\xian.liu\\.ohos\\config\\openharmony\\auto_ohos_default_bluetest_com.example.bluetest.p12" } } ], "compileSdkVersion": 10, "compatibleSdkVersion": 9, "products": [ { "name": "default", "signingConfig": "default", } ] }, "modules": [ { "name": "entry", "srcPath": "./entry", "targets": [ { "name": "default", "applyToProducts": [ "default" ] } ] } ] }