]>
Commit | Line | Data |
---|---|---|
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 | |
6 | # Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r | |
d18d8a1d | 7 | # Portions copyright (c) 2011, Apple Inc. All rights reserved.\r |
949f388f | 8 | #\r |
9 | # This program and the accompanying materials\r | |
10 | # are licensed and made available under the terms and conditions of the BSD License\r | |
11 | # which accompanies this distribution. The full text of the license may be found at\r | |
12 | # http://opensource.org/licenses/bsd-license.php\r | |
13 | # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r | |
14 | # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r | |
15 | #\r | |
16 | #\r | |
17 | ##\r | |
18 | \r | |
19 | [Defines]\r | |
20 | INF_VERSION = 0x00010005\r | |
21 | BASE_NAME = FirmwareVolumePei\r | |
22 | FILE_GUID = 6DB075DE-449E-2644-96D0-CC5A1B4C3B2A\r | |
23 | MODULE_TYPE = PEIM\r | |
24 | VERSION_STRING = 1.0\r | |
25 | ENTRY_POINT = PeimInitializeFirmwareVolumePei\r | |
26 | \r | |
27 | #\r | |
28 | # The following information is for reference only and not required by the build tools.\r | |
29 | #\r | |
30 | # VALID_ARCHITECTURES = IA32 X64 IPF EBC\r | |
31 | #\r | |
32 | \r | |
33 | [Sources]\r | |
34 | FirmwareVolumePei.c\r | |
35 | \r | |
36 | [Packages]\r | |
37 | MdePkg/MdePkg.dec\r | |
38 | MdeModulePkg/MdeModulePkg.dec\r | |
bb89ec1a | 39 | EmulatorPkg/EmulatorPkg.dec\r |
949f388f | 40 | \r |
41 | [LibraryClasses]\r | |
42 | PeiServicesTablePointerLib\r | |
43 | PeiServicesLib\r | |
44 | HobLib\r | |
45 | PeimEntryPoint\r | |
46 | DebugLib\r | |
47 | \r | |
48 | [Pcd]\r | |
bb89ec1a | 49 | gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageEventLogSize\r |
50 | gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageVariableBase\r | |
949f388f | 51 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r |
52 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r | |
53 | gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r | |
54 | \r | |
55 | [Ppis]\r | |
56 | gEmuThunkPpiGuid # PPI ALWAYS_CONSUMED\r | |
57 | \r | |
58 | [Depex]\r | |
59 | gEmuThunkPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid\r | |
60 | \r |