/* * 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_shell_com.example.shell.cer", "storePassword": "0000001AA1027E1E1C9916F0C02C8484D94599AD521D341E96CA58688087848F6E57A6188D80155CD38C", "keyAlias": "debugKey", "keyPassword": "0000001A603CD9FC4272754848BE90D0DF53E59E06A050C902E80665A5CE6B9EEB64E0B66D4188F05115", "profile": "C:\\Users\\xian.liu\\.ohos\\config\\openharmony\\auto_ohos_default_shell_com.example.shell.p7b", "signAlg": "SHA256withECDSA", "storeFile": "C:\\Users\\xian.liu\\.ohos\\config\\openharmony\\auto_ohos_default_shell_com.example.shell.p12" } } ], "compileSdkVersion": 9, "compatibleSdkVersion": 9, "products": [ { "name": "default", "signingConfig": "default", } ] }, "modules": [ { "name": "entry", "srcPath": "./entry", "targets": [ { "name": "default", "applyToProducts": [ "default" ] } ] } ] }