]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/Console/ConPlatformDxe/ConPlatform.msa
Adjust directory structures.
[mirror_edk2.git] / MdeModulePkg / Universal / Console / ConPlatformDxe / ConPlatform.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>ConPlatform</ModuleName>
5 <ModuleType>UEFI_DRIVER</ModuleType>
6 <GuidValue>51ccf399-4fdf-4e55-a45b-e123f84d456a</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Console Platfrom Driver</Abstract>
9 <Description>Console Platfrom DXE Driver, install Console protocols</Description>
10 <Copyright>Copyright (c) 2006 - 2007, 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>ConPlatform</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>BaseMemoryLib</Keyword>
39 </LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">
41 <Keyword>UefiBootServicesTableLib</Keyword>
42 </LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">
44 <Keyword>UefiRuntimeServicesTableLib</Keyword>
45 </LibraryClass>
46 <LibraryClass Usage="ALWAYS_CONSUMED">
47 <Keyword>DevicePathLib</Keyword>
48 </LibraryClass>
49 <LibraryClass Usage="ALWAYS_CONSUMED">
50 <Keyword>MemoryAllocationLib</Keyword>
51 </LibraryClass>
52 </LibraryClassDefinitions>
53 <SourceFiles>
54 <Filename>ConPlatform.c</Filename>
55 <Filename>ConPlatform.h</Filename>
56 <Filename>ComponentName.h</Filename>
57 <Filename>ComponentName.c</Filename>
58 </SourceFiles>
59 <PackageDependencies>
60 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
61 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
62 </PackageDependencies>
63 <Protocols>
64 <Protocol Usage="BY_START">
65 <ProtocolCName>gEfiConsoleInDeviceGuid</ProtocolCName>
66 </Protocol>
67 <Protocol Usage="BY_START">
68 <ProtocolCName>gEfiConsoleOutDeviceGuid</ProtocolCName>
69 </Protocol>
70 <Protocol Usage="BY_START">
71 <ProtocolCName>gEfiStandardErrorDeviceGuid</ProtocolCName>
72 </Protocol>
73 <Protocol Usage="TO_START">
74 <ProtocolCName>gEfiSimpleTextOutProtocolGuid</ProtocolCName>
75 </Protocol>
76 <Protocol Usage="TO_START">
77 <ProtocolCName>gEfiSimpleTextInProtocolGuid</ProtocolCName>
78 </Protocol>
79 <Protocol Usage="TO_START">
80 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
81 </Protocol>
82 <Protocol Usage="TO_START">
83 <ProtocolCName>gEfiHotPlugDeviceGuid</ProtocolCName>
84 </Protocol>
85 </Protocols>
86 <Variables>
87 <Variable Usage="SOMETIMES_CONSUMED">
88 <VariableName>0x0043 0x006F 0x006E 0x0049 0x006E 0x0044 0x0065 0x0076</VariableName>
89 <GuidC_Name>gEfiGlobalVariableGuid</GuidC_Name>
90 <HelpText>L"ConInDev" global variable will be updated if the serial device is not a hot plug device.</HelpText>
91 </Variable>
92 <Variable Usage="SOMETIMES_CONSUMED">
93 <VariableName>0x0043 0x006F 0x006E 0x0049 0x006E</VariableName>
94 <GuidC_Name>gEfiGlobalVariableGuid</GuidC_Name>
95 <HelpText>L"ConIn" global variable will be updated if the serial device is not a hot plug device.</HelpText>
96 </Variable>
97 <Variable Usage="SOMETIMES_CONSUMED">
98 <VariableName>0x0043 0x006F 0x006E 0x004F 0x0075 0x0074 0x0044 0x0065 0x0076</VariableName>
99 <GuidC_Name>gEfiGlobalVariableGuid</GuidC_Name>
100 <HelpText>L"ConOutDev" global variable will be updated if the serial device is not a hot plug device.</HelpText>
101 </Variable>
102 <Variable Usage="SOMETIMES_CONSUMED">
103 <VariableName>0x0043 0x006F 0x006E 0x004F 0x0075 0x0074</VariableName>
104 <GuidC_Name>gEfiGlobalVariableGuid</GuidC_Name>
105 <HelpText>L"ConOut" global variable will be updated if the serial device is not a hot plug device.</HelpText>
106 </Variable>
107 <Variable Usage="SOMETIMES_CONSUMED">
108 <VariableName>0x0045 0x0072 0x0072 0x004F 0x0075 0x0074 0x0044 0x0065 0x0076</VariableName>
109 <GuidC_Name>gEfiGlobalVariableGuid</GuidC_Name>
110 <HelpText>L"ErrOutDev" global variable will be updated if the serial device is not a hot plug device.</HelpText>
111 </Variable>
112 <Variable Usage="SOMETIMES_CONSUMED">
113 <VariableName>0x0045 0x0072 0x0072 0x004F 0x0075 0x0074</VariableName>
114 <GuidC_Name>gEfiGlobalVariableGuid</GuidC_Name>
115 <HelpText>L"ErrOut" global variable will be updated if the serial device is not a hot plug device.</HelpText>
116 </Variable>
117 </Variables>
118 <Guids>
119 <GuidCNames Usage="SOMETIMES_CONSUMED">
120 <GuidCName>gEfiGlobalVariableGuid</GuidCName>
121 </GuidCNames>
122 </Guids>
123 <Externs>
124 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
125 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
126 <Extern>
127 <DriverBinding>gConPlatformTextInDriverBinding</DriverBinding>
128 <ComponentName>gConPlatformComponentName</ComponentName>
129 </Extern>
130 <Extern>
131 <DriverBinding>gConPlatformTextOutDriverBinding</DriverBinding>
132 <ComponentName>gConPlatformComponentName</ComponentName>
133 </Extern>
134 </Externs>
135 </ModuleSurfaceArea>