]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
Code scrub for the Debug library, PostCode library, Print library, and ExtractGuidedS...
[mirror_edk2.git] / MdePkg / Library / DxeExtractGuidedSectionLib / DxeExtractGuidedSectionLib.inf
CommitLineData
0fa00159 1#/** @file\r
d173d9c7 2# Component description file for DXE ExtractGuidedSection Library\r
0fa00159 3#\r
d173d9c7 4# This library provides generic extract guided section functions for DXE module.\r
eceb3a4c 5# Copyright (c) 2007 - 2008, Intel Corporation.\r
0fa00159
LG
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = DxeExtractGuidedSectionLib\r
20 FILE_GUID = f773469b-e265-4b0c-b0a6-2f971fbfe72b\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
eceb3a4c 23 LIBRARY_CLASS = ExtractGuidedSectionLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER \r
0fa00159
LG
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27 CONSTRUCTOR = DxeExtractGuidedSectionLibConstructor\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources.common]\r
36 DxeExtractGuidedSectionLib.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40\r
41\r
42[LibraryClasses]\r
43 MemoryAllocationLib\r
44 BaseMemoryLib\r
45 DebugLib\r
46\r
47[FixedPcd.common]\r
48 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler \r
49\r
50\r