]> git.proxmox.com Git - mirror_edk2.git/blob - EmulatorPkg/FvbServicesRuntimeDxe/FvbServicesRuntimeDxe.inf
EmulatorPkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / EmulatorPkg / FvbServicesRuntimeDxe / FvbServicesRuntimeDxe.inf
1 ## @file
2 # Component description file for Emu Fimware Volume Block DXE driver module.
3 #
4 # This DXE runtime driver implements and produces the Fimware Volue Block Protocol on
5 # Emu emulator.
6 # Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>
7 # Portions copyright (c) 2011, Apple Inc. All rights reserved.
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = FwBlockService
17 FILE_GUID = A01E498C-96E8-2A4C-95F4-85248F989753
18 MODULE_TYPE = DXE_RUNTIME_DRIVER
19 VERSION_STRING = 1.0
20 ENTRY_POINT = FvbInitialize
21
22 #
23 # The following information is for reference only and not required by the build tools.
24 #
25 # VALID_ARCHITECTURES = IA32 X64 EBC
26 #
27
28 [Sources]
29 FvbInfo.c
30 FWBlockService.c
31
32 [Packages]
33 MdePkg/MdePkg.dec
34 MdeModulePkg/MdeModulePkg.dec
35 EmulatorPkg/EmulatorPkg.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 DevicePathLib
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 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareFdSize
59 gEmulatorPkgTokenSpaceGuid.PcdEmuFirmwareBlockSize
60 gEmulatorPkgTokenSpaceGuid.PcdEmuFlashFvRecoveryBase
61 gEmulatorPkgTokenSpaceGuid.PcdEmuFlashFvRecoverySize
62 gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageEventLogBase
63 gEmulatorPkgTokenSpaceGuid.PcdEmuFlashNvStorageEventLogSize
64
65 [Pcd]
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
67 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
68 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
69 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
70 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
72
73 [Depex]
74 TRUE
75