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