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_event") { 33 sources = [ 34 "It_los_event.c", 35 "It_los_event_001.c", 36 "It_los_event_002.c", 37 "It_los_event_003.c", 38 "It_los_event_004.c", 39 "It_los_event_005.c", 40 "It_los_event_006.c", 41 "It_los_event_007.c", 42 "It_los_event_008.c", 43 "It_los_event_009.c", 44 "It_los_event_010.c", 45 "It_los_event_011.c", 46 "It_los_event_012.c", 47 "It_los_event_013.c", 48 "It_los_event_014.c", 49 "It_los_event_015.c", 50 "It_los_event_016.c", 51 "It_los_event_017.c", 52 "It_los_event_018.c", 53 "It_los_event_019.c", 54 "It_los_event_020.c", 55 "It_los_event_021.c", 56 "It_los_event_022.c", 57 "It_los_event_023.c", 58 "It_los_event_024.c", 59 "It_los_event_026.c", 60 "It_los_event_027.c", 61 "It_los_event_028.c", 62 "It_los_event_029.c", 63 "It_los_event_030.c", 64 "It_los_event_031.c", 65 "It_los_event_032.c", 66 "It_los_event_033.c", 67 "It_los_event_034.c", 68 "It_los_event_035.c", 69 "It_los_event_036.c", 70 "It_los_event_037.c", 71 "It_los_event_038.c", 72 "It_los_event_039.c", 73 "It_los_event_040.c", 74 "It_los_event_041.c", 75 "It_los_event_042.c", 76 "It_los_event_043.c", 77 ] 78 79 configs += [ "$LITEOSTOPDIR/testsuites:include" ] 80} 81