]> git.proxmox.com Git - mirror_edk2.git/blame - EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
ARM Packages: Removed trailing spaces
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiExtractGuidedSectionLib / PrePiExtractGuidedSectionLib.inf
CommitLineData
09f8b4e2 1#/** @file\r
3402aac7 2#\r
60274cca
HT
3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.<BR>\r
4# This program and the accompanying materials\r
09f8b4e2
A
5# are licensed and made available under the terms and conditions of the BSD License\r
6# which accompanies this distribution. The full text of the license may be found at\r
7# http://opensource.org/licenses/bsd-license.php\r
3402aac7 8#\r
09f8b4e2
A
9# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
3402aac7 11#\r
09f8b4e2
A
12#**/\r
13\r
2ef2b01e
A
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = PrePiExtractGuidedSectionLib\r
17 FILE_GUID = 36F6E94E-6E8E-488E-89A4-7AD911C5AFB1\r
18 MODULE_TYPE = BASE\r
19 VERSION_STRING = 1.0\r
20 LIBRARY_CLASS = ExtractGuidedSectionLib\r
21\r
22 CONSTRUCTOR = ExtractGuidedSectionLibConstructor\r
23\r
24[Sources.common]\r
25 PrePiExtractGuidedSectionLib.c\r
26\r
27[Packages]\r
28 EmbeddedPkg/EmbeddedPkg.dec\r
29 MdePkg/MdePkg.dec\r
30\r
31[LibraryClasses]\r
32 BaseMemoryLib\r
33 DebugLib\r
34\r
35[FixedPcd.common]\r
3402aac7 36 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler\r