]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf
OvmfPkg EmuVariableFvb: Use 64-bit NV storage PCD
[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
949b0f3b 5# Copyright (c) 2008 - 2011, 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
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28#\r
29\r
29a3f139 30[Sources]\r
670d495b 31 Fvb.c\r
32\r
670d495b 33[Packages]\r
34 MdePkg/MdePkg.dec\r
35 MdeModulePkg/MdeModulePkg.dec\r
36 OvmfPkg/OvmfPkg.dec\r
37\r
670d495b 38[LibraryClasses]\r
39 BaseLib\r
40 BaseMemoryLib\r
41 DebugLib\r
42 DxeServicesTableLib\r
43 HobLib\r
44 MemoryAllocationLib\r
45 PcdLib\r
46 PlatformFvbLib\r
47 UefiBootServicesTableLib\r
48 UefiDriverEntryPoint\r
49 UefiLib\r
50 UefiRuntimeLib\r
51\r
670d495b 52[Guids]\r
53 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID\r
54\r
670d495b 55[Protocols]\r
949b0f3b 56 gEfiFirmwareVolumeBlock2ProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
670d495b 57 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
58\r
670d495b 59[FixedPcd]\r
670d495b 60 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
61 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
62 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
63\r
670d495b 64[Pcd]\r
29a3f139 65 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\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