1bbbf1280Sopenharmony_ci# Copyright (c) 2022-2022 Huawei Device Co., Ltd. All rights reserved. 2bbbf1280Sopenharmony_ci# 3bbbf1280Sopenharmony_ci# Redistribution and use in source and binary forms, with or without modification, 4bbbf1280Sopenharmony_ci# are permitted provided that the following conditions are met: 5bbbf1280Sopenharmony_ci# 6bbbf1280Sopenharmony_ci# 1. Redistributions of source code must retain the above copyright notice, this list of 7bbbf1280Sopenharmony_ci# conditions and the following disclaimer. 8bbbf1280Sopenharmony_ci# 9bbbf1280Sopenharmony_ci# 2. Redistributions in binary form must reproduce the above copyright notice, this list 10bbbf1280Sopenharmony_ci# of conditions and the following disclaimer in the documentation and/or other materials 11bbbf1280Sopenharmony_ci# provided with the distribution. 12bbbf1280Sopenharmony_ci# 13bbbf1280Sopenharmony_ci# 3. Neither the name of the copyright holder nor the names of its contributors may be used 14bbbf1280Sopenharmony_ci# to endorse or promote products derived from this software without specific prior written 15bbbf1280Sopenharmony_ci# permission. 16bbbf1280Sopenharmony_ci# 17bbbf1280Sopenharmony_ci# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 18bbbf1280Sopenharmony_ci# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 19bbbf1280Sopenharmony_ci# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 20bbbf1280Sopenharmony_ci# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 21bbbf1280Sopenharmony_ci# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 22bbbf1280Sopenharmony_ci# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 23bbbf1280Sopenharmony_ci# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 24bbbf1280Sopenharmony_ci# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 25bbbf1280Sopenharmony_ci# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 26bbbf1280Sopenharmony_ci# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 27bbbf1280Sopenharmony_ci# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 28bbbf1280Sopenharmony_ci 29bbbf1280Sopenharmony_ciOPTRTDIR = get_path_info(".", "abspath") 30bbbf1280Sopenharmony_ci 31bbbf1280Sopenharmony_ciOPTRT_STRING_ARM_SRC_FILES_FOR_ARMV7_A = [ 32bbbf1280Sopenharmony_ci "$OPTRTDIR/string/arm/memchr.S", 33bbbf1280Sopenharmony_ci "$OPTRTDIR/string/arm/memcpy.S", 34bbbf1280Sopenharmony_ci "$OPTRTDIR/string/arm/strcmp.S", 35bbbf1280Sopenharmony_ci "$OPTRTDIR/string/arm/strcpy.c", 36bbbf1280Sopenharmony_ci "$OPTRTDIR/string/arm/strlen-armv6t2.S", 37bbbf1280Sopenharmony_ci] 38bbbf1280Sopenharmony_ci 39bbbf1280Sopenharmony_ciOPTRT_STRING_ARM_SRC_FILES_FOR_ARMV7_M = [ 40bbbf1280Sopenharmony_ci "$OPTRTDIR/string/arm/strcpy.c", 41bbbf1280Sopenharmony_ci "$OPTRTDIR/string/arm/strlen-armv6t2.S", 42bbbf1280Sopenharmony_ci] 43