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 30static_library("test_queue") { 31 sources = [ 32 "It_los_queue.c", 33 "It_los_queue_001.c", 34 "It_los_queue_002.c", 35 "It_los_queue_003.c", 36 "It_los_queue_004.c", 37 "It_los_queue_005.c", 38 "It_los_queue_006.c", 39 "It_los_queue_007.c", 40 "It_los_queue_008.c", 41 "It_los_queue_009.c", 42 "It_los_queue_010.c", 43 "It_los_queue_011.c", 44 "It_los_queue_012.c", 45 "It_los_queue_013.c", 46 "It_los_queue_014.c", 47 "It_los_queue_015.c", 48 "It_los_queue_016.c", 49 "It_los_queue_017.c", 50 "It_los_queue_018.c", 51 "It_los_queue_019.c", 52 "It_los_queue_020.c", 53 "It_los_queue_021.c", 54 "It_los_queue_022.c", 55 "It_los_queue_025.c", 56 "It_los_queue_026.c", 57 "It_los_queue_027.c", 58 "It_los_queue_028.c", 59 "It_los_queue_029.c", 60 "It_los_queue_030.c", 61 "It_los_queue_031.c", 62 "It_los_queue_032.c", 63 "It_los_queue_033.c", 64 "It_los_queue_034.c", 65 "It_los_queue_035.c", 66 "It_los_queue_036.c", 67 "It_los_queue_037.c", 68 "It_los_queue_038.c", 69 "It_los_queue_039.c", 70 "It_los_queue_040.c", 71 "It_los_queue_041.c", 72 "It_los_queue_042.c", 73 "It_los_queue_043.c", 74 "It_los_queue_044.c", 75 "It_los_queue_045.c", 76 "It_los_queue_046.c", 77 "It_los_queue_047.c", 78 "It_los_queue_048.c", 79 "It_los_queue_050.c", 80 "It_los_queue_051.c", 81 "It_los_queue_052.c", 82 "It_los_queue_053.c", 83 "It_los_queue_054.c", 84 "It_los_queue_055.c", 85 "It_los_queue_056.c", 86 "It_los_queue_057.c", 87 "It_los_queue_058.c", 88 "It_los_queue_059.c", 89 "It_los_queue_060.c", 90 "It_los_queue_061.c", 91 "It_los_queue_062.c", 92 "It_los_queue_063.c", 93 "It_los_queue_064.c", 94 "It_los_queue_065.c", 95 "It_los_queue_066.c", 96 "It_los_queue_067.c", 97 "It_los_queue_068.c", 98 "It_los_queue_069.c", 99 "It_los_queue_070.c", 100 "It_los_queue_071.c", 101 "It_los_queue_072.c", 102 "It_los_queue_073.c", 103 "It_los_queue_074.c", 104 "It_los_queue_078.c", 105 "It_los_queue_079.c", 106 "It_los_queue_080.c", 107 "It_los_queue_081.c", 108 "It_los_queue_082.c", 109 "It_los_queue_083.c", 110 "It_los_queue_084.c", 111 "It_los_queue_085.c", 112 "It_los_queue_086.c", 113 "It_los_queue_087.c", 114 "It_los_queue_088.c", 115 "It_los_queue_090.c", 116 "It_los_queue_091.c", 117 "It_los_queue_092.c", 118 "It_los_queue_093.c", 119 "It_los_queue_094.c", 120 "It_los_queue_095.c", 121 "It_los_queue_096.c", 122 "It_los_queue_097.c", 123 "It_los_queue_104.c", 124 "It_los_queue_106.c", 125 "It_los_queue_107.c", 126 "It_los_queue_108.c", 127 "It_los_queue_109.c", 128 "It_los_queue_110.c", 129 "It_los_queue_114.c", 130 "It_los_queue_head_001.c", 131 "It_los_queue_head_002.c", 132 "It_los_queue_head_003.c", 133 "It_los_queue_head_004.c", 134 "It_los_queue_head_005.c", 135 "It_los_queue_head_006.c", 136 "It_los_queue_head_007.c", 137 "It_los_queue_head_008.c", 138 "It_los_queue_head_009.c", 139 "It_los_queue_head_010.c", 140 "It_los_queue_head_011.c", 141 "It_los_queue_head_012.c", 142 "It_los_queue_head_013.c", 143 "It_los_queue_head_014.c", 144 "It_los_queue_head_015.c", 145 "It_los_queue_head_016.c", 146 "It_los_queue_head_019.c", 147 "It_los_queue_head_020.c", 148 "It_los_queue_head_021.c", 149 "It_los_queue_head_022.c", 150 "It_los_queue_head_023.c", 151 "It_los_queue_head_024.c", 152 "It_los_queue_head_025.c", 153 "It_los_queue_head_026.c", 154 "It_los_queue_head_027.c", 155 "It_los_queue_head_028.c", 156 "It_los_queue_head_029.c", 157 "It_los_queue_head_030.c", 158 "It_los_queue_head_031.c", 159 "It_los_queue_head_032.c", 160 "It_los_queue_head_038.c", 161 "It_los_queue_head_039.c", 162 "It_los_queue_head_040.c", 163 "It_los_queue_head_041.c", 164 "It_los_queue_head_042.c", 165 "LLt_los_queue_003.c", 166 "Llt_los_queue_001.c", 167 ] 168 169 configs += [ "//kernel/liteos_m/testsuites:include" ] 170} 171