]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / UefiSortLib / UefiSortLib.inf
1 ## @file
2 # Library used for sorting routines.
3 #
4 # Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
5 #
6 # SPDX-License-Identifier: BSD-2-Clause-Patent
7 #
8 #
9 ##
10
11 [Defines]
12 INF_VERSION = 0x00010006
13 BASE_NAME = UefiSortLib
14 MODULE_UNI_FILE = UefiSortLib.uni
15 FILE_GUID = 4264A823-45A3-42db-B92C-AA078555CBD3
16 MODULE_TYPE = UEFI_DRIVER
17 VERSION_STRING = 1.0
18 LIBRARY_CLASS = SortLib|UEFI_APPLICATION UEFI_DRIVER UEFI_DRIVER DXE_RUNTIME_DRIVER DXE_DRIVER
19
20 #
21 # VALID_ARCHITECTURES = IA32 X64 EBC
22 #
23
24 [Sources.common]
25 UefiSortLib.c
26
27 [Packages]
28 MdePkg/MdePkg.dec
29 MdeModulePkg/MdeModulePkg.dec
30
31 [LibraryClasses]
32 MemoryAllocationLib
33 BaseLib
34 BaseMemoryLib
35 DebugLib
36 UefiBootServicesTableLib
37 DevicePathLib
38
39 [Protocols]
40 gEfiUnicodeCollation2ProtocolGuid ## SOMETIMES_CONSUMES
41 gEfiDevicePathProtocolGuid ## CONSUMES
42