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