878ddf1f |
1 | <?xml version="1.0" encoding="UTF-8"?>\r |
2 | <!--\r |
3 | Copyright (c) 2006, Intel Corporation\r |
4 | All rights reserved. This program and the accompanying materials\r |
5 | are licensed and made available under the terms and conditions of the BSD License\r |
6 | which accompanies this distribution. The full text of the license may be found at\r |
7 | http://opensource.org/licenses/bsd-license.php\r |
8 | \r |
9 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
10 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
11 | -->\r |
12 | <LibraryModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd">\r |
13 | <MsaLibHeader>\r |
14 | <BaseName>EdkFvbServiceLib</BaseName>\r |
15 | <ModuleType>DXE_DRIVER</ModuleType>\r |
16 | <ComponentType>LIBRARY</ComponentType>\r |
17 | <Guid>bd4d540e-04b0-4b10-8fd5-4a7bb533cf67</Guid>\r |
18 | <Version>EDK_RELEASE_VERSION 0x00020000</Version>\r |
19 | <Abstract>FvbService Library for UEFI drivers</Abstract>\r |
20 | <Description>FIX ME!</Description>\r |
21 | <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>\r |
22 | <License>\r |
23 | All rights reserved. This program and the accompanying materials\r |
24 | are licensed and made available under the terms and conditions of the BSD License\r |
25 | which accompanies this distribution. The full text of the license may be found at\r |
26 | http://opensource.org/licenses/bsd-license.php\r |
27 | THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r |
28 | WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r |
29 | </License>\r |
878ddf1f |
30 | <Created>2006-03-12 17:09</Created>\r |
31 | <Updated>2006-03-31 13:13</Updated>\r |
54de7486 |
32 | <Specification>EFI_SPECIFICATION_VERSION 0x00000000</Specification>\r |
878ddf1f |
33 | </MsaLibHeader>\r |
34 | <LibraryClassDefinitions>\r |
35 | <LibraryClass Usage="ALWAYS_PRODUCED">EdkFvbServiceLib</LibraryClass>\r |
36 | <LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass>\r |
37 | <LibraryClass Usage="ALWAYS_CONSUMED">PrintLib</LibraryClass>\r |
38 | <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>\r |
39 | <LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass>\r |
40 | <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>\r |
41 | <LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass>\r |
42 | <LibraryClass Usage="ALWAYS_CONSUMED">DxeRuntimeDriverLib</LibraryClass>\r |
43 | <LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass>\r |
44 | <LibraryClass Usage="ALWAYS_CONSUMED">EdkDxeSalLib</LibraryClass>\r |
45 | </LibraryClassDefinitions>\r |
46 | <SourceFiles>\r |
47 | <Arch ArchType="IA32">\r |
48 | <Filename>Ia32/Fvb.c</Filename>\r |
49 | </Arch>\r |
50 | <Arch ArchType="X64">\r |
51 | <Filename>x64/Fvb.c</Filename>\r |
52 | </Arch>\r |
53 | <Arch ArchType="IPF">\r |
54 | <Filename>Ipf/Fvb.c</Filename>\r |
55 | </Arch>\r |
56 | </SourceFiles>\r |
57 | <Includes>\r |
58 | <PackageName>MdePkg</PackageName>\r |
59 | <PackageName>EdkModulePkg</PackageName>\r |
60 | </Includes>\r |
61 | <Protocols>\r |
62 | <Protocol Usage="ALWAYS_CONSUMED">FirmwareVolumeBlock</Protocol>\r |
63 | <Protocol Usage="ALWAYS_CONSUMED">FvbExtension</Protocol>\r |
64 | <ProtocolNotify Usage="SOMETIMES_CONSUMED">FirmwareVolumeBlock</ProtocolNotify>\r |
65 | </Protocols>\r |
66 | <Externs>\r |
67 | <Extern>\r |
68 | <Constructor>FvbLibInitialize</Constructor>\r |
69 | </Extern>\r |
70 | <Extern>\r |
71 | <SetVirtualAddressMapCallBack>FvbVirtualAddressChangeNotifyEvent</SetVirtualAddressMapCallBack>\r |
72 | </Extern>\r |
73 | </Externs>\r |
74 | </LibraryModuleSurfaceArea>\r |