]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[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 MemEncryptSevLib
57 MemoryAllocationLib
58 PcdLib
59 UefiBootServicesTableLib
60 UefiDriverEntryPoint
61 UefiRuntimeLib
62
63 [Guids]
64 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED
65 # gEfiEventVirtualAddressChangeGuid # Create Event: EVENT_GROUP_GUID
66
67 [Protocols]
68 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
69 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
70
71 [FixedPcd]
72 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
73 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
74 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
75 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageVariableBase
76 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageFtwWorkingBase
77 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageFtwSpareBase
78 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogSize
79 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress
80 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareFdSize
81 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareBlockSize
82
83 [Pcd]
84 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
85 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
86 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
87 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogBase
88 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
89 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable
90
91 [FeaturePcd]
92 gUefiOvmfPkgTokenSpaceGuid.PcdSmmSmramRequire
93
94 [Depex]
95 TRUE