]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
Remove some useless EDK_RELEASE_VERSION, EFI_SPECIFICATION_VERSION ,and review VALID_...
[mirror_edk2.git] / MdeModulePkg / Library / EdkFvbServiceLib / EdkFvbServiceLib.inf
CommitLineData
677472aa 1#/** @file\r
a7e883d8 2# FvbService Library for UEFI drivers\r
85ea851e 3#\r
a7e883d8 4# This library instance provide sevice functions to access Firmware Volume Block protocol.\r
5# Copyright (c) 2006 - 2007, Intel Corporation\r
677472aa 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
17[Defines]\r
18 INF_VERSION = 0x00010005\r
a7e883d8 19 BASE_NAME = EdkFvbServiceLib\r
677472aa 20 FILE_GUID = bd4d540e-04b0-4b10-8fd5-4a7bb533cf67\r
a7e883d8 21 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
677472aa 22 VERSION_STRING = 1.0\r
bac86c0d 23 LIBRARY_CLASS = FvbServiceLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER\r
677472aa 24 CONSTRUCTOR = FvbLibInitialize\r
25\r
26#\r
27# The following information is for reference only and not required by the build tools.\r
28#\r
cfc8865f 29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
677472aa 30#\r
31# VIRTUAL_ADDRESS_MAP_CALLBACK = FvbVirtualAddressChangeNotifyEvent\r
32#\r
33\r
a7e883d8 34[Sources]\r
677472aa 35 Fvb.h\r
36 Fvb.c\r
37\r
38[Packages]\r
39 MdePkg/MdePkg.dec\r
40 MdeModulePkg/MdeModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 UefiBootServicesTableLib\r
44 UefiRuntimeLib\r
45 BaseMemoryLib\r
46 DebugLib\r
47 BaseLib\r
48 UefiLib\r
bac86c0d 49 MemoryAllocationLib\r
677472aa 50\r
51[Protocols]\r
52 gEfiFirmwareVolumeBlockProtocolGuid # PROTOCOL_NOTIFY SOMETIMES_CONSUMED\r
53 gEfiFvbExtensionProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
bac86c0d 54\r
677472aa 55\r