]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
b28d2afb2431e640e0807204051b518653807f58
[mirror_edk2.git] / MdeModulePkg / Library / EdkFvbServiceLib / EdkFvbServiceLib.inf
1 #/** @file
2 # FvbService Library for DXE phase drivers
3 #
4 # This library instance provide sevice functions to access Firmware Volume Block protocol.
5 #
6 # Copyright (c) 2006 - 2008, Intel Corporation
7 #
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = EdkFvbServiceLib
21 FILE_GUID = bd4d540e-04b0-4b10-8fd5-4a7bb533cf67
22 MODULE_TYPE = DXE_RUNTIME_DRIVER
23 VERSION_STRING = 1.0
24 LIBRARY_CLASS = FvbServiceLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER
25 CONSTRUCTOR = FvbLibInitialize
26
27 #
28 # The following information is for reference only and not required by the build tools.
29 #
30 # VALID_ARCHITECTURES = IA32 X64 EBC
31 #
32 # VIRTUAL_ADDRESS_MAP_CALLBACK = FvbVirtualAddressChangeNotifyEvent
33 #
34
35 [Sources]
36 Fvb.h
37 Fvb.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42
43 [LibraryClasses]
44 UefiBootServicesTableLib
45 UefiRuntimeLib
46 BaseMemoryLib
47 DebugLib
48 BaseLib
49 UefiLib
50 MemoryAllocationLib
51
52 [Protocols]
53 gEfiFirmwareVolumeBlockProtocolGuid ## NOTIFY
54 gEfiFvbExtensionProtocolGuid ## CONSUMES
55
56 [Guids]
57 gEfiEventVirtualAddressChangeGuid ## PRODUCES
58