]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
OvmfPkg/QemuFlashFvbServicesRuntimeDxe: list "QemuFlash.h" in INF files
[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 # This program and the accompanying materials are licensed and made available
11 # under the terms and conditions of the BSD License which accompanies this
12 # distribution. The full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
17 # IMPLIED.
18 #
19 ##
20
21 [Defines]
22 INF_VERSION = 0x00010005
23 BASE_NAME = FvbServicesRuntimeDxe
24 FILE_GUID = 733cbac2-b23f-4b92-bc8e-fb01ce5907b7
25 MODULE_TYPE = DXE_RUNTIME_DRIVER
26 VERSION_STRING = 1.0
27 ENTRY_POINT = FvbInitialize
28
29 #
30 # The following information is for reference only and not required by the build
31 # tools.
32 #
33 # VALID_ARCHITECTURES = IA32 X64
34 #
35
36 [Sources]
37 FvbInfo.c
38 FwBlockService.c
39 FwBlockService.h
40 FwBlockServiceDxe.c
41 QemuFlash.c
42 QemuFlash.h
43 QemuFlashDxe.c
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 MdeModulePkg/MdeModulePkg.dec
48 OvmfPkg/OvmfPkg.dec
49
50 [LibraryClasses]
51 BaseLib
52 BaseMemoryLib
53 DebugLib
54 DevicePathLib
55 DxeServicesTableLib
56 MemoryAllocationLib
57 PcdLib
58 UefiBootServicesTableLib
59 UefiDriverEntryPoint
60 UefiRuntimeLib
61
62 [Guids]
63 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED
64 # gEfiEventVirtualAddressChangeGuid # Create Event: EVENT_GROUP_GUID
65
66 [Protocols]
67 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
68 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
69
70 [FixedPcd]
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
72 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
73 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
74 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageVariableBase
75 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageFtwWorkingBase
76 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageFtwSpareBase
77 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogSize
78 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress
79 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareFdSize
80 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareBlockSize
81
82 [Pcd]
83 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
84 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
85 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
86 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogBase
87 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
88 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable
89
90 [FeaturePcd]
91 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire
92
93 [Depex]
94 TRUE