]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/BaseSortLib/BaseSortLib.inf
Vlv2TbltDevicePkg: Use the new PCDs defined in MdePkg and MdeModulePkg.
[mirror_edk2.git] / MdeModulePkg / Library / BaseSortLib / BaseSortLib.inf
CommitLineData
a405b86d 1## @file\r
4983ca93 2# Library used for sorting routines.\r
3#\r
ae591c14 4# Copyright (c) 2009 - 2014, Intel Corporation. All rights reserved. <BR>\r
4983ca93 5#\r
1e6e84c7 6# This program and the accompanying materials\r
4983ca93 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
4983ca93 15\r
16[Defines]\r
17 INF_VERSION = 0x00010006\r
18 BASE_NAME = BaseSortLib\r
19 FILE_GUID = 03F3331B-F12D-494f-BF37-E55A657F2497\r
20 MODULE_TYPE = UEFI_DRIVER\r
21 VERSION_STRING = 1.0\r
a405b86d 22 LIBRARY_CLASS = SortLib|UEFI_APPLICATION UEFI_DRIVER\r
4983ca93 23\r
24#\r
25# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
26#\r
27\r
a405b86d 28[Sources.common]\r
4983ca93 29 BaseSortLib.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
ae591c14 33 MdeModulePkg/MdeModulePkg.dec\r
4983ca93 34\r
35[LibraryClasses]\r
36 MemoryAllocationLib\r
37 BaseLib\r
38 BaseMemoryLib\r
39 DebugLib\r
40\r
4983ca93 41\r