]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf
BaseTools/Capsule: Do not support -o with --dump-info
[mirror_edk2.git] / OvmfPkg / EmuVariableFvbRuntimeDxe / Fvb.inf
CommitLineData
7b202cb0 1## @file\r
670d495b 2# Firmware Block Services to support emulating non-volatile variables\r
3# by pretending that a memory buffer is storage for the NV variables.\r
4#\r
dbf9cc87 5# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
670d495b 6#\r
56d7640a 7# This program and the accompanying materials\r
670d495b 8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
7b202cb0 14##\r
670d495b 15\r
16[Defines]\r
17 INF_VERSION = 0x00010005\r
18 BASE_NAME = EmuVariableFvbRuntimeDxe\r
19 FILE_GUID = 22dc2b60-fe40-42ac-b01f-3ab1fad9aad8\r
20 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
21 VERSION_STRING = 1.0\r
670d495b 22 ENTRY_POINT = FvbInitialize\r
23\r
24#\r
25# The following information is for reference only and not required by the build tools.\r
26#\r
dbf9cc87 27# VALID_ARCHITECTURES = IA32 X64 EBC\r
670d495b 28#\r
29\r
29a3f139 30[Sources]\r
670d495b 31 Fvb.c\r
2762bbe9 32 Fvb.h\r
670d495b 33\r
670d495b 34[Packages]\r
35 MdePkg/MdePkg.dec\r
36 MdeModulePkg/MdeModulePkg.dec\r
37 OvmfPkg/OvmfPkg.dec\r
38\r
670d495b 39[LibraryClasses]\r
40 BaseLib\r
41 BaseMemoryLib\r
42 DebugLib\r
43 DxeServicesTableLib\r
44 HobLib\r
45 MemoryAllocationLib\r
46 PcdLib\r
47 PlatformFvbLib\r
48 UefiBootServicesTableLib\r
49 UefiDriverEntryPoint\r
50 UefiLib\r
51 UefiRuntimeLib\r
52\r
670d495b 53[Guids]\r
54 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID\r
55\r
670d495b 56[Protocols]\r
949b0f3b 57 gEfiFirmwareVolumeBlock2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
670d495b 58 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
59\r
670d495b 60[FixedPcd]\r
c5d91715 61 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
670d495b 62 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
64\r
670d495b 65[Pcd]\r
e3130268 66 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase64\r
670d495b 67 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved\r
70\r
670d495b 71[Depex]\r
72 TRUE\r
73\r