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_task") { 31 sources = [ 32 "It_los_task.c", 33 "It_los_task_001.c", 34 "It_los_task_002.c", 35 "It_los_task_003.c", 36 "It_los_task_004.c", 37 "It_los_task_005.c", 38 "It_los_task_006.c", 39 "It_los_task_007.c", 40 "It_los_task_008.c", 41 "It_los_task_010.c", 42 "It_los_task_011.c", 43 "It_los_task_012.c", 44 "It_los_task_013.c", 45 "It_los_task_014.c", 46 "It_los_task_015.c", 47 "It_los_task_016.c", 48 "It_los_task_017.c", 49 "It_los_task_018.c", 50 "It_los_task_019.c", 51 "It_los_task_020.c", 52 "It_los_task_021.c", 53 "It_los_task_022.c", 54 "It_los_task_023.c", 55 "It_los_task_024.c", 56 "It_los_task_025.c", 57 "It_los_task_026.c", 58 "It_los_task_027.c", 59 "It_los_task_028.c", 60 "It_los_task_029.c", 61 "It_los_task_030.c", 62 "It_los_task_031.c", 63 "It_los_task_032.c", 64 "It_los_task_033.c", 65 "It_los_task_034.c", 66 "It_los_task_035.c", 67 "It_los_task_036.c", 68 "It_los_task_037.c", 69 "It_los_task_038.c", 70 "It_los_task_039.c", 71 "It_los_task_040.c", 72 "It_los_task_041.c", 73 "It_los_task_042.c", 74 "It_los_task_043.c", 75 "It_los_task_046.c", 76 "It_los_task_047.c", 77 "It_los_task_048.c", 78 "It_los_task_049.c", 79 "It_los_task_050.c", 80 "It_los_task_051.c", 81 "It_los_task_052.c", 82 "It_los_task_053.c", 83 "It_los_task_054.c", 84 "It_los_task_055.c", 85 "It_los_task_056.c", 86 "It_los_task_057.c", 87 "It_los_task_058.c", 88 "It_los_task_059.c", 89 "It_los_task_060.c", 90 "It_los_task_061.c", 91 "It_los_task_062.c", 92 "It_los_task_063.c", 93 "It_los_task_064.c", 94 "It_los_task_065.c", 95 "It_los_task_066.c", 96 "It_los_task_067.c", 97 "It_los_task_068.c", 98 "It_los_task_069.c", 99 "It_los_task_070.c", 100 "It_los_task_071.c", 101 "It_los_task_072.c", 102 "It_los_task_073.c", 103 "It_los_task_074.c", 104 "It_los_task_075.c", 105 "It_los_task_076.c", 106 "It_los_task_077.c", 107 "It_los_task_078.c", 108 "It_los_task_079.c", 109 "It_los_task_080.c", 110 "It_los_task_081.c", 111 "It_los_task_082.c", 112 "It_los_task_083.c", 113 "It_los_task_084.c", 114 "It_los_task_085.c", 115 "It_los_task_086.c", 116 "It_los_task_087.c", 117 "It_los_task_088.c", 118 "It_los_task_089.c", 119 "It_los_task_090.c", 120 "It_los_task_091.c", 121 "It_los_task_092.c", 122 "It_los_task_093.c", 123 "It_los_task_094.c", 124 "It_los_task_095.c", 125 "It_los_task_096.c", 126 "It_los_task_097.c", 127 "It_los_task_098.c", 128 "It_los_task_099.c", 129 "It_los_task_100.c", 130 "It_los_task_101.c", 131 "It_los_task_102.c", 132 "It_los_task_103.c", 133 "It_los_task_104.c", 134 "It_los_task_105.c", 135 "It_los_task_106.c", 136 "It_los_task_107.c", 137 "It_los_task_108.c", 138 "It_los_task_109.c", 139 "It_los_task_110.c", 140 "It_los_task_111.c", 141 "It_los_task_112.c", 142 "It_los_task_113.c", 143 "It_los_task_114.c", 144 "It_los_task_115.c", 145 "It_los_task_116.c", 146 "It_los_task_117.c", 147 "It_los_task_118.c", 148 "It_los_task_119.c", 149 "It_los_task_120.c", 150 "It_los_task_121.c", 151 "It_los_task_122.c", 152 "It_los_task_123.c", 153 "It_los_task_124.c", 154 "It_los_task_125.c", 155 "It_los_task_126.c", 156 "It_los_task_127.c", 157 "It_los_task_128.c", 158 "It_los_task_129.c", 159 "It_los_task_130.c", 160 ] 161 162 configs += [ "//kernel/liteos_m/testsuites:include" ] 163} 164