]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/Dxe/WinNtThunk/Bus/Uga/WinNtUga.msa
13c38296c35bb8d7e5214f125ebcba0671b03819
[mirror_edk2.git] / EdkNt32Pkg / Dxe / WinNtThunk / Bus / Uga / WinNtUga.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>WinNtUga</ModuleName>
5 <ModuleType>UEFI_DRIVER</ModuleType>
6 <GuidValue>AB248E8D-ABE1-11d4-BD0D-0080C73C8881</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Uga driver</Abstract>
9 <Description>UGA is short hand for Universal Graphics Abstraction protocol.
10 This file is a verision of UgaIo the uses WinNtThunk system calls as an IO
11 abstraction. For a PCI device WinNtIo would be replaced with
12 a PCI IO abstraction that abstracted a specific PCI device.</Description>
13 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation</Copyright>
14 <License>All rights reserved. This program and the accompanying materials
15 are licensed and made available under the terms and conditions of the BSD License
16 which accompanies this distribution. The full text of the license may be found at
17 http://opensource.org/licenses/bsd-license.php
18 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
19 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
20 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
21 </MsaHeader>
22 <ModuleDefinitions>
23 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
24 <BinaryModule>false</BinaryModule>
25 <OutputFileBasename>WinNtUga</OutputFileBasename>
26 </ModuleDefinitions>
27 <LibraryClassDefinitions>
28 <LibraryClass Usage="ALWAYS_CONSUMED">
29 <Keyword>DebugLib</Keyword>
30 </LibraryClass>
31 <LibraryClass Usage="ALWAYS_CONSUMED">
32 <Keyword>UefiDriverModelLib</Keyword>
33 </LibraryClass>
34 <LibraryClass Usage="ALWAYS_CONSUMED">
35 <Keyword>UefiDriverEntryPoint</Keyword>
36 </LibraryClass>
37 <LibraryClass Usage="ALWAYS_CONSUMED">
38 <Keyword>UefiLib</Keyword>
39 </LibraryClass>
40 <LibraryClass Usage="ALWAYS_CONSUMED">
41 <Keyword>BaseMemoryLib</Keyword>
42 </LibraryClass>
43 <LibraryClass Usage="ALWAYS_CONSUMED">
44 <Keyword>UefiBootServicesTableLib</Keyword>
45 </LibraryClass>
46 </LibraryClassDefinitions>
47 <SourceFiles>
48 <Filename>WinNtUga.h</Filename>
49 <Filename>WinNtUgaInput.c</Filename>
50 <Filename>WinNtUgaDriver.c</Filename>
51 <Filename>WinNtUgaScreen.c</Filename>
52 <Filename>ComponentName.c</Filename>
53 </SourceFiles>
54 <PackageDependencies>
55 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
56 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
57 </PackageDependencies>
58 <Protocols>
59 <Protocol Usage="TO_START">
60 <ProtocolCName>gEfiWinNtIoProtocolGuid</ProtocolCName>
61 </Protocol>
62 <Protocol Usage="BY_START">
63 <ProtocolCName>gEfiUgaDrawProtocolGuid</ProtocolCName>
64 </Protocol>
65 <Protocol Usage="BY_START">
66 <ProtocolCName>gEfiSimpleTextInProtocolGuid</ProtocolCName>
67 </Protocol>
68 </Protocols>
69 <Events>
70 <CreateEvents>
71 <EventTypes EventGuidCName="gEfiEventExitBootServicesGuid" Usage="SOMETIMES_CONSUMED">
72 <EventType>EVENT_GROUP_GUID</EventType>
73 </EventTypes>
74 </CreateEvents>
75 </Events>
76 <Guids>
77 <GuidCNames Usage="ALWAYS_CONSUMED">
78 <GuidCName>gEfiWinNtUgaGuid</GuidCName>
79 </GuidCNames>
80 </Guids>
81 <Externs>
82 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
83 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
84 <Extern>
85 <DriverBinding>gWinNtUgaDriverBinding</DriverBinding>
86 <ComponentName>gWinNtUgaComponentName</ComponentName>
87 </Extern>
88 </Externs>
89 </ModuleSurfaceArea>