]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - MdeModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.inf
use the GUIDed versions of events listed below: EVT_SIGNAL_VIRTUAL_ADDRESS_CHANGE...
[mirror_edk2.git] / MdeModulePkg / Library / EdkFvbServiceLib / EdkFvbServiceLib.inf
... / ...
CommitLineData
1#/** @file\r
2# FvbService Library for DXE phase drivers\r
3#\r
4# This library instance provide sevice functions to access Firmware Volume Block protocol.\r
5#\r
6# Copyright (c) 2006 - 2008, Intel Corporation\r
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 = EdkFvbServiceLib\r
21 FILE_GUID = bd4d540e-04b0-4b10-8fd5-4a7bb533cf67\r
22 MODULE_TYPE = DXE_RUNTIME_DRIVER\r
23 VERSION_STRING = 1.0\r
24 LIBRARY_CLASS = FvbServiceLib|DXE_RUNTIME_DRIVER DXE_SMM_DRIVER UEFI_APPLICATION UEFI_DRIVER\r
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
30# VALID_ARCHITECTURES = IA32 X64 EBC\r
31#\r
32# VIRTUAL_ADDRESS_MAP_CALLBACK = FvbVirtualAddressChangeNotifyEvent\r
33#\r
34\r
35[Sources]\r
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
50 MemoryAllocationLib\r
51\r
52[Protocols]\r
53 gEfiFirmwareVolumeBlockProtocolGuid ## NOTIFY\r
54 gEfiFvbExtensionProtocolGuid ## CONSUMES\r
55\r
56[Guids]\r
57 gEfiEventVirtualAddressChangeGuid ## PRODUCES\r
58\r