]> git.proxmox.com Git - mirror_edk2.git/blame - OvmfPkg/EmuVariableFvbRuntimeDxe/Fvb.inf
Fixup RELEASE build to use some NULL libs
[mirror_edk2.git] / OvmfPkg / EmuVariableFvbRuntimeDxe / Fvb.inf
CommitLineData
670d495b 1#/** @file\r
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
5# Copyright (c) 2008 - 2009, Intel Corporation\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
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
14#**/\r
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
22 EDK_RELEASE_VERSION = 0x00020000\r
23 EFI_SPECIFICATION_VERSION = 0x00020000\r
24\r
25 ENTRY_POINT = FvbInitialize\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31#\r
32\r
33[Sources.common]\r
34 Fvb.c\r
35\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40 OvmfPkg/OvmfPkg.dec\r
41\r
42\r
43[LibraryClasses]\r
44 BaseLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 DxeServicesTableLib\r
48 HobLib\r
49 MemoryAllocationLib\r
50 PcdLib\r
51 PlatformFvbLib\r
52 UefiBootServicesTableLib\r
53 UefiDriverEntryPoint\r
54 UefiLib\r
55 UefiRuntimeLib\r
56\r
57\r
58[Guids]\r
59 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID\r
60\r
61\r
62[Protocols]\r
63 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
64 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
65\r
66\r
67[FixedPcd]\r
68 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdVariableStoreSize\r
70 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
72\r
73\r
74[Pcd]\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
77 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
78 gEfiMdeModulePkgTokenSpaceGuid.PcdEmuVariableNvStoreReserved\r
79\r
80\r
81[Depex]\r
82 TRUE\r
83\r