]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
Replace the FlashMapHob with PCD defined in FDF on Nt32 platform. Currently, the...
[mirror_edk2.git] / Nt32Pkg / FvbServicesRuntimeDxe / FvbServicesRuntimeDxe.inf
CommitLineData
55e6660f 1#/** @file\r
2# Component description file for Nt32 Fimware Volume Block DXE driver module.\r
3#\r
4# This DXE runtime driver implements and produces the Fimware Volue Block Protocol on\r
5# NT32 emulator.\r
6# Copyright (c) 2006 - 2007, Intel Corporation\r
7#\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
14#\r
15#\r
16#**/\r
17\r
55e6660f 18[Defines]\r
19 INF_VERSION = 0x00010005\r
9e851ec7 20 BASE_NAME = FvbServicesRuntimeDxe\r
55e6660f 21 FILE_GUID = BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
23 VERSION_STRING = 1.0\r
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27 ENTRY_POINT = FvbInitialize\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32\r
33#\r
34\r
55e6660f 35[Sources.common]\r
36 FvbInfo.c\r
37 FwBlockService.h\r
38 FWBlockService.c\r
55e6660f 39\r
40\r
55e6660f 41[Packages]\r
55e6660f 42 MdePkg/MdePkg.dec\r
0dea993c
A
43 MdeModulePkg/MdeModulePkg.dec\r
44 Nt32Pkg/Nt32Pkg.dec\r
55e6660f 45\r
46\r
55e6660f 47[LibraryClasses]\r
48 UefiBootServicesTableLib\r
49 MemoryAllocationLib\r
50 BaseMemoryLib\r
51 HobLib\r
52 DebugLib\r
53 UefiRuntimeLib\r
54 DxeServicesTableLib\r
55 BaseLib\r
56 UefiDriverEntryPoint\r
57 UefiLib\r
6d3aa33e 58 PcdLib\r
55e6660f 59\r
60\r
55e6660f 61[Guids]\r
62 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID\r
480d38ac 63 gEfiAlternateFvBlockGuid # ALWAYS_CONSUME\r
55e6660f 64\r
55e6660f 65[Protocols]\r
55e6660f 66 gEfiFvbExtensionProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
67 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
68 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
69\r
6d3aa33e 70[PcdsFixedAtBuild.common]\r
71 PcdWinNtFirmwareFdSize|gEfiNt32PkgTokenSpaceGuid\r
72 PcdWinNtFirmwareBlockSize|gEfiNt32PkgTokenSpaceGuid\r
73\r
74 PcdWinNtFlashFvRecoveryBase|gEfiNt32PkgTokenSpaceGuid\r
75 PcdWinNtFlashFvRecoverySize|gEfiNt32PkgTokenSpaceGuid\r
76 PcdWinNtFlashNvStorageEventLogBase|gEfiNt32PkgTokenSpaceGuid\r
77 PcdWinNtFlashNvStorageEventLogSize|gEfiNt32PkgTokenSpaceGuid\r
78\r
79 PcdFlashNvStorageFtwWorkingSize|gEfiMdeModulePkgTokenSpaceGuid\r
80 PcdFlashNvStorageFtwWorkingBase|gEfiMdeModulePkgTokenSpaceGuid\r
81 PcdFlashNvStorageFtwSpareSize|gEfiMdeModulePkgTokenSpaceGuid\r
82 PcdFlashNvStorageFtwSpareBase|gEfiMdeModulePkgTokenSpaceGuid\r
83 PcdFlashNvStorageVariableSize|gEfiMdeModulePkgTokenSpaceGuid\r
84 PcdFlashNvStorageVariableBase|gEfiMdeModulePkgTokenSpaceGuid\r
85\r
07660689 86[depex]\r
87 TRUE