]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
Changed the file or directory name inconsistences
[mirror_edk2.git] / MdeModulePkg / Library / EdkFvbServiceLib / EdkFvbServiceLib.inf
CommitLineData
94774441 1#/** @file\r
2# FvbService Library for UEFI drivers\r
3#\r
4# This library instance provide sevice functions to access Firmware Volume Block protocol.\r
5# Copyright (c) 2006 - 2007, Intel Corporation\r
6#\r
7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
12# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
13#\r
14#\r
15#**/\r
16\r
94774441 17[Defines]\r
18 INF_VERSION = 0x00010005\r
19 BASE_NAME = EdkFvbServiceLib\r
20 FILE_GUID = bd4d540e-04b0-4b10-8fd5-4a7bb533cf67\r
21 MODULE_TYPE = DXE_DRIVER\r
22 VERSION_STRING = 1.0\r
67c23c41 23 LIBRARY_CLASS = FvbServiceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
94774441 24 EDK_RELEASE_VERSION = 0x00020000\r
25 EFI_SPECIFICATION_VERSION = 0x00020000\r
26\r
27 CONSTRUCTOR = FvbLibInitialize\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
5da30346 32# VALID_ARCHITECTURES = IA32 X64\r
94774441 33#\r
34# VIRTUAL_ADDRESS_MAP_CALLBACK = FvbVirtualAddressChangeNotifyEvent\r
35#\r
36\r
94774441 37[Sources.common]\r
38 Fvb.h\r
39\r
40[Sources.Ia32]\r
41 Ia32/Fvb.c\r
42\r
43[Sources.X64]\r
bc4b8189 44 X64/Fvb.c\r
94774441 45\r
94774441 46[Packages]\r
47 MdePkg/MdePkg.dec\r
ecd9cd15 48 MdeModulePkg/MdeModulePkg.dec\r
94774441 49\r
94774441 50[LibraryClasses.IA32]\r
51 UefiBootServicesTableLib\r
52 UefiRuntimeLib\r
53 BaseMemoryLib\r
54 DebugLib\r
55 BaseLib\r
56 UefiLib\r
57\r
58[LibraryClasses.X64]\r
59 UefiBootServicesTableLib\r
60 UefiRuntimeLib\r
61 BaseMemoryLib\r
62 DebugLib\r
63 BaseLib\r
64 UefiLib\r
65\r
66\r
94774441 67[Protocols]\r
68 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED\r
69\r
70[Protocols.IA32]\r
71 gEfiFvbExtensionProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
72 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
73\r
74[Protocols.X64]\r
75 gEfiFvbExtensionProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
76 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
77\r