]> git.proxmox.com Git - mirror_edk2.git/blob - EdkUnixPkg/Dxe/UnixThunk/Bus/Uga/UnixUga.msa
Fix component name bugs when input Controller Name is invalid
[mirror_edk2.git] / EdkUnixPkg / Dxe / UnixThunk / Bus / Uga / UnixUga.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0">
3 <MsaHeader>
4 <ModuleName>UnixUga</ModuleName>
5 <ModuleType>UEFI_DRIVER</ModuleType>
6 <GuidValue>f33cad86-8985-11db-8040-0040d02b1835</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Uga driver</Abstract>
9 <Description>
10 UGA is short hand for Universal Graphics Abstraction protocol.
11 This file is a verision of UgaIo the uses UnixThunk system calls as an IO
12 abstraction. For a PCI device UnixIo would be replaced with
13 a PCI IO abstraction that abstracted a specific PCI device.
14 </Description>
15 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
16 <License>All rights reserved. This program and the accompanying materials
17 are licensed and made available under the terms and conditions of the BSD License
18 which accompanies this distribution. The full text of the license may be found at
19 http://opensource.org/licenses/bsd-license.php
20 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
21 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
22 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
23 </MsaHeader>
24 <ModuleDefinitions>
25 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
26 <BinaryModule>false</BinaryModule>
27 <OutputFileBasename>UnixUga</OutputFileBasename>
28 </ModuleDefinitions>
29 <LibraryClassDefinitions>
30 <LibraryClass Usage="ALWAYS_CONSUMED">
31 <Keyword>DebugLib</Keyword>
32 </LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>BaseLib</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>BaseMemoryLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>MemoryAllocationLib</Keyword>
50 </LibraryClass>
51 <LibraryClass Usage="ALWAYS_CONSUMED">
52 <Keyword>UefiBootServicesTableLib</Keyword>
53 </LibraryClass>
54 </LibraryClassDefinitions>
55 <SourceFiles>
56 <Filename>UnixUga.h</Filename>
57 <Filename>UnixUgaInput.c</Filename>
58 <Filename>UnixUgaDriver.c</Filename>
59 <Filename>UnixUgaScreen.c</Filename>
60 <Filename>ComponentName.c</Filename>
61 </SourceFiles>
62 <PackageDependencies>
63 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
64 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
65 <Package PackageGuid="f2805c44-8985-11db-9e98-0040d02b1835"/>
66 </PackageDependencies>
67 <Protocols>
68 <Protocol Usage="TO_START">
69 <ProtocolCName>gEfiUnixIoProtocolGuid</ProtocolCName>
70 </Protocol>
71 <Protocol Usage="BY_START">
72 <ProtocolCName>gEfiUgaDrawProtocolGuid</ProtocolCName>
73 </Protocol>
74 <Protocol Usage="BY_START">
75 <ProtocolCName>gEfiUnixUgaIoProtocolGuid</ProtocolCName>
76 </Protocol>
77 <Protocol Usage="BY_START">
78 <ProtocolCName>gEfiSimpleTextInProtocolGuid</ProtocolCName>
79 </Protocol>
80 </Protocols>
81 <Events>
82 <CreateEvents>
83 <EventTypes EventGuidCName="gEfiEventExitBootServicesGuid" Usage="SOMETIMES_CONSUMED">
84 <EventType>EVENT_GROUP_GUID</EventType>
85 </EventTypes>
86 </CreateEvents>
87 </Events>
88 <Guids>
89 <GuidCNames Usage="ALWAYS_CONSUMED">
90 <GuidCName>gEfiUnixUgaGuid</GuidCName>
91 </GuidCNames>
92 </Guids>
93 <Externs>
94 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
95 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
96 <Extern>
97 <DriverBinding>gUnixUgaDriverBinding</DriverBinding>
98 <ComponentName>gUnixUgaComponentName</ComponentName>
99 </Extern>
100 </Externs>
101 </ModuleSurfaceArea>