]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/EbcDxe/EbcDxe.msa
remove some comments introduced by tools.
[mirror_edk2.git] / MdeModulePkg / Universal / EbcDxe / EbcDxe.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
3 <MsaHeader>
4 <ModuleName>Ebc</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>13AC6DD0-73D0-11D4-B06B-00AA00BD6DE7</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Component description file for Ebc module.</Abstract>
9 <Description>This module for the EBC virtual machine implementation produces
10 EBC and EBC debug support protocols.</Description>
11 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
12 <License>All rights reserved. This program and the accompanying materials
13 are licensed and made available under the terms and conditions of the BSD License
14 which accompanies this distribution. The full text of the license may be found at
15 http://opensource.org/licenses/bsd-license.php
16 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
17 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
18 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
19 </MsaHeader>
20 <ModuleDefinitions>
21 <SupportedArchitectures>IA32 X64 IPF</SupportedArchitectures>
22 <BinaryModule>false</BinaryModule>
23 <OutputFileBasename>Ebc</OutputFileBasename>
24 </ModuleDefinitions>
25 <LibraryClassDefinitions>
26 <LibraryClass Usage="ALWAYS_CONSUMED">
27 <Keyword>BaseLib</Keyword>
28 </LibraryClass>
29 <LibraryClass Usage="ALWAYS_CONSUMED">
30 <Keyword>DebugLib</Keyword>
31 </LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">
33 <Keyword>UefiDriverEntryPoint</Keyword>
34 </LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>BaseMemoryLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>UefiBootServicesTableLib</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>MemoryAllocationLib</Keyword>
43 </LibraryClass>
44 </LibraryClassDefinitions>
45 <SourceFiles>
46 <Filename>EbcInt.c</Filename>
47 <Filename>EbcInt.h</Filename>
48 <Filename>EbcExecute.c</Filename>
49 <Filename>EbcExecute.h</Filename>
50 <Filename>Ebc.dxs</Filename>
51 <Filename SupArchList="IA32" ToolChainFamily="MSFT">Ia32/EbcLowLevel.asm</Filename>
52 <Filename SupArchList="IA32" ToolChainFamily="GCC">Ia32/EbcLowLevel.S</Filename>
53 <Filename SupArchList="IA32">Ia32/EbcSupport.c</Filename>
54 <Filename SupArchList="X64" ToolChainFamily="MSFT">x64/EbcLowLevel.asm</Filename>
55 <Filename SupArchList="X64" ToolChainFamily="GCC">x64/EbcLowLevel.S</Filename>
56 <Filename SupArchList="X64">x64/EbcSupport.c</Filename>
57 <Filename SupArchList="IPF">Ipf/EbcLowLevel.s</Filename>
58 <Filename SupArchList="IPF">Ipf/EbcSupport.c</Filename>
59 <Filename SupArchList="IPF">Ipf/EbcSupport.h</Filename>
60 </SourceFiles>
61 <PackageDependencies>
62 <Package PackageGuid="1E73767F-8F52-4603-AEB4-F29B510B6766"/>
63 <Package PackageGuid="2759ded5-bb57-4b06-af4f-c398fa552719"/>
64 </PackageDependencies>
65 <Protocols>
66 <Protocol Usage="ALWAYS_PRODUCED">
67 <ProtocolCName>gEfiEbcProtocolGuid</ProtocolCName>
68 </Protocol>
69 <Protocol Usage="ALWAYS_PRODUCED">
70 <ProtocolCName>gEfiDebugSupportProtocolGuid</ProtocolCName>
71 </Protocol>
72 </Protocols>
73 <Externs>
74 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
75 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
76 <Extern>
77 <ModuleEntryPoint>InitializeEbcDriver</ModuleEntryPoint>
78 </Extern>
79 </Externs>
80 </ModuleSurfaceArea>