]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa
add in GraphicsLib
[mirror_edk2.git] / EdkNt32Pkg / RuntimeDxe / FvbServices / Nt32Fwh.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
3 <MsaHeader>
4 <ModuleName>FwBlockService</ModuleName>
5 <ModuleType>DXE_RUNTIME_DRIVER</ModuleType>
6 <GuidValue>BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for Nt32 Fimware Volume Block DXE driver module.</Abstract>
9 <Description>This DXE runtime driver implements and produces the Fimware Volue Block Protocol on
10 NT32 emulator.
11 </Description>
12 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
13 <License>All rights reserved. This program and the accompanying materials
14 are licensed and made available under the terms and conditions of the BSD License
15 which accompanies this distribution. The full text of the license may be found at
16 http://opensource.org/licenses/bsd-license.php
17 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
18 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
19 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
20 </MsaHeader>
21 <ModuleDefinitions>
22 <SupportedArchitectures>IA32</SupportedArchitectures>
23 <BinaryModule>false</BinaryModule>
24 <OutputFileBasename>FwBlockService</OutputFileBasename>
25 </ModuleDefinitions>
26 <LibraryClassDefinitions>
27 <LibraryClass Usage="ALWAYS_CONSUMED">
28 <Keyword>UefiLib</Keyword>
29 </LibraryClass>
30 <LibraryClass Usage="ALWAYS_CONSUMED">
31 <Keyword>UefiDriverEntryPoint</Keyword>
32 </LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>BaseLib</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>DxeServicesTableLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>UefiRuntimeLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>DebugLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>HobLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>BaseMemoryLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>MemoryAllocationLib</Keyword>
53 </LibraryClass>
54 <LibraryClass Usage="ALWAYS_CONSUMED">
55 <Keyword>UefiBootServicesTableLib</Keyword>
56 </LibraryClass>
57 </LibraryClassDefinitions>
58 <SourceFiles>
59 <Filename>Nt32Fwh.dxs</Filename>
60 <Filename>FWBlockService.c</Filename>
61 <Filename>FwBlockService.h</Filename>
62 <Filename>FvbInfo.c</Filename>
63 </SourceFiles>
64 <PackageDependencies>
65 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
66 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
67 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
68 </PackageDependencies>
69 <Protocols>
70 <Protocol Usage="SOMETIMES_PRODUCED">
71 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
72 </Protocol>
73 <Protocol Usage="ALWAYS_PRODUCED">
74 <ProtocolCName>gEfiFirmwareVolumeBlockProtocolGuid</ProtocolCName>
75 </Protocol>
76 <Protocol Usage="ALWAYS_PRODUCED">
77 <ProtocolCName>gEfiFvbExtensionProtocolGuid</ProtocolCName>
78 </Protocol>
79 <Protocol Usage="ALWAYS_PRODUCED">
80 <ProtocolCName>gEfiAlternateFvBlockGuid</ProtocolCName>
81 </Protocol>
82 </Protocols>
83 <Events>
84 <CreateEvents>
85 <EventTypes EventGuidCName="gEfiEventVirtualAddressChangeGuid" Usage="ALWAYS_CONSUMED">
86 <EventType>EVENT_GROUP_GUID</EventType>
87 </EventTypes>
88 </CreateEvents>
89 </Events>
90 <Guids>
91 <GuidCNames Usage="ALWAYS_PRODUCED">
92 <GuidCName>gEfiAlternateFvBlockGuid</GuidCName>
93 </GuidCNames>
94 </Guids>
95 <Externs>
96 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
97 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
98 <Extern>
99 <ModuleEntryPoint>FvbInitialize</ModuleEntryPoint>
100 </Extern>
101 </Externs>
102 </ModuleSurfaceArea>