]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/DxeExtractGuidedSectionLib/DxeExtractGuidedSectionLib.inf
MdePkg: Clean up source files
[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
9095d37b 6# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>\r
0fa00159 7#\r
19388d29 8# This program and the accompanying materials\r
0fa00159
LG
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
2fc59a00 11# http://opensource.org/licenses/bsd-license.php.\r
0fa00159
LG
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
c92c1790 21 MODULE_UNI_FILE = DxeExtractGuidedSectionLib.uni\r
0fa00159
LG
22 FILE_GUID = f773469b-e265-4b0c-b0a6-2f971fbfe72b\r
23 MODULE_TYPE = DXE_DRIVER\r
24 VERSION_STRING = 1.0\r
9095d37b 25 LIBRARY_CLASS = ExtractGuidedSectionLib|DXE_CORE DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
0fa00159
LG
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
6bfbb5f0 35[Sources]\r
0fa00159
LG
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
8472f1f5 46 UefiBootServicesTableLib\r
0fa00159 47\r