]> git.proxmox.com Git - mirror_edk2.git/blob - OvmfPkg/QemuFlashFvbServicesRuntimeDxe/FvbServicesSmm.inf
OvmfPkg/QemuFlashFvbServicesRuntimeDxe: list "FwBlockService.h" in INFs
[mirror_edk2.git] / OvmfPkg / QemuFlashFvbServicesRuntimeDxe / FvbServicesSmm.inf
1 ## @file
2 # Component description file for QEMU Flash Fimware Volume Block SMM driver
3 # module.
4 #
5 # This SMM driver implements and produces the SMM Fimware Volue Block Protocol
6 # for a QEMU flash device.
7 #
8 # Copyright (C) 2015, Red Hat, Inc.
9 # Copyright (c) 2006 - 2013, Intel Corporation. All rights reserved.<BR>
10 #
11 # This program and the accompanying materials are licensed and made available
12 # under the terms and conditions of the BSD License which accompanies this
13 # distribution. The full text of the license may be found at
14 # http://opensource.org/licenses/bsd-license.php
15 #
16 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR
18 # IMPLIED.
19 #
20 ##
21
22 [Defines]
23 INF_VERSION = 0x00010005
24 BASE_NAME = FvbServicesSmm
25 FILE_GUID = 2E7DB7A7-608E-4041-B45F-00359E0766C6
26 MODULE_TYPE = DXE_SMM_DRIVER
27 VERSION_STRING = 1.0
28 PI_SPECIFICATION_VERSION = 0x0001000A
29 ENTRY_POINT = FvbInitialize
30
31 #
32 # The following information is for reference only and not required by the build
33 # tools.
34 #
35 # VALID_ARCHITECTURES = IA32 X64
36 #
37
38 [Sources]
39 FvbInfo.c
40 FwBlockService.c
41 FwBlockService.h
42 FwBlockServiceSmm.c
43 QemuFlash.c
44 QemuFlashSmm.c
45
46 [Packages]
47 MdePkg/MdePkg.dec
48 MdeModulePkg/MdeModulePkg.dec
49 OvmfPkg/OvmfPkg.dec
50
51 [LibraryClasses]
52 BaseLib
53 BaseMemoryLib
54 DebugLib
55 DevicePathLib
56 DxeServicesTableLib
57 MemoryAllocationLib
58 MemEncryptSevLib
59 PcdLib
60 SmmServicesTableLib
61 UefiBootServicesTableLib
62 UefiDriverEntryPoint
63
64 [Guids]
65
66 [Protocols]
67 gEfiSmmFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED
68 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_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