]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EmbeddedPkg/Library/PrePiExtractGuidedSectionLib/PrePiExtractGuidedSectionLib.inf
Add the beginning of a GDB based Debug Agent. IA-32 and X64 don't have low level...
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiExtractGuidedSectionLib / PrePiExtractGuidedSectionLib.inf
... / ...
CommitLineData
1#/** @file\r
2# \r
3# Copyright (c) 2008 - 2010, Apple Inc. All rights reserved.\r
4# All rights reserved. This program and the accompanying materials\r
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
8# \r
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
11# \r
12#**/\r
13\r
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
36 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler \r