]> git.proxmox.com Git - mirror_edk2.git/blob - EdkModulePkg/Universal/Console/Terminal/Dxe/Terminal.msa
Add missing files in msa file and add module description in msa file, and reorganize...
[mirror_edk2.git] / EdkModulePkg / Universal / Console / Terminal / Dxe / Terminal.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>Terminal</ModuleName>
13 <ModuleType>DXE_DRIVER</ModuleType>
14 <GuidValue>9E863906-A40F-4875-977F-5B93FF237FC6</GuidValue>
15 <Version>1.0</Version>
16 <Abstract>Component description file for Terminal module.</Abstract>
17 <Description>This drivre installs Simple Text In/Out protocol for terminal devices.</Description>
18 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
19 <License>All rights reserved. This program and the accompanying materials
20 are licensed and made available under the terms and conditions of the BSD License
21 which accompanies this distribution. The full text of the license may be found at
22 http://opensource.org/licenses/bsd-license.php
23 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
24 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
25 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
26 </MsaHeader>
27 <ModuleDefinitions>
28 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
29 <BinaryModule>false</BinaryModule>
30 <OutputFileBasename>Terminal</OutputFileBasename>
31 </ModuleDefinitions>
32 <LibraryClassDefinitions>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>DebugLib</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>UefiDriverModelLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>UefiDriverEntryPoint</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>UefiLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>ReportStatusCodeLib</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 <LibraryClass Usage="ALWAYS_CONSUMED">
58 <Keyword>UefiRuntimeServicesTableLib</Keyword>
59 </LibraryClass>
60 <LibraryClass Usage="ALWAYS_CONSUMED">
61 <Keyword>DevicePathLib</Keyword>
62 </LibraryClass>
63 </LibraryClassDefinitions>
64 <SourceFiles>
65 <Filename>Terminal.h</Filename>
66 <Filename>Terminal.c</Filename>
67 <Filename>TerminalConIn.c</Filename>
68 <Filename>TerminalConOut.c</Filename>
69 <Filename>ansi.c</Filename>
70 <Filename>vtutf8.c</Filename>
71 <Filename>ComponentName.c</Filename>
72 </SourceFiles>
73 <PackageDependencies>
74 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
75 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
76 </PackageDependencies>
77 <Protocols>
78 <Protocol Usage="BY_START">
79 <ProtocolCName>gEfiSimpleTextOutProtocolGuid</ProtocolCName>
80 </Protocol>
81 <Protocol Usage="BY_START">
82 <ProtocolCName>gEfiSimpleTextInProtocolGuid</ProtocolCName>
83 </Protocol>
84 <Protocol Usage="TO_START">
85 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
86 </Protocol>
87 <Protocol Usage="TO_START">
88 <ProtocolCName>gEfiSerialIoProtocolGuid</ProtocolCName>
89 </Protocol>
90 </Protocols>
91 <Variables>
92 <Variable Usage="SOMETIMES_CONSUMED">
93 <VariableName>0x0043 0x006F 0x006E 0x0049 0x006E 0x0044 0x0065 0x0076</VariableName>
94 <GuidC_Name>gConInDevGuid</GuidC_Name>
95 </Variable>
96 <Variable Usage="SOMETIMES_CONSUMED">
97 <VariableName>0x0043 0x006F 0x006E 0x004F 0x0075 0x0074 0x0044 0x0065 0x0076</VariableName>
98 <GuidC_Name>gConOutDevGuid</GuidC_Name>
99 </Variable>
100 <Variable Usage="SOMETIMES_CONSUMED">
101 <VariableName>0x0045 0x0072 0x0072 0x004F 0x0075 0x0074 0x0044 0x0065 0x0076</VariableName>
102 <GuidC_Name>gErrOutDevGuid</GuidC_Name>
103 </Variable>
104 </Variables>
105 <Guids>
106 <GuidCNames Usage="SOMETIMES_CONSUMED">
107 <GuidCName>gEfiHotPlugDeviceGuid</GuidCName>
108 </GuidCNames>
109 <GuidCNames Usage="SOMETIMES_CONSUMED">
110 <GuidCName>gEfiGlobalVariableGuid</GuidCName>
111 </GuidCNames>
112 <GuidCNames Usage="SOMETIMES_CONSUMED">
113 <GuidCName>gEfiPcAnsiGuid</GuidCName>
114 </GuidCNames>
115 <GuidCNames Usage="SOMETIMES_CONSUMED">
116 <GuidCName>gEfiVT100PlusGuid</GuidCName>
117 </GuidCNames>
118 <GuidCNames Usage="SOMETIMES_CONSUMED">
119 <GuidCName>gEfiVT100Guid</GuidCName>
120 </GuidCNames>
121 <GuidCNames Usage="SOMETIMES_CONSUMED">
122 <GuidCName>gEfiVTUTF8Guid</GuidCName>
123 </GuidCNames>
124 </Guids>
125 <Externs>
126 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
127 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
128 <Extern>
129 <DriverBinding>gTerminalDriverBinding</DriverBinding>
130 </Extern>
131 <Extern>
132 <ComponentName>gTerminalComponentName</ComponentName>
133 </Extern>
134 </Externs>
135 </ModuleSurfaceArea>