]> git.proxmox.com Git - mirror_edk2.git/blob - UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
0f3817f02885e3463c19eb24a3d35210ab9491d9
[mirror_edk2.git] / UnixPkg / FvbServicesRuntimeDxe / UnixFwh.inf
1 #/** @file
2 # Component description file for Unix Fimware Volume Block DXE driver module.
3 #
4 # This DXE runtime driver implements and produces the Fimware Volue Block Protocol on
5 # Unix emulator.
6 # Copyright (c) 2008, 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 = FwBlockService
21 FILE_GUID = f42fd042-8985-11db-a7db-0040d02b1835
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 X64 IPF EBC
33 #
34
35 [Sources.Ia32]
36 FvbInfo.c
37 FWBlockService.c
38
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43 UnixPkg/UnixPkg.dec
44
45
46 [LibraryClasses]
47 UefiBootServicesTableLib
48 MemoryAllocationLib
49 BaseMemoryLib
50 HobLib
51 DebugLib
52 UefiRuntimeLib
53 DxeServicesTableLib
54 BaseLib
55 UefiDriverEntryPoint
56 UefiLib
57 DevicePathLib
58
59
60 [Guids]
61 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID
62
63 [Protocols]
64 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED
65 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED
66
67
68 [FixedPcd.common]
69 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize
70 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize
71
72 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase
73 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize
74 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase
75 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize
76
77 [Pcd.common]
78 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize
79 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase
80 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize
81 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase
82 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize
83 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase
84
85
86 [Depex]
87 TRUE
88