1548bf93fSopenharmony_ci# Copyright (C) 2023 Huawei Device Co., Ltd. 2548bf93fSopenharmony_ci# Licensed under the Apache License, Version 2.0 (the "License"); 3548bf93fSopenharmony_ci# you may not use this file except in compliance with the License. 4548bf93fSopenharmony_ci# You may obtain a copy of the License at 5548bf93fSopenharmony_ci# 6548bf93fSopenharmony_ci# http://www.apache.org/licenses/LICENSE-2.0 7548bf93fSopenharmony_ci# 8548bf93fSopenharmony_ci# Unless required by applicable law or agreed to in writing, software 9548bf93fSopenharmony_ci# distributed under the License is distributed on an "AS IS" BASIS, 10548bf93fSopenharmony_ci# WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. 11548bf93fSopenharmony_ci# See the License for the specific language governing permissions and 12548bf93fSopenharmony_ci# limitations under the License. 13548bf93fSopenharmony_ci 14548bf93fSopenharmony_ciimport("//build/ohos.gni") 15548bf93fSopenharmony_ci 16548bf93fSopenharmony_ci################################################################################ 17548bf93fSopenharmony_ci 18548bf93fSopenharmony_ciohos_prebuilt_etc("app_domain_verify_api_report_etc") { 19548bf93fSopenharmony_ci source = "api_report.conf" 20548bf93fSopenharmony_ci relative_install_dir = "app_domain_verify/" 21548bf93fSopenharmony_ci part_name = "app_domain_verify" 22548bf93fSopenharmony_ci subsystem_name = "bundlemanager" 23548bf93fSopenharmony_ci} 24