]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/UefiSortLib/UnitTest/UefiSortLibUnitTest.inf
MdeModulePkg/UefiSortLib:Add UefiSortLib unit test
[mirror_edk2.git] / MdeModulePkg / Library / UefiSortLib / UnitTest / UefiSortLibUnitTest.inf
1 ## @file
2 # This is a unit test for the UefiSortLib.
3 #
4 # Copyright (C) Huawei Technologies Co., Ltd. All rights reserved
5 # SPDX-License-Identifier: BSD-2-Clause-Patent
6 ##
7
8 [Defines]
9 INF_VERSION = 0x00010017
10 BASE_NAME = UefiSortLibUnitTest
11 FILE_GUID = 271337A3-0D79-BA3E-BC03-714E518E3B1B
12 VERSION_STRING = 1.0
13 MODULE_TYPE = HOST_APPLICATION
14
15 #
16 # The following information is for reference only and not required by the build tools.
17 #
18 # VALID_ARCHITECTURES = IA32 X64
19 #
20
21 [Sources]
22 UefiSortLibUnitTest.c
23
24 [Packages]
25 MdePkg/MdePkg.dec
26 MdeModulePkg/MdeModulePkg.dec
27 UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
28
29 [LibraryClasses]
30 UnitTestLib
31 DebugLib
32 UefiSortLib