/* * 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": "signature/cameraSample.cer", "storePassword": "0000001B6BFEF8647ECCBD8200952A380AA653082D391EEE29577BB008DCB5103AAB7CC7E6149751D01178", "keyAlias": "debugKey", "keyPassword": "0000001B68964307F873BD6A6C23EE0D6A497454EFAF821B0EB05B6920150C5648EEC1283AE1E9E33494A5", "profile": "signature/cameraSample.p7b", "signAlg": "SHA256withECDSA", "storeFile": "signature/cameraSample.p12" } } ], "products": [ { "name": "default", "signingConfig": "default", "compileSdkVersion": "4.0.0(10)", "compatibleSdkVersion": "4.0.0(10)", "targetSdkVersion": "4.0.0(10)", "runtimeOS": "HarmonyOS" } ] }, "modules": [ { "name": "entry", "srcPath": "./entry", "targets": [ { "name": "default", "applyToProducts": [ "default" ] } ] } ] }