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