]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
BaseTools: Library hashing fix and optimization for --hash feature
[mirror_edk2.git] / OvmfPkg / QemuFlashFvbServicesRuntimeDxe / FvbServicesRuntimeDxe.inf
1 ## @file
2 # Component description file for QEMU Flash Fimware Volume Block DXE driver
3 # module.
4 #
5 # This DXE runtime driver implements and produces the Fimware Volue Block
6 # Protocol for a QEMU flash device.
7 #
8 # Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
9 #
10 # SPDX-License-Identifier: BSD-2-Clause-Patent
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = FvbServicesRuntimeDxe
17 FILE_GUID = 733cbac2-b23f-4b92-bc8e-fb01ce5907b7
18 MODULE_TYPE = DXE_RUNTIME_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = FvbInitialize
21
22 #
23 # The following information is for reference only and not required by the build
24 # tools.
25 #
26 # VALID_ARCHITECTURES = IA32 X64
27 #
28
29 [Sources]
30 FvbInfo.c
31 FwBlockService.c
32 FwBlockService.h
33 FwBlockServiceDxe.c
34 QemuFlash.c
35 QemuFlash.h
36 QemuFlashDxe.c
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 OvmfPkg/OvmfPkg.dec
42
43 [LibraryClasses]
44 BaseLib
45 BaseMemoryLib
46 DebugLib
47 DevicePathLib
48 DxeServicesTableLib
49 MemEncryptSevLib
50 MemoryAllocationLib
51 PcdLib
52 UefiBootServicesTableLib
53 UefiDriverEntryPoint
54 UefiRuntimeLib
55
56 [Guids]
57 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED
58 # gEfiEventVirtualAddressChangeGuid # Create Event: EVENT_GROUP_GUID
59
60 [Protocols]
61 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
62 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
63
64 [FixedPcd]
65 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
67 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
68 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageVariableBase
69 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageFtwWorkingBase
70 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageFtwSpareBase
71 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogSize
72 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress
73 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareFdSize
74 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareBlockSize
75
76 [Pcd]
77 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
78 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
79 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
80 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogBase
81 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
82 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable
83
84 [FeaturePcd]
85 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire
86
87 [Depex]
88 TRUE