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