]> git.proxmox.com Git - mirror_edk2.git/blob - EdkNt32Pkg/Dxe/WinNtThunk/Bus/Gop/WinNtGop.msa
a373ff80b3cb80bd0060e69b7f3b05592624734a
[mirror_edk2.git] / EdkNt32Pkg / Dxe / WinNtThunk / Bus / Gop / WinNtGop.msa
1 <ModuleSurfaceArea xmlns="http://www.TianoCore.org/2006/Edk2.0" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance">
2 <MsaHeader>
3 <ModuleName>WinNtGop</ModuleName>
4 <ModuleType>UEFI_DRIVER</ModuleType>
5 <GuidValue>29b3c4c6-e5aa-49e4-8ce0-2772f782ddc2</GuidValue>
6 <Version>1.0</Version>
7 <Abstract>Gop Driver</Abstract>
8 <Description>
9 GOP is short hand for UEFI Graphics Output protocol.
10 This file is a verision of GopIo 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.
13 </Description>
14 <Copyright>Copyright (c) 2006, Intel Corporation</Copyright>
15 <License>All rights reserved. This program and the accompanying materials
16 are licensed and made available under the terms and conditions of the BSD License
17 which accompanies this distribution. The full text of the license may be found at
18 http://opensource.org/licenses/bsd-license.php
19 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
20 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>
21 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
22 </MsaHeader>
23 <ModuleDefinitions>
24 <SupportedArchitectures>IA32</SupportedArchitectures>
25 <BinaryModule>false</BinaryModule>
26 <OutputFileBasename>WinNtGop</OutputFileBasename>
27 </ModuleDefinitions>
28 <LibraryClassDefinitions>
29 <LibraryClass Usage="ALWAYS_CONSUMED">
30 <Keyword>DebugLib</Keyword>
31 </LibraryClass>
32 <LibraryClass Usage="ALWAYS_CONSUMED">
33 <Keyword>BaseLib</Keyword>
34 </LibraryClass>
35 <LibraryClass Usage="ALWAYS_CONSUMED">
36 <Keyword>UefiDriverModelLib</Keyword>
37 </LibraryClass>
38 <LibraryClass Usage="ALWAYS_CONSUMED">
39 <Keyword>UefiDriverEntryPoint</Keyword>
40 </LibraryClass>
41 <LibraryClass Usage="ALWAYS_CONSUMED">
42 <Keyword>UefiLib</Keyword>
43 </LibraryClass>
44 <LibraryClass Usage="ALWAYS_CONSUMED">
45 <Keyword>BaseMemoryLib</Keyword>
46 </LibraryClass>
47 <LibraryClass Usage="ALWAYS_CONSUMED">
48 <Keyword>MemoryAllocationLib</Keyword>
49 </LibraryClass>
50 <LibraryClass Usage="ALWAYS_CONSUMED">
51 <Keyword>UefiBootServicesTableLib</Keyword>
52 </LibraryClass>
53 </LibraryClassDefinitions>
54 <SourceFiles>
55 <Filename>WinNtGopScreen.c</Filename>
56 <Filename>WinNtGopInput.c</Filename>
57 <Filename>WinNtGop.h</Filename>
58 <Filename>ComponentName.c</Filename>
59 <Filename>WinNtGopDriver.c</Filename>
60 </SourceFiles>
61 <PackageDependencies>
62 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
63 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
64 <Package PackageGuid="0fb2aa2d-10d5-40a5-a9dc-060c12a4a3f3"/>
65 </PackageDependencies>
66 <Protocols>
67 <Protocol Usage="TO_START">
68 <ProtocolCName>gEfiWinNtIoProtocolGuid</ProtocolCName>
69 </Protocol>
70 <Protocol Usage="BY_START">
71 <ProtocolCName>gEfiSimpleTextInProtocolGuid</ProtocolCName>
72 </Protocol>
73 <Protocol Usage="BY_START">
74 <ProtocolCName>gEfiGraphicsOutputProtocolGuid</ProtocolCName>
75 </Protocol>
76 </Protocols>
77 <Events>
78 <CreateEvents>
79 <EventTypes EventGuidCName="gEfiEventExitBootServicesGuid" Usage="SOMETIMES_CONSUMED">
80 <EventType>EVENT_GROUP_GUID</EventType>
81 </EventTypes>
82 </CreateEvents>
83 </Events>
84 <Guids>
85 <GuidCNames Usage="ALWAYS_CONSUMED">
86 <GuidCName>gEfiWinNtGopGuid</GuidCName>
87 </GuidCNames>
88 </Guids>
89 <Externs>
90 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
91 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
92 <Extern>
93 <DriverBinding>gWinNtGopDriverBinding</DriverBinding>
94 <ComponentName>gWinNtGopComponentName</ComponentName>
95 </Extern>
96 </Externs>
97 </ModuleSurfaceArea>