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