]> git.proxmox.com Git - mirror_edk2.git/blame - EmulatorPkg/FirmwareVolumePei/FirmwareVolumePei.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / FirmwareVolumePei / FirmwareVolumePei.inf
CommitLineData
949f388f 1## @file\r
2# Component description file for EmuFwh module\r
3#\r
4# This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices\r
5# on the Emu emulator.\r
ba6037f8 6# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
d18d8a1d 7# Portions copyright (c) 2011, Apple Inc. All rights reserved.\r
949f388f 8#\r
e3ba31da 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
949f388f 10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = FirmwareVolumePei\r
17 FILE_GUID = 6DB075DE-449E-2644-96D0-CC5A1B4C3B2A\r
18 MODULE_TYPE = PEIM\r
19 VERSION_STRING = 1.0\r
20 ENTRY_POINT = PeimInitializeFirmwareVolumePei\r
21\r
22#\r
23# The following information is for reference only and not required by the build tools.\r
24#\r
ba6037f8 25# VALID_ARCHITECTURES = IA32 X64 EBC\r
949f388f 26#\r
27\r
28[Sources]\r
29 FirmwareVolumePei.c\r
30\r
31[Packages]\r
32 MdePkg/MdePkg.dec\r
33 MdeModulePkg/MdeModulePkg.dec\r
bb89ec1a 34 EmulatorPkg/EmulatorPkg.dec\r
949f388f 35\r
36[LibraryClasses]\r
37 PeiServicesTablePointerLib\r
38 PeiServicesLib\r
39 HobLib\r
40 PeimEntryPoint\r
41 DebugLib\r
42\r
43[Pcd]\r
bb89ec1a 44 gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageEventLogSize\r
45 gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageVariableBase\r
949f388f 46 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
47 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
48 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
49\r
50[Ppis]\r
51 gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED\r
52\r
53[Depex]\r
54 gEmuThunkPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid\r
55\r