]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf
1. Correct File header to ## @file
[mirror_edk2.git] / UnixPkg / UnixFirmwareVolumePei / UnixFwh.inf
CommitLineData
7b202cb0 1## @file\r
804405e7 2# Component description file for WinNtFwh module\r
3#\r
4# This PEIM will produce the HOB to describe Firmware Volume, Firmware Devices\r
5# on the NT32 emulator.\r
cdccd99e 6# Copyright (c) 2006 - 2010, Intel Corporation\r
804405e7 7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
7b202cb0 16##\r
804405e7 17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = UnixFwh\r
21 FILE_GUID = f40b7864-8985-11db-af21-0040d02b1835\r
22 MODULE_TYPE = PEIM\r
23 VERSION_STRING = 1.0\r
804405e7 24 ENTRY_POINT = PeimInitializeUnixFwh\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
cdccd99e 32[Sources]\r
804405e7 33 UnixFwh.c\r
34\r
804405e7 35[Packages]\r
36 MdePkg/MdePkg.dec\r
37 MdeModulePkg/MdeModulePkg.dec\r
38 UnixPkg/UnixPkg.dec\r
39\r
804405e7 40[LibraryClasses]\r
41 PeiServicesTablePointerLib\r
42 PeiServicesLib\r
43 HobLib\r
44 PeimEntryPoint\r
45 DebugLib\r
46\r
cdccd99e 47[Pcd]\r
804405e7 48 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize\r
49 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageVariableBase\r
804405e7 50 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
51 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
52 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
53\r
804405e7 54[Ppis]\r
55 gUnixFwhPpiGuid # PPI ALWAYS_CONSUMED\r
56\r
804405e7 57[Depex]\r
58 gUnixFwhPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid\r
59\r