/* * Copyright (C) 2023 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\\chenjiahuan\\.ohos\\config\\openharmony\\auto_ohos_default_demo_com.sample.rocketer.system.cer", "storePassword": "0000001B204D590B4D9AE87DA2B0B64DE7D4B1A010CC7E973B4EEC7AAEBD55B9CE472D2583DF738596042F", "keyAlias": "debugKey", "keyPassword": "0000001BD2E2C993310A0E97BBEBD2BA610BFB273A6FA9146A2E60F2804D1A2E338BF49160A78A211BF787", "profile": "C:\\Users\\chenjiahuan\\.ohos\\config\\openharmony\\auto_ohos_default_demo_com.sample.rocketer.system.p7b", "signAlg": "SHA256withECDSA", "storeFile": "C:\\Users\\chenjiahuan\\.ohos\\config\\openharmony\\auto_ohos_default_demo_com.sample.rocketer.system.p12" } } ], "compileSdkVersion": 9, "compatibleSdkVersion": 9, "products": [ { "name": "default", "signingConfig": "default", } ] }, "modules": [ { "name": "entry", "srcPath": "./entry", "targets": [ { "name": "default", "applyToProducts": [ "default" ] } ] } ] }