Files

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

36 lines
794 B
INI
Raw Permalink Normal View History

2010-09-14 05:18:09 +00:00
## @file
2009-07-13 19:33:35 +00:00
# Library used for sorting routines.
#
# Copyright (c) 2009 - 2018, Intel Corporation. All rights reserved.<BR>
2009-07-13 19:33:35 +00:00
#
# SPDX-License-Identifier: BSD-2-Clause-Patent
2009-07-13 19:33:35 +00:00
#
#
2010-02-23 23:58:38 +00:00
##
2009-07-13 19:33:35 +00:00
[Defines]
INF_VERSION = 0x00010006
BASE_NAME = BaseSortLib
MODULE_UNI_FILE = BaseSortLib.uni
2009-07-13 19:33:35 +00:00
FILE_GUID = 03F3331B-F12D-494f-BF37-E55A657F2497
MODULE_TYPE = BASE
2009-07-13 19:33:35 +00:00
VERSION_STRING = 1.0
LIBRARY_CLASS = SortLib
2009-07-13 19:33:35 +00:00
#
# VALID_ARCHITECTURES = IA32 X64 EBC
2009-07-13 19:33:35 +00:00
#
2010-09-14 05:18:09 +00:00
[Sources.common]
2009-07-13 19:33:35 +00:00
BaseSortLib.c
[Packages]
MdePkg/MdePkg.dec
MdeModulePkg/MdeModulePkg.dec
2009-07-13 19:33:35 +00:00
[LibraryClasses]
MemoryAllocationLib
BaseLib
BaseMemoryLib
DebugLib