]> git.proxmox.com Git - mirror_edk2.git/blob - Nt32Pkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
UefiCpuPkg: Remove double \r
[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 - 2010, Intel Corporation. All rights reserved.<BR>
7 #
8 # SPDX-License-Identifier: BSD-2-Clause-Patent
9 #
10 #
11 ##
12
13 [Defines]
14 INF_VERSION = 0x00010005
15 BASE_NAME = FvbServicesRuntimeDxe
16 FILE_GUID = BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9
17 MODULE_TYPE = DXE_RUNTIME_DRIVER
18 VERSION_STRING = 1.0
19 ENTRY_POINT = FvbInitialize
20
21 #
22 # The following information is for reference only and not required by the build tools.
23 #
24 # VALID_ARCHITECTURES = IA32
25 #
26
27 [Sources]
28 FvbInfo.c
29 FwBlockService.h
30 FWBlockService.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 Nt32Pkg/Nt32Pkg.dec
36
37 [LibraryClasses]
38 UefiBootServicesTableLib
39 MemoryAllocationLib
40 BaseMemoryLib
41 HobLib
42 DebugLib
43 UefiRuntimeLib
44 DxeServicesTableLib
45 BaseLib
46 UefiDriverEntryPoint
47 UefiLib
48 PcdLib
49
50 [Guids]
51 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID
52
53 [Protocols]
54 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED
55 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
56
57 [FixedPcd]
58 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
59 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
60 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
61 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoverySize
62 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareBlockSize
63 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogSize
64
65 [Pcd]
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
67 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
68 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
69 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFirmwareFdSize
70 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashFvRecoveryBase
71 gEfiNt32PkgTokenSpaceGuid.PcdWinNtFlashNvStorageEventLogBase
72
73 [Depex]
74 TRUE
75