]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
OvmfPkg: QemuFlashFvbServicesRuntimeDxe: rewrap source code to 79 chars
[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
34 #
35
36 [Sources]
37 FvbInfo.c
38 FwBlockService.c
39 QemuFlash.c
40
41 [Packages]
42 MdePkg/MdePkg.dec
43 MdeModulePkg/MdeModulePkg.dec
44 OvmfPkg/OvmfPkg.dec
45
46 [LibraryClasses]
47 UefiBootServicesTableLib
48 MemoryAllocationLib
49 BaseMemoryLib
50 HobLib
51 DebugLib
52 UefiRuntimeLib
53 DxeServicesTableLib
54 BaseLib
55 UefiDriverEntryPoint
56 UefiLib
57 PcdLib
58
59 [Guids]
60 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED
61 # gEfiEventVirtualAddressChangeGuid # Create Event: EVENT_GROUP_GUID
62
63 [Protocols]
64 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
65 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
66
67 [FixedPcd]
68 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
69 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
70 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
71 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageVariableBase
72 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageFtwWorkingBase
73 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageFtwSpareBase
74 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogSize
75 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFdBaseAddress
76 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareFdSize
77 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFirmwareBlockSize
78
79 [Pcd]
80 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
81 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
82 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
83 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashNvStorageEventLogBase
84 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64
85 gUefiOvmfPkgTokenSpaceGuid.PcdOvmfFlashVariablesEnable
86
87
88 [Depex]
89 TRUE