mirror of https://github.com/acidanthera/audk.git
136 lines
5.4 KiB
XML
136 lines
5.4 KiB
XML
<?xml version="1.0" encoding="UTF-8"?>
|
|
<!--Copyright (c) 2006, Intel Corporation
|
|
All rights reserved. This program and the accompanying materials
|
|
are licensed and made available under the terms and conditions of the BSD License
|
|
which accompanies this distribution. The full text of the license may be found at
|
|
http://opensource.org/licenses/bsd-license.php
|
|
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.-->
|
|
<ModuleSurfaceArea xsi:schemaLocation="http://www.TianoCore.org/2006/Edk2.0 http://www.TianoCore.org/2006/Edk2.0/SurfaceArea.xsd" xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
|
|
<MsaHeader>
|
|
<ModuleName>ConSplitter</ModuleName>
|
|
<ModuleType>DXE_DRIVER</ModuleType>
|
|
<GuidValue>408edcec-cf6d-477c-a5a8-b4844e3de281</GuidValue>
|
|
<Version>1.0</Version>
|
|
<Abstract>Component description file for DiskIo module.</Abstract>
|
|
<Description>FIX ME!</Description>
|
|
<Copyright>Copyright (c) 2004-2006, Intel Corporation</Copyright>
|
|
<License>All rights reserved. This program and the accompanying materials
|
|
are licensed and made available under the terms and conditions of the BSD License
|
|
which accompanies this distribution. The full text of the license may be found at
|
|
http://opensource.org/licenses/bsd-license.php
|
|
THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
|
|
WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
|
|
<Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
|
|
</MsaHeader>
|
|
<ModuleDefinitions>
|
|
<SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
|
|
<BinaryModule>false</BinaryModule>
|
|
<OutputFileBasename>ConSplitter</OutputFileBasename>
|
|
</ModuleDefinitions>
|
|
<LibraryClassDefinitions>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>DebugLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>UefiDriverModelLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>UefiDriverEntryPoint</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>UefiLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>BaseLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>BaseMemoryLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>MemoryAllocationLib</Keyword>
|
|
</LibraryClass>
|
|
<LibraryClass Usage="ALWAYS_CONSUMED">
|
|
<Keyword>UefiBootServicesTableLib</Keyword>
|
|
</LibraryClass>
|
|
</LibraryClassDefinitions>
|
|
<SourceFiles>
|
|
<Filename>ConSplitter.c</Filename>
|
|
<Filename>ConSplitter.h</Filename>
|
|
<Filename>ComponentName.c</Filename>
|
|
<Filename>ConSplitterGraphics.c</Filename>
|
|
</SourceFiles>
|
|
<PackageDependencies>
|
|
<Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
|
|
<Package PackageGuid="B6EC423C-21D2-490D-85C6-DD5864EAA674"/>
|
|
</PackageDependencies>
|
|
<Protocols>
|
|
<Protocol Usage="ALWAYS_CONSUMED">
|
|
<ProtocolCName>UgaDraw</ProtocolCName>
|
|
</Protocol>
|
|
<Protocol Usage="ALWAYS_CONSUMED">
|
|
<ProtocolCName>SimpleTextOut</ProtocolCName>
|
|
</Protocol>
|
|
<Protocol Usage="ALWAYS_CONSUMED">
|
|
<ProtocolCName>SimpleTextIn</ProtocolCName>
|
|
</Protocol>
|
|
<Protocol Usage="ALWAYS_CONSUMED">
|
|
<ProtocolCName>SimplePointer</ProtocolCName>
|
|
</Protocol>
|
|
<Protocol Usage="ALWAYS_PRODUCED">
|
|
<ProtocolCName>ConsoleControl</ProtocolCName>
|
|
</Protocol>
|
|
</Protocols>
|
|
<Guids>
|
|
<GuidCNames Usage="ALWAYS_PRODUCED">
|
|
<GuidCName>PrimaryStandardErrorDevice</GuidCName>
|
|
</GuidCNames>
|
|
<GuidCNames Usage="ALWAYS_PRODUCED">
|
|
<GuidCName>PrimaryConsoleInDevice</GuidCName>
|
|
</GuidCNames>
|
|
<GuidCNames Usage="ALWAYS_PRODUCED">
|
|
<GuidCName>PrimaryConsoleOutDevice</GuidCName>
|
|
</GuidCNames>
|
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
|
<GuidCName>ConsoleOutDevice</GuidCName>
|
|
</GuidCNames>
|
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
|
<GuidCName>StandardErrorDevice</GuidCName>
|
|
</GuidCNames>
|
|
<GuidCNames Usage="ALWAYS_CONSUMED">
|
|
<GuidCName>ConsoleInDevice</GuidCName>
|
|
</GuidCNames>
|
|
</Guids>
|
|
<Externs>
|
|
<Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
|
|
<Specification>EDK_RELEASE_VERSION 0x00090000</Specification>
|
|
<Extern>
|
|
<ModuleEntryPoint>ConSplitterDriverEntry</ModuleEntryPoint>
|
|
</Extern>
|
|
<Extern>
|
|
<DriverBinding>gConSplitterConInDriverBinding</DriverBinding>
|
|
</Extern>
|
|
<Extern>
|
|
<ComponentName>gConSplitterConInComponentName</ComponentName>
|
|
</Extern>
|
|
<Extern>
|
|
<DriverBinding>gConSplitterSimplePointerDriverBinding</DriverBinding>
|
|
</Extern>
|
|
<Extern>
|
|
<ComponentName>gConSplitterSimplePointerComponentName</ComponentName>
|
|
</Extern>
|
|
<Extern>
|
|
<DriverBinding>gConSplitterConOutDriverBinding</DriverBinding>
|
|
</Extern>
|
|
<Extern>
|
|
<ComponentName>gConSplitterConOutComponentName</ComponentName>
|
|
</Extern>
|
|
<Extern>
|
|
<DriverBinding>gConSplitterStdErrDriverBinding</DriverBinding>
|
|
</Extern>
|
|
<Extern>
|
|
<ComponentName>gConSplitterStdErrComponentName</ComponentName>
|
|
</Extern>
|
|
</Externs>
|
|
</ModuleSurfaceArea> |