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