]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
Clean Unix FVB driver doesn't produce the undefined FVB extension protocol.
[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, 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 EDK_RELEASE_VERSION = 0x00020000
25 EFI_SPECIFICATION_VERSION = 0x00020000
26
27 ENTRY_POINT = FvbInitialize
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34
35 [Sources.Ia32]
36 FvbInfo.c
37 FWBlockService.c
38
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43 UnixPkg/UnixPkg.dec
44
45
46 [LibraryClasses]
47 UefiBootServicesTableLib
48 MemoryAllocationLib
49 BaseMemoryLib
50 HobLib
51 DebugLib
52 UefiRuntimeLib
53 DxeServicesTableLib
54 BaseLib
55 UefiDriverEntryPoint
56 UefiLib
57 DevicePathLib
58
59
60 [Guids]
61 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID
62 gEfiAlternateFvBlockGuid # ALWAYS_PRODUCED
63
64
65 [Protocols]
66 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED
67 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
68
69
70 [FixedPcd.common]
71 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize
72 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize
73
74 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase
75 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize
76 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase
77 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize
78
79 [Pcd.common]
80 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
81 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
82 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
83 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
84 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
85 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
86
87
88 [Depex]
89 TRUE
90