]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Library/EdkFvbServiceLib/EdkFvbServiceLib.msa
changed EdkModulePkg GUID from the original B6EC423C-21D2-490D-85C6-DD5864EAA674...
[mirror_edk2.git] / EdkModulePkg / Library / EdkFvbServiceLib / EdkFvbServiceLib.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <!--
3 Copyright (c) 2006, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11 -->
12 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
13 <MsaHeader>
14 <ModuleName>EdkFvbServiceLib</ModuleName>
15 <ModuleType>DXE_DRIVER</ModuleType>
16 <GuidValue>bd4d540e-04b0-4b10-8fd5-4a7bb533cf67</GuidValue>
17 <Version>1.0</Version>
18 <Abstract>FvbService Library for UEFI drivers</Abstract>
19 <Description>This library instance provide sevice functions to access Firmware Volume Block protocol.</Description>
20 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
21 <License>All rights reserved. This program and the accompanying materials
22 are licensed and made available under the terms and conditions of the BSD License
23 which accompanies this distribution. The full text of the license may be found at
24 http://opensource.org/licenses/bsd-license.php
25 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
26 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
27 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
28 </MsaHeader>
29 <ModuleDefinitions>
30 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
31 <BinaryModule>false</BinaryModule>
32 <OutputFileBasename>EdkFvbServiceLib</OutputFileBasename>
33 </ModuleDefinitions>
34 <LibraryClassDefinitions>
35 <LibraryClass Usage="ALWAYS_PRODUCED">
36 <Keyword>EdkFvbServiceLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>UefiLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>PrintLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>BaseLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>MemoryAllocationLib</Keyword>
49 </LibraryClass>
50 <LibraryClass Usage="ALWAYS_CONSUMED">
51 <Keyword>DebugLib</Keyword>
52 </LibraryClass>
53 <LibraryClass Usage="ALWAYS_CONSUMED">
54 <Keyword>BaseMemoryLib</Keyword>
55 </LibraryClass>
56 <LibraryClass Usage="ALWAYS_CONSUMED">
57 <Keyword>UefiRuntimeLib</Keyword>
58 </LibraryClass>
59 <LibraryClass Usage="ALWAYS_CONSUMED">
60 <Keyword>UefiBootServicesTableLib</Keyword>
61 </LibraryClass>
62 <LibraryClass Usage="ALWAYS_CONSUMED">
63 <Keyword>EdkDxeSalLib</Keyword>
64 </LibraryClass>
65 </LibraryClassDefinitions>
66 <SourceFiles>
67 <Filename>Fvb.h</Filename>
68 <Filename SupArchList="IA32">Ia32/Fvb.c</Filename>
69 <Filename SupArchList="X64">x64/Fvb.c</Filename>
70 <Filename SupArchList="IPF">Ipf/Fvb.c</Filename>
71 </SourceFiles>
72 <PackageDependencies>
73 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
74 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
75 </PackageDependencies>
76 <Protocols>
77 <Protocol Usage="ALWAYS_CONSUMED">
78 <ProtocolCName>gEfiFirmwareVolumeBlockProtocolGuid</ProtocolCName>
79 </Protocol>
80 <Protocol Usage="ALWAYS_CONSUMED">
81 <ProtocolCName>gEfiFvbExtensionProtocolGuid</ProtocolCName>
82 </Protocol>
83 <ProtocolNotify Usage="SOMETIMES_CONSUMED">
84 <ProtocolNotifyCName>gEfiFirmwareVolumeBlockProtocolGuid</ProtocolNotifyCName>
85 </ProtocolNotify>
86 </Protocols>
87 <Externs>
88 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
89 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
90 <Extern>
91 <Constructor>FvbLibInitialize</Constructor>
92 </Extern>
93 <Extern>
94 <SetVirtualAddressMapCallBack>FvbVirtualAddressChangeNotifyEvent</SetVirtualAddressMapCallBack>
95 </Extern>
96 </Externs>
97 </ModuleSurfaceArea>