]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/UefiSortLib/UefiSortLib.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[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
1e6e84c7 6# This program and the accompanying materials\r
a4ee2a4f 7# are licensed and made available under the terms and conditions of the BSD License\r
8# which accompanies this distribution. The full text of the license may be found at\r
9# http://opensource.org/licenses/bsd-license.php\r
10# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12#\r
13#\r
7b202cb0 14##\r
a4ee2a4f 15\r
16[Defines]\r
17 INF_VERSION = 0x00010006\r
18 BASE_NAME = UefiSortLib\r
d6a55a12 19 MODULE_UNI_FILE = UefiSortLib.uni\r
a4ee2a4f 20 FILE_GUID = 4264A823-45A3-42db-B92C-AA078555CBD3\r
21 MODULE_TYPE = UEFI_DRIVER\r
22 VERSION_STRING = 1.0\r
4be58c16 23 LIBRARY_CLASS = SortLib|UEFI_APPLICATION UEFI_DRIVER UEFI_DRIVER DXE_RUNTIME_DRIVER DXE_DRIVER\r
a4ee2a4f 24\r
25#\r
de005223 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
a4ee2a4f 27#\r
28\r
a405b86d 29[Sources.common]\r
a4ee2a4f 30 UefiSortLib.c\r
31\r
32[Packages]\r
33 MdePkg/MdePkg.dec\r
ae591c14 34 MdeModulePkg/MdeModulePkg.dec\r
a4ee2a4f 35\r
36[LibraryClasses]\r
37 MemoryAllocationLib\r
38 BaseLib\r
39 BaseMemoryLib\r
40 DebugLib\r
41 UefiBootServicesTableLib\r
863986b3 42 DevicePathLib\r
a4ee2a4f 43\r
44[Protocols]\r
3673214c 45 gEfiUnicodeCollation2ProtocolGuid ## SOMETIMES_CONSUMES\r
81650094 46 gEfiDevicePathProtocolGuid ## CONSUMES\r
a4ee2a4f 47\r