1570af302Sopenharmony_ci# Copyright (c) 2022-2022 Huawei Device Co., Ltd. All rights reserved. 2570af302Sopenharmony_ci# 3570af302Sopenharmony_ci# Redistribution and use in source and binary forms, with or without modification, 4570af302Sopenharmony_ci# are permitted provided that the following conditions are met: 5570af302Sopenharmony_ci# 6570af302Sopenharmony_ci# 1. Redistributions of source code must retain the above copyright notice, this list of 7570af302Sopenharmony_ci# conditions and the following disclaimer. 8570af302Sopenharmony_ci# 9570af302Sopenharmony_ci# 2. Redistributions in binary form must reproduce the above copyright notice, this list 10570af302Sopenharmony_ci# of conditions and the following disclaimer in the documentation and/or other materials 11570af302Sopenharmony_ci# provided with the distribution. 12570af302Sopenharmony_ci# 13570af302Sopenharmony_ci# 3. Neither the name of the copyright holder nor the names of its contributors may be used 14570af302Sopenharmony_ci# to endorse or promote products derived from this software without specific prior written 15570af302Sopenharmony_ci# permission. 16570af302Sopenharmony_ci# 17570af302Sopenharmony_ci# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18570af302Sopenharmony_ci# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 19570af302Sopenharmony_ci# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20570af302Sopenharmony_ci# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 21570af302Sopenharmony_ci# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22570af302Sopenharmony_ci# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23570af302Sopenharmony_ci# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 24570af302Sopenharmony_ci# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 25570af302Sopenharmony_ci# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 26570af302Sopenharmony_ci# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 27570af302Sopenharmony_ci# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28570af302Sopenharmony_ci 29570af302Sopenharmony_ciMUSLPORTINGDIR = get_path_info(".", "abspath") 30570af302Sopenharmony_ci 31570af302Sopenharmony_ciICCARM_ADAPT_INCLUDE_DIRS = [ "$MUSLPORTINGDIR/include" ] 32570af302Sopenharmony_ci 33570af302Sopenharmony_ciICCARM_ADAPT_SRC_COMMON = [ 34570af302Sopenharmony_ci "$MUSLPORTINGDIR/src/misc/realpath.c", 35570af302Sopenharmony_ci "$MUSLPORTINGDIR/src/network/htonl.c", 36570af302Sopenharmony_ci "$MUSLPORTINGDIR/src/network/htons.c", 37570af302Sopenharmony_ci "$MUSLPORTINGDIR/src/network/ntohl.c", 38570af302Sopenharmony_ci "$MUSLPORTINGDIR/src/network/ntohs.c", 39570af302Sopenharmony_ci "$MUSLPORTINGDIR/src/regex/regcomp.c", 40570af302Sopenharmony_ci "$MUSLPORTINGDIR/src/regex/regexec.c", 41570af302Sopenharmony_ci "$MUSLPORTINGDIR/src/regex/tre-mem.c", 42570af302Sopenharmony_ci] 43