VirtualBox

source: vbox/trunk/src/VBox/Devices/EFI/Firmware/MdePkg/Library/PeiHobLib/PeiHobLib.inf@ 105681

Last change on this file since 105681 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.3 KB
Line 
1## @file
2# Instance of HOB Library using PEI Services.
3#
4# HOB Library implementation that uses PEI Services to retrieve the HOB List.
5#
6# Copyright (c) 2006 - 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 = PeiHobLib
16 MODULE_UNI_FILE = PeiHobLib.uni
17 FILE_GUID = 9643128f-ac24-4b3e-b6be-d8849a306153
18 MODULE_TYPE = PEIM
19 VERSION_STRING = 1.0
20 LIBRARY_CLASS = HobLib|PEIM PEI_CORE SEC
21
22
23#
24# VALID_ARCHITECTURES = IA32 X64 EBC (EBC is for build only)
25#
26
27[Sources]
28 HobLib.c
29
30
31[Packages]
32 MdePkg/MdePkg.dec
33
34
35[LibraryClasses]
36 BaseMemoryLib
37 PeiServicesLib
38 DebugLib
39
40[Guids]
41 gEfiHobMemoryAllocStackGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation StackHob
42 gEfiHobMemoryAllocBspStoreGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation BspStoreHob
43 gEfiHobMemoryAllocModuleGuid ## SOMETIMES_PRODUCES ## HOB # MemoryAllocation ModuleHob
44
45#
46# [Hob]
47# MEMORY_ALLOCATION ## SOMETIMES_PRODUCES
48# RESOURCE_DESCRIPTOR ## SOMETIMES_PRODUCES
49# FIRMWARE_VOLUME ## SOMETIMES_PRODUCES
50#
51
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