]> git.proxmox.com Git - mirror_edk2.git/blame - UnixPkg/FvbServicesRuntimeDxe/UnixFwh.inf
1. Correct File header to ## @file
[mirror_edk2.git] / UnixPkg / FvbServicesRuntimeDxe / UnixFwh.inf
CommitLineData
7b202cb0 1## @file\r
804405e7 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
cdccd99e 6# Copyright (c) 2008 - 2010, Intel Corporation\r
804405e7 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
7b202cb0 16##\r
804405e7 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
804405e7 24 ENTRY_POINT = FvbInitialize\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30#\r
31\r
cdccd99e 32[Sources]\r
804405e7 33 FvbInfo.c\r
34 FWBlockService.c\r
35\r
804405e7 36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 UnixPkg/UnixPkg.dec\r
40\r
804405e7 41[LibraryClasses]\r
42 UefiBootServicesTableLib\r
43 MemoryAllocationLib\r
44 BaseMemoryLib\r
45 HobLib\r
46 DebugLib\r
47 UefiRuntimeLib\r
48 DxeServicesTableLib\r
49 BaseLib\r
50 UefiDriverEntryPoint\r
ccd55824 51 UefiLib\r
9f0b86b7 52 DevicePathLib\r
804405e7 53\r
804405e7 54[Guids]\r
55 gEfiEventVirtualAddressChangeGuid # ALWAYS_CONSUMED Create Event: EVENT_GROUP_GUID\r
804405e7 56\r
57[Protocols]\r
804405e7 58 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_PRODUCED\r
59 gEfiDevicePathProtocolGuid # PROTOCOL SOMETIMES_PRODUCED\r
60\r
cdccd99e 61[FixedPcd]\r
804405e7 62 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareFdSize\r
63 gEfiUnixPkgTokenSpaceGuid.PcdUnixFirmwareBlockSize\r
804405e7 64 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoveryBase\r
65 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashFvRecoverySize\r
66 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogBase\r
67 gEfiUnixPkgTokenSpaceGuid.PcdUnixFlashNvStorageEventLogSize\r
68\r
cdccd99e 69[Pcd]\r
804405e7 70 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingSize\r
71 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwWorkingBase\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareSize\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageFtwSpareBase\r
74 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableSize\r
75 gEfiMdeModulePkgTokenSpaceGuid.PcdFlashNvStorageVariableBase\r
76\r
804405e7 77[Depex]\r
78 TRUE\r
79\r