1f9f848faSopenharmony_ci# Copyright (c) 2022-2024 Huawei Device Co., Ltd. All rights reserved. 2f9f848faSopenharmony_ci# 3f9f848faSopenharmony_ci# Redistribution and use in source and binary forms, with or without modification, 4f9f848faSopenharmony_ci# are permitted provided that the following conditions are met: 5f9f848faSopenharmony_ci# 6f9f848faSopenharmony_ci# 1. Redistributions of source code must retain the above copyright notice, this list of 7f9f848faSopenharmony_ci# conditions and the following disclaimer. 8f9f848faSopenharmony_ci# 9f9f848faSopenharmony_ci# 2. Redistributions in binary form must reproduce the above copyright notice, this list 10f9f848faSopenharmony_ci# of conditions and the following disclaimer in the documentation and/or other materials 11f9f848faSopenharmony_ci# provided with the distribution. 12f9f848faSopenharmony_ci# 13f9f848faSopenharmony_ci# 3. Neither the name of the copyright holder nor the names of its contributors may be used 14f9f848faSopenharmony_ci# to endorse or promote products derived from this software without specific prior written 15f9f848faSopenharmony_ci# permission. 16f9f848faSopenharmony_ci# 17f9f848faSopenharmony_ci# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18f9f848faSopenharmony_ci# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 19f9f848faSopenharmony_ci# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20f9f848faSopenharmony_ci# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 21f9f848faSopenharmony_ci# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22f9f848faSopenharmony_ci# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23f9f848faSopenharmony_ci# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 24f9f848faSopenharmony_ci# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 25f9f848faSopenharmony_ci# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 26f9f848faSopenharmony_ci# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 27f9f848faSopenharmony_ci# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28f9f848faSopenharmony_ci 29f9f848faSopenharmony_ciFREEBSD_SYS_LIBKERN_SRC_FILES = [ "//third_party/FreeBSD/sys/libkern/crc32.c" ] 30f9f848faSopenharmony_ciFREEBSD_DIR = get_path_info(".", "abspath") 31f9f848faSopenharmony_ci 32f9f848faSopenharmony_cibuild_inherited_configs = [ 33f9f848faSopenharmony_ci "//build/config/compiler:no_exceptions", 34f9f848faSopenharmony_ci "//build/config/compiler:export_dynamic", 35f9f848faSopenharmony_ci "//build/config/compiler:runtime_library", 36f9f848faSopenharmony_ci "//build/config/compiler:no_rtti", 37f9f848faSopenharmony_ci "//build/config/compiler:thin_archive", 38f9f848faSopenharmony_ci "//build/config/sanitizers:default_sanitizer_flags", 39f9f848faSopenharmony_ci "//build/config/compiler:default_symbols", 40f9f848faSopenharmony_ci "//build/config/compiler:default_stack_frames", 41f9f848faSopenharmony_ci "//build/config/compiler:default_optimization", 42f9f848faSopenharmony_ci "//build/config/compiler:default_include_dirs", 43f9f848faSopenharmony_ci "//build/config/compiler:chromium_code", 44f9f848faSopenharmony_ci "//build/config/compiler:compiler_arm_thumb", 45f9f848faSopenharmony_ci "//build/config/compiler:compiler_arm_fpu", 46f9f848faSopenharmony_ci "//build/config/compiler:compiler", 47f9f848faSopenharmony_ci "//build/config/compiler:afdo_optimize_size", 48f9f848faSopenharmony_ci "//build/config/compiler:afdo", 49f9f848faSopenharmony_ci] 50