]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
1. Correct File header to ## @file
[mirror_edk2.git] / UnixPkg / FvbServicesRuntimeDxe / UnixFwh.inf
1 ## @file
2 # Component description file for Unix Fimware Volume Block DXE driver module.
3 #
4 # This DXE runtime driver implements and produces the Fimware Volue Block Protocol on
5 # Unix emulator.
6 # Copyright (c) 2008 - 2010, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = FwBlockService
21 FILE_GUID = f42fd042-8985-11db-a7db-0040d02b1835
22 MODULE_TYPE = DXE_RUNTIME_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = FvbInitialize
25
26 #
27 # The following information is for reference only and not required by the build tools.
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 #
31
32 [Sources]
33 FvbInfo.c
34 FWBlockService.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 UnixPkg/UnixPkg.dec
40
41 [LibraryClasses]
42 UefiBootServicesTableLib
43 MemoryAllocationLib
44 BaseMemoryLib
45 HobLib
46 DebugLib
47 UefiRuntimeLib
48 DxeServicesTableLib
49 BaseLib
50 UefiDriverEntryPoint
51 UefiLib
52 DevicePathLib
53
54 [Guids]
55 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID
56
57 [Protocols]
58 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED
59 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
60
61 [FixedPcd]
62 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize
63 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize
64 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase
65 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize
66 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase
67 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize
68
69 [Pcd]
70 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
72 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
73 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
74 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
75 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
76
77 [Depex]
78 TRUE
79