/* * Copyright (c) 2024 Shenzhen Kaihong Digital Industry Development 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/Administrator/.ohos/config/openharmony/default_akitutorials_kU9UYmtGwaYQNf4J4UDSosGk0B4NAMeURfXZcii9mzc=.cer", "storePassword": "0000001B8045247BC54A264938A6DC210137662337CE67D7D61048AD64EF67F9A545411035938A1465781E", "keyAlias": "debugKey", "keyPassword": "0000001B75ACAB7977A67241C05711096F32252639BC86CBADE4DEEEB5F7359BA16542EEBAE73C329CFE1B", "profile": "C:/Users/Administrator/.ohos/config/openharmony/default_akitutorials_kU9UYmtGwaYQNf4J4UDSosGk0B4NAMeURfXZcii9mzc=.p7b", "signAlg": "SHA256withECDSA", "storeFile": "C:/Users/Administrator/.ohos/config/openharmony/default_akitutorials_kU9UYmtGwaYQNf4J4UDSosGk0B4NAMeURfXZcii9mzc=.p12" } } ], "products": [ { "name": "default", "signingConfig": "default", "compileSdkVersion": 12, "compatibleSdkVersion": 12, "runtimeOS": "OpenHarmony", "buildOption": { "strictMode": { "caseSensitiveCheck": true, "useNormalizedOHMUrl": true } } } ], "buildModeSet": [ { "name": "debug", }, { "name": "release" } ] }, "modules": [ { "name": "entry", "srcPath": "./entry", "targets": [ { "name": "default", "applyToProducts": [ "default" ] } ] } ] }