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