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