/** * 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/auto_ohos_default_storagefilejstest_ohos.acts.storage.file.cer", "storePassword": "0000001A9C206FA3B2D4883C3A42395F92E6D436B4C73F2BFECD45E73C9F1CBDAD2E66CD2DAAC9E47455", "keyAlias": "debugKey", "keyPassword": "0000001AD6C6CB37BEE1EFBD2169CC70F7E8BE2B418D568CAAB48744CD29023EDDA3254BD318BC1E95F5", "profile": "signature/auto_ohos_default_storagefilejstest_ohos.acts.storage.file.p7b", "signAlg": "SHA256withECDSA", "storeFile": "signature/auto_ohos_default_storagefilejstest_ohos.acts.storage.file.p12" } } ], "compileSdkVersion": 10, "compatibleSdkVersion": 10, "products": [ { "name": "default", "signingConfig": "default" } ] }, "modules": [ { "name": "entry", "srcPath": "./entry", "targets": [ { "name": "default", "applyToProducts": [ "default" ] } ] } ] }