]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/RuntimeDxe/FvbServices/Nt32Fwh.msa
711e4e48744a5404bceaad9dff2089da2a3b3767
[mirror_edk2.git] / EdkNt32Pkg / RuntimeDxe / FvbServices / Nt32Fwh.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" 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">
13 <MsaHeader>
14 <BaseName>FwBlockService</BaseName>
15 <ModuleType>DXE_RUNTIME_DRIVER</ModuleType>
16 <ComponentType>RT_DRIVER</ComponentType>
17 <Guid>BDFE5FAA-2A35-44bb-B17A-8084D4E2B9E9</Guid>
18 <Version>0</Version>
19 <Abstract>Component description file for DiskIo module.</Abstract>
20 <Description>FIX ME!</Description>
21 <Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
22 <License>
23 All rights reserved. This program and the accompanying materials
24 are licensed and made available under the terms and conditions of the BSD License
25 which accompanies this distribution. The full text of the license may be found at
26 http://opensource.org/licenses/bsd-license.php
27 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
28 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
29 </License>
30 <Specification>0</Specification>
31 <Created>2006-03-14 17:04</Created>
32 <Updated>2006-03-19 15:17</Updated>
33 </MsaHeader>
34 <LibraryClassDefinitions>
35 <LibraryClass Usage="ALWAYS_CONSUMED">UefiLib</LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">UefiDriverEntryPoint</LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">BaseLib</LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">DxeServicesTableLib</LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">DxeRuntimeDriverLib</LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">DebugLib</LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">HobLib</LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">BaseMemoryLib</LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">MemoryAllocationLib</LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">UefiBootServicesTableLib</LibraryClass>
45 </LibraryClassDefinitions>
46 <SourceFiles>
47 <Filename>Nt32Fwh.dxs</Filename>
48 <Arch ArchType="IA32">
49 <Filename>nt32\FwBlockService.c</Filename>
50 <Filename>nt32\FwBlockService.h</Filename>
51 <Filename>nt32\FvbInfo.c</Filename>
52 </Arch>
53 </SourceFiles>
54 <Includes>
55 <PackageName>MdePkg</PackageName>
56 <PackageName>EdkModulePkg</PackageName>
57 <PackageName>EdkNt32Pkg</PackageName>
58 </Includes>
59 <Protocols>
60 <Protocol Usage="SOMETIMES_PRODUCED">DevicePath</Protocol>
61 <Protocol Usage="SOMETIMES_PRODUCED">FirmwareVolumeBlock</Protocol>
62 <Protocol Usage="ALWAYS_PRODUCED">FvbExtension</Protocol>
63 </Protocols>
64 <Events>
65 <CreateEvents>
66 <Event Usage="ALWAYS_CONSUMED" EventGroup="EVENT_GROUP_VIRTUAL_ADDRESS_CHANGE">
67 <C_Name>gEfiEventVirtualAddressChangeGuid</C_Name>
68 <Guid>0x13fa7698, 0xc831, 0x49c7, 0x87, 0xea, 0x8f, 0x43, 0xfc, 0xc2, 0x51, 0x96</Guid>
69 </Event>
70 </CreateEvents>
71 </Events>
72 <Hobs>
73 <Hob Usage="ALWAYS_CONSUMED" HobType="FIRMWARE_VOLUME"></Hob>
74 </Hobs>
75 <Guids>
76 <GuidEntry Usage="ALWAYS_PRODUCED">
77 <C_Name>AlternateFvBlock</C_Name>
78 </GuidEntry>
79 </Guids>
80 <Externs>
81 <Extern>
82 <ModuleEntryPoint>FvbInitialize</ModuleEntryPoint>
83 </Extern>
84 <Extern>
85 <SetVirtualAddressMapCallBack></SetVirtualAddressMapCallBack>
86 <ExitBootServicesCallBack></ExitBootServicesCallBack>
87 </Extern>
88 </Externs>
89 </ModuleSurfaceArea>