]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
Move Crc32GuidedSectionExtraction from Protocol to Guid directory
[mirror_edk2.git] / MdeModulePkg / Library / EdkFvbServiceLib / EdkFvbServiceLib.inf
CommitLineData
677472aa 1#/** @file\r
48557c65 2# FvbService Library for DXE phase drivers\r
85ea851e 3#\r
5f087507 4# This library instance provide sevice functions to access Firmware Volume Block protocol.\r
5#\r
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
a7e883d8 20 BASE_NAME = EdkFvbServiceLib\r
677472aa 21 FILE_GUID = bd4d540e-04b0-4b10-8fd5-4a7bb533cf67\r
a7e883d8 22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
677472aa 23 VERSION_STRING = 1.0\r
48557c65 24 LIBRARY_CLASS = FvbServiceLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
677472aa 25 CONSTRUCTOR = FvbLibInitialize\r
26\r
27#\r
28# The following information is for reference only and not required by the build tools.\r
29#\r
48557c65 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
677472aa 31#\r
32# VIRTUAL_ADDRESS_MAP_CALLBACK = FvbVirtualAddressChangeNotifyEvent\r
33#\r
34\r
a7e883d8 35[Sources]\r
677472aa 36 Fvb.h\r
37 Fvb.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42\r
43[LibraryClasses]\r
44 UefiBootServicesTableLib\r
45 UefiRuntimeLib\r
46 BaseMemoryLib\r
47 DebugLib\r
48 BaseLib\r
49 UefiLib\r
bac86c0d 50 MemoryAllocationLib\r
677472aa 51\r
52[Protocols]\r
364a232c 53 gEfiFirmwareVolumeBlockProtocolGuid ## NOTIFY\r
677472aa 54\r
01a5c994 55[Guids]\r
56 gEfiEventVirtualAddressChangeGuid ## PRODUCES\r
57\r