]> git.proxmox.com Git - mirror_edk2.git/blame - Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
Remove unnecessary use of FixedPcdxxx() functions and [FixedPcd] INF sections. These...
[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
f7c58a94 6# Copyright (c) 2006 - 2010, Intel Corporation\r
55e6660f 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
55e6660f 24 ENTRY_POINT = FvbInitialize\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32\r
30#\r
31\r
f7c58a94 32[Sources]\r
55e6660f 33 FvbInfo.c\r
34 FwBlockService.h\r
35 FWBlockService.c\r
55e6660f 36\r
55e6660f 37[Packages]\r
55e6660f 38 MdePkg/MdePkg.dec\r
0dea993c
A
39 MdeModulePkg/MdeModulePkg.dec\r
40 Nt32Pkg/Nt32Pkg.dec\r
55e6660f 41\r
55e6660f 42[LibraryClasses]\r
43 UefiBootServicesTableLib\r
44 MemoryAllocationLib\r
45 BaseMemoryLib\r
46 HobLib\r
47 DebugLib\r
48 UefiRuntimeLib\r
49 DxeServicesTableLib\r
50 BaseLib\r
51 UefiDriverEntryPoint\r
52 UefiLib\r
6d3aa33e 53 PcdLib\r
55e6660f 54\r
55e6660f 55[Guids]\r
56 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID\r
55e6660f 57\r
55e6660f 58[Protocols]\r
55e6660f 59 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
60 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
61\r
f7c58a94 62[FixedPcd]\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
65 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
b3af5df6 66 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize\r
f7c58a94 67 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize\r
b3af5df6 68 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize\r
6d3aa33e 69\r
f7c58a94 70[Pcd]\r
b3af5df6 71 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
b3af5df6 72 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
b3af5df6 73 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
f7c58a94 74 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize\r
75 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase\r
76 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase\r
6d3aa33e 77\r
f7c58a94 78[Depex]\r
efd54283 79 TRUE\r
93367605 80 \r