]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
Port EdkUnixPkg to UnixPkg. The changes are listed as follows:
[mirror_edk2.git] / UnixPkg / FvbServicesRuntimeDxe / UnixFwh.inf
CommitLineData
804405e7 1#/** @file\r
2# Component description file for Unix 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# Unix emulator.\r
6# Copyright (c) 2008, Intel Corporation\r
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
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = FwBlockService\r
21 FILE_GUID = f42fd042-8985-11db-a7db-0040d02b1835\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
23 VERSION_STRING = 1.0\r
24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27 ENTRY_POINT = FvbInitialize\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34\r
35[Sources.Ia32]\r
36 FvbInfo.c\r
37 FWBlockService.c\r
38\r
39\r
40[Packages]\r
41 MdePkg/MdePkg.dec\r
42 MdeModulePkg/MdeModulePkg.dec\r
43 UnixPkg/UnixPkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseMemoryLib\r
50 HobLib\r
51 DebugLib\r
52 UefiRuntimeLib\r
53 DxeServicesTableLib\r
54 BaseLib\r
55 UefiDriverEntryPoint\r
56 UefiLib\r
57\r
58\r
59[Guids]\r
60 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID\r
61 gEfiAlternateFvBlockGuid # ALWAYS_PRODUCED\r
62\r
63\r
64[Protocols]\r
65 gEfiFvbExtensionProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
66 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
67 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
68\r
69\r
70[FixedPcd.common]\r
71 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize\r
72 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize\r
73\r
74 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase\r
75 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize\r
76 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase\r
77 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize\r
78\r
79[Pcd.common]\r
80 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
81 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
82 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
83 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
84 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
85 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
86\r
87\r
88[Depex]\r
89 TRUE\r
90\r