VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiExtractGuidedSectionLib/PeiExtractGuidedSectionLib.inf@ 107064

Last change on this file since 107064 was 80721, checked in by vboxsync, 5 years ago

Devices/EFI/FirmwareNew: Start upgrade process to edk2-stable201908 (compiles on Windows and works to some extent), bugref:4643

  • Property svn:eol-style set to native
File size: 1.1 KB
Line 
1## @file
2# Instance of ExtractGuidedSection Library for PEI phase.
3#
4# This library provides generic extract guided section functions for PEIM and PEI_CORE module.
5#
6# Copyright (c) 2007 - 2018, Intel Corporation. All rights reserved.<BR>
7#
8# SPDX-License-Identifier: BSD-2-Clause-Patent
9#
10#
11##
12
13[Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = PeiExtractGuidedSectionLib
16 MODULE_UNI_FILE = PeiExtractGuidedSectionLib.uni
17 FILE_GUID = 41ddf016-2a11-415f-8880-00d938e9541a
18 MODULE_TYPE = PEIM
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = ExtractGuidedSectionLib|PEIM PEI_CORE
21
22#
23# The following information is for reference only and not required by the build tools.
24#
25# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
26#
27
28[Sources]
29 PeiExtractGuidedSectionLib.c
30
31[Packages]
32 MdePkg/MdePkg.dec
33
34
35[LibraryClasses]
36 BaseMemoryLib
37 DebugLib
38 HobLib
39 PcdLib
40
41[Pcd]
42 gEfiMdePkgTokenSpaceGuid.PcdMaximumGuidedExtractHandler ## CONSUMES
43
Note: See TracBrowser for help on using the repository browser.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette