]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
Integrate patch from Andrew Fish to make it run on OS X.
[mirror_edk2.git] / UnixPkg / FvbServicesRuntimeDxe / UnixFwh.inf
CommitLineData
804405e7 1#/** @file\r
2# Component description file for Unix Fimware Volume Block DXE driver module.\r
3#\r
4# This DXE runtime driver implements and produces the Fimware Volue Block Protocol on \r
5# Unix emulator.\r
6# Copyright (c) 2008, 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 = FwBlockService\r
21 FILE_GUID = f42fd042-8985-11db-a7db-0040d02b1835\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
23 VERSION_STRING = 1.0\r
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27 ENTRY_POINT = FvbInitialize\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.Ia32]\r
36 FvbInfo.c\r
37 FWBlockService.c\r
38\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43 UnixPkg/UnixPkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseMemoryLib\r
50 HobLib\r
51 DebugLib\r
52 UefiRuntimeLib\r
53 DxeServicesTableLib\r
54 BaseLib\r
55 UefiDriverEntryPoint\r
ccd55824 56 UefiLib\r
9f0b86b7 57 DevicePathLib\r
804405e7 58\r
59\r
60[Guids]\r
61 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID\r
804405e7 62\r
63[Protocols]\r
804405e7 64 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
65 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
66\r
67\r
68[FixedPcd.common]\r
69 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize\r
70 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize\r
71\r
72 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase\r
73 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize\r
74 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase\r
75 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize\r
76\r
77[Pcd.common]\r
78 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
79 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
80 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
81 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
82 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
83 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
84\r
85\r
86[Depex]\r
87 TRUE\r
88\r