1ea497e4dSopenharmony_ci/* 2ea497e4dSopenharmony_ci * Copyright (c) 2022 Huawei Device Co., Ltd. 3ea497e4dSopenharmony_ci * Licensed under the Apache License, Version 2.0 (the "License"); 4ea497e4dSopenharmony_ci * you may not use this file except in compliance with the License. 5ea497e4dSopenharmony_ci * You may obtain a copy of the License at 6ea497e4dSopenharmony_ci * 7ea497e4dSopenharmony_ci * http://www.apache.org/licenses/LICENSE-2.0 8ea497e4dSopenharmony_ci * 9ea497e4dSopenharmony_ci * Unless required by applicable law or agreed to in writing, software 10ea497e4dSopenharmony_ci * distributed under the License is distributed on an "AS IS" BASIS, 11ea497e4dSopenharmony_ci * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 12ea497e4dSopenharmony_ci * See the License for the specific language governing permissions and 13ea497e4dSopenharmony_ci * limitations under the License. 14ea497e4dSopenharmony_ci */ 15ea497e4dSopenharmony_ci 16ea497e4dSopenharmony_ci{ 17ea497e4dSopenharmony_ci "app": { 18ea497e4dSopenharmony_ci "products": [ 19ea497e4dSopenharmony_ci { 20ea497e4dSopenharmony_ci "name": "default", 21ea497e4dSopenharmony_ci "signingConfig": "default", 22ea497e4dSopenharmony_ci "compileSdkVersion": 10, 23ea497e4dSopenharmony_ci "compatibleSdkVersion": 9, 24ea497e4dSopenharmony_ci } 25ea497e4dSopenharmony_ci ] 26ea497e4dSopenharmony_ci }, 27ea497e4dSopenharmony_ci "modules": [ 28ea497e4dSopenharmony_ci { 29ea497e4dSopenharmony_ci "name": "entry", 30ea497e4dSopenharmony_ci "srcPath": "./entry", 31ea497e4dSopenharmony_ci "targets": [ 32ea497e4dSopenharmony_ci { 33ea497e4dSopenharmony_ci "name": "default", 34ea497e4dSopenharmony_ci "applyToProducts": [ 35ea497e4dSopenharmony_ci "default" 36ea497e4dSopenharmony_ci ] 37ea497e4dSopenharmony_ci } 38ea497e4dSopenharmony_ci ] 39ea497e4dSopenharmony_ci } 40ea497e4dSopenharmony_ci ] 41ea497e4dSopenharmony_ci}