]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/BaseExtractGuidedSectionLib/BaseExtractGuidedSectionLib.inf
Clean up DEC files:
[mirror_edk2.git] / MdePkg / Library / BaseExtractGuidedSectionLib / BaseExtractGuidedSectionLib.inf
CommitLineData
b9d5a7f1
LG
1## @file\r
2# Base ExtractGuidedSection Library.\r
3# This instance can also be used in SEC phase only when the memory is ready in SEC phase.\r
4# PCD PcdGuidedExtractHandlerTableAddress points to the available memory address \r
5# to store Guided Extract Handlers.\r
6# \r
7# Copyright (c) 2007 - 2010, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
35a17154 12# http://opensource.org/licenses/bsd-license.php.\r
b9d5a7f1
LG
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16##\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = BaseExtractGuidedSectionLib\r
21 FILE_GUID = 4e3236e9-d1c8-4c04-a89f-26f1c44b2592\r
22 MODULE_TYPE = BASE\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = ExtractGuidedSectionLib\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)\r
30#\r
31\r
32[Sources]\r
33 BaseExtractGuidedSectionLib.c\r
34\r
35[Packages]\r
36 MdePkg/MdePkg.dec\r
37\r
38[LibraryClasses]\r
39 BaseMemoryLib\r
40 DebugLib\r
41 PcdLib\r
42\r
43[Pcd]\r
44 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler\r
45 gEfiMdePkgTokenSpaceGuid.PcdGuidedExtractHandlerTableAddress\r