]> git.proxmox.com Git - mirror_edk2.git/blame - MdePkg/Library/FvbServiceLib/FvbServiceLib.inf
Refine file header for INF files of MDE library instances.
[mirror_edk2.git] / MdePkg / Library / FvbServiceLib / FvbServiceLib.inf
CommitLineData
677472aa 1#/** @file\r
85ea851e 2# Instance of FVB Service Library.\r
3#\r
4# This library instance provides service functions to access Firmware Volume Block protocol.\r
677472aa 5#\r
55256f51 6# Copyright (c) 2006 - 2008, Intel Corporation\r
677472aa 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 = FvbServiceLib\r
21 FILE_GUID = bd4d540e-04b0-4b10-8fd5-4a7bb533cf67\r
55256f51 22 MODULE_TYPE = DXE_DRIVER\r
677472aa 23 VERSION_STRING = 1.0\r
55256f51 24 LIBRARY_CLASS = FvbServiceLib|DXE_DRIVER DXE_RUNTIME_DRIVER DXE_SAL_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
677472aa 25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 CONSTRUCTOR = FvbLibInitialize\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
ad6d2a4a 33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
677472aa 34#\r
35# VIRTUAL_ADDRESS_MAP_CALLBACK = FvbVirtualAddressChangeNotifyEvent\r
36#\r
37\r
078bee4e 38[Sources.common]\r
677472aa 39 Fvb.h\r
40 Fvb.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 UefiBootServicesTableLib\r
48 UefiRuntimeLib\r
49 BaseMemoryLib\r
50 DebugLib\r
51 BaseLib\r
52 UefiLib\r
53\r
54[Protocols]\r
55 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED\r
56 gEfiFvbExtensionProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
57 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
58\r