]> git.proxmox.com Git - mirror_edk2.git/blob - EdkUnixPkg/RuntimeDxe/FvbServices/UnixFwh.msa
Updated BuildNotes.txt according to new packages name:
[mirror_edk2.git] / EdkUnixPkg / RuntimeDxe / FvbServices / UnixFwh.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>f42fd042-8985-11db-a7db-0040d02b1835</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for Unix Fimware Volume Block DXE driver module.</Abstract>
9 <Description>This DXE runtime driver implements and produces the Fimware Volue Block Protocol on
10 Unix emulator.
11 </Description>
12 <Copyright>Copyright (c) 2006, 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 X64 IPF EBC</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>UnixFwh.dxs</Filename>
60 <Filename SupArchList="IA32">FWBlockService.c</Filename>
61 <Filename SupArchList="IA32">FwBlockService.h</Filename>
62 <Filename SupArchList="IA32">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="f2805c44-8985-11db-9e98-0040d02b1835"/>
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 </Protocols>
80 <Events>
81 <CreateEvents>
82 <EventTypes EventGuidCName="gEfiEventVirtualAddressChangeGuid" Usage="ALWAYS_CONSUMED">
83 <EventType>EVENT_GROUP_GUID</EventType>
84 </EventTypes>
85 </CreateEvents>
86 </Events>
87 <Guids>
88 <GuidCNames Usage="ALWAYS_PRODUCED">
89 <GuidCName>gEfiAlternateFvBlockGuid</GuidCName>
90 </GuidCNames>
91 </Guids>
92 <Externs>
93 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
94 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
95 <Extern>
96 <ModuleEntryPoint>FvbInitialize</ModuleEntryPoint>
97 </Extern>
98 </Externs>
99 </ModuleSurfaceArea>