]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/UnixFirmwareVolumePei/UnixFwh.inf
Port EdkUnixPkg to UnixPkg. The changes are listed as follows:
[mirror_edk2.git] / UnixPkg / UnixFirmwareVolumePei / UnixFwh.inf
CommitLineData
804405e7 1#/** @file\r
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
6# Copyright (c) 2006, Intel Corporation\r
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
16#**/\r
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
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27 ENTRY_POINT = PeimInitializeUnixFwh\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources.common]\r
36 UnixFwh.c\r
37\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42 UnixPkg/UnixPkg.dec\r
43\r
44\r
45[LibraryClasses]\r
46 PeiServicesTablePointerLib\r
47 PeiServicesLib\r
48 HobLib\r
49 PeimEntryPoint\r
50 DebugLib\r
51\r
52\r
53[FixedPcd.common]\r
54 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize\r
55 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageVariableBase\r
56\r
57 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
58 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
59 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
60\r
61\r
62[Ppis]\r
63 gUnixFwhPpiGuid # PPI ALWAYS_CONSUMED\r
64\r
65\r
66[Depex]\r
67 gUnixFwhPpiGuid AND gEfiPeiMemoryDiscoveredPpiGuid\r
68\r