1# Copyright (c) 2013-2019 Huawei Technologies Co., Ltd. All rights reserved. 2# Copyright (c) 2020-2021 Huawei Device Co., Ltd. All rights reserved. 3# 4# Redistribution and use in source and binary forms, with or without modification, 5# are permitted provided that the following conditions are met: 6# 7# 1. Redistributions of source code must retain the above copyright notice, this list of 8# conditions and the following disclaimer. 9# 10# 2. Redistributions in binary form must reproduce the above copyright notice, this list 11# of conditions and the following disclaimer in the documentation and/or other materials 12# provided with the distribution. 13# 14# 3. Neither the name of the copyright holder nor the names of its contributors may be used 15# to endorse or promote products derived from this software without specific prior written 16# permission. 17# 18# THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS 19# "AS IS" AND ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, 20# THE IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR 21# PURPOSE ARE DISCLAIMED. IN NO EVENT SHALL THE COPYRIGHT HOLDER OR 22# CONTRIBUTORS BE LIABLE FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, 23# EXEMPLARY, OR CONSEQUENTIAL DAMAGES (INCLUDING, BUT NOT LIMITED TO, 24# PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR PROFITS; 25# OR BUSINESS INTERRUPTION) HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, 26# WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR 27# OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF THIS SOFTWARE, EVEN IF 28# ADVISED OF THE POSSIBILITY OF SUCH DAMAGE. 29 30import("//kernel/liteos_m/liteos.gni") 31 32static_library("test_mux") { 33 sources = [ 34 "It_los_mutex_001.c", 35 "It_los_mutex_002.c", 36 "It_los_mutex_003.c", 37 "It_los_mutex_004.c", 38 "It_los_mutex_005.c", 39 "It_los_mutex_006.c", 40 "It_los_mutex_007.c", 41 "It_los_mutex_008.c", 42 "It_los_mutex_009.c", 43 "It_los_mutex_010.c", 44 "It_los_mutex_011.c", 45 "It_los_mutex_012.c", 46 "It_los_mutex_013.c", 47 "It_los_mutex_014.c", 48 "It_los_mutex_015.c", 49 "It_los_mutex_016.c", 50 "It_los_mutex_017.c", 51 "It_los_mutex_018.c", 52 "It_los_mutex_019.c", 53 "It_los_mutex_020.c", 54 "It_los_mutex_021.c", 55 "It_los_mutex_022.c", 56 "It_los_mutex_023.c", 57 "It_los_mutex_024.c", 58 "It_los_mutex_025.c", 59 "It_los_mutex_026.c", 60 "It_los_mutex_027.c", 61 "It_los_mutex_029.c", 62 "It_los_mutex_030.c", 63 "It_los_mutex_031.c", 64 "It_los_mutex_033.c", 65 "It_los_mutex_034.c", 66 "It_los_mux.c", 67 ] 68 69 configs += [ "$LITEOSTOPDIR/testsuites:include" ] 70} 71