]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - EdkNt32Pkg/Dxe/ConPlatform/ConPlatform.msa
Move ConPlatform module from EdkNT32 package to EdkModulePkg, and remove EdkPeCoffLoa...
[mirror_edk2.git] / EdkNt32Pkg / Dxe / ConPlatform / ConPlatform.msa
... / ...
CommitLineData
1<?xml version="1.0" encoding="UTF-8"?>\r
2<!--Copyright (c) 2006, Intel Corporation
3All rights reserved. This program and the accompanying materials
4are licensed and made available under the terms and conditions of the BSD License
5which accompanies this distribution. The full text of the license may be found at
6http://opensource.org/licenses/bsd-license.php
7
8THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
9WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->\r
10<ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">\r
11 <MsaHeader>\r
12 <ModuleName>ConPlatform</ModuleName>\r
13 <ModuleType>UEFI_DRIVER</ModuleType>\r
14 <GuidValue>51ccf399-4fdf-4e55-a45b-e123f84d456a</GuidValue>\r
15 <Version>1.0</Version>\r
16 <Abstract>Console Platfrom Driver</Abstract>\r
17 <Description>Console Platfrom DXE Driver, install Console protocols</Description>\r
18 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>\r
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>\r
25 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
26 </MsaHeader>\r
27 <ModuleDefinitions>\r
28 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
29 <BinaryModule>false</BinaryModule>\r
30 <OutputFileBasename>ConPlatform</OutputFileBasename>\r
31 </ModuleDefinitions>\r
32 <LibraryClassDefinitions>\r
33 <LibraryClass Usage="ALWAYS_CONSUMED">\r
34 <Keyword>DebugLib</Keyword>\r
35 </LibraryClass>\r
36 <LibraryClass Usage="ALWAYS_CONSUMED">\r
37 <Keyword>UefiDriverModelLib</Keyword>\r
38 </LibraryClass>\r
39 <LibraryClass Usage="ALWAYS_CONSUMED">\r
40 <Keyword>UefiDriverEntryPoint</Keyword>\r
41 </LibraryClass>\r
42 <LibraryClass Usage="ALWAYS_CONSUMED">\r
43 <Keyword>UefiLib</Keyword>\r
44 </LibraryClass>\r
45 <LibraryClass Usage="ALWAYS_CONSUMED">\r
46 <Keyword>BaseLib</Keyword>\r
47 </LibraryClass>\r
48 <LibraryClass Usage="ALWAYS_CONSUMED">\r
49 <Keyword>BaseMemoryLib</Keyword>\r
50 </LibraryClass>\r
51 <LibraryClass Usage="ALWAYS_CONSUMED">\r
52 <Keyword>MemoryAllocationLib</Keyword>\r
53 </LibraryClass>\r
54 <LibraryClass Usage="ALWAYS_CONSUMED">\r
55 <Keyword>UefiBootServicesTableLib</Keyword>\r
56 </LibraryClass>\r
57 <LibraryClass Usage="ALWAYS_CONSUMED">\r
58 <Keyword>UefiRuntimeServicesTableLib</Keyword>\r
59 </LibraryClass>\r
60 <LibraryClass Usage="ALWAYS_CONSUMED">\r
61 <Keyword>DevicePathLib</Keyword>\r
62 </LibraryClass>\r
63 </LibraryClassDefinitions>\r
64 <SourceFiles>\r
65 <Filename>ConPlatform.c</Filename>\r
66 <Filename>ConPlatform.h</Filename>\r
67 <Filename>ComponentName.h</Filename>\r
68 <Filename>ComponentName.c</Filename>\r
69 </SourceFiles>\r
70 <PackageDependencies>\r
71 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
72 <Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>\r
73 </PackageDependencies>\r
74 <Protocols>\r
75 <Protocol Usage="TO_START">\r
76 <ProtocolCName>gEfiSimpleTextOutProtocolGuid</ProtocolCName>\r
77 </Protocol>\r
78 <Protocol Usage="TO_START">\r
79 <ProtocolCName>gEfiSimpleTextInProtocolGuid</ProtocolCName>\r
80 </Protocol>\r
81 <Protocol Usage="TO_START">\r
82 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>\r
83 </Protocol>\r
84 </Protocols>\r
85 <Variables>\r
86 <Variable Usage="SOMETIMES_CONSUMED">\r
87 <VariableName>0x0043 0x006F 0x006E 0x0049 0x006E 0x0044 0x0065 0x0076</VariableName>\r
88 <GuidC_Name>gConInDevGuid</GuidC_Name>\r
89 </Variable>\r
90 <Variable Usage="SOMETIMES_CONSUMED">\r
91 <VariableName>0x0043 0x006F 0x006E 0x0049 0x006E</VariableName>\r
92 <GuidC_Name>gConInGuid</GuidC_Name>\r
93 </Variable>\r
94 <Variable Usage="SOMETIMES_CONSUMED">\r
95 <VariableName>0x0043 0x006F 0x006E 0x004F 0x0075 0x0074 0x0044 0x0065 0x0076</VariableName>\r
96 <GuidC_Name>gConOutDevGuid</GuidC_Name>\r
97 </Variable>\r
98 <Variable Usage="SOMETIMES_CONSUMED">\r
99 <VariableName>0x0043 0x006F 0x006E 0x004F 0x0075 0x0074</VariableName>\r
100 <GuidC_Name>gConOutGuid</GuidC_Name>\r
101 </Variable>\r
102 <Variable Usage="SOMETIMES_CONSUMED">\r
103 <VariableName>0x0045 0x0072 0x0072 0x004F 0x0075 0x0074 0x0044 0x0065 0x0076</VariableName>\r
104 <GuidC_Name>gErrOutDevGuid</GuidC_Name>\r
105 </Variable>\r
106 <Variable Usage="SOMETIMES_CONSUMED">\r
107 <VariableName>0x0045 0x0072 0x0072 0x004F 0x0075 0x0074</VariableName>\r
108 <GuidC_Name>gErrOutGuid</GuidC_Name>\r
109 </Variable>\r
110 </Variables>\r
111 <Guids>\r
112 <GuidCNames Usage="SOMETIMES_PRODUCED">\r
113 <GuidCName>gEfiConsoleInDeviceGuid</GuidCName>\r
114 </GuidCNames>\r
115 <GuidCNames Usage="SOMETIMES_PRODUCED">\r
116 <GuidCName>gEfiConsoleOutDeviceGuid</GuidCName>\r
117 </GuidCNames>\r
118 <GuidCNames Usage="SOMETIMES_PRODUCED">\r
119 <GuidCName>gEfiStandardErrorDeviceGuid</GuidCName>\r
120 </GuidCNames>\r
121 <GuidCNames Usage="SOMETIMES_CONSUMED">\r
122 <GuidCName>gEfiHotPlugDeviceGuid</GuidCName>\r
123 </GuidCNames>\r
124 <GuidCNames Usage="SOMETIMES_CONSUMED">\r
125 <GuidCName>gEfiGlobalVariableGuid</GuidCName>\r
126 </GuidCNames>\r
127 </Guids>\r
128 <Externs>\r
129 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
130 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
131 <Extern>\r
132 <DriverBinding>gConPlatformTextInDriverBinding</DriverBinding>\r
133 </Extern>\r
134 <Extern>\r
135 <ComponentName>gConPlatformComponentName</ComponentName>\r
136 </Extern>\r
137 <Extern>\r
138 <DriverBinding>gConPlatformTextOutDriverBinding</DriverBinding>\r
139 </Extern>\r
140 <Extern>\r
141 <ComponentName>gConPlatformComponentName</ComponentName>\r
142 </Extern>\r
143 </Externs>\r
144</ModuleSurfaceArea>