]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.msa
e79128dc330a5a75944d996e0f27073e9d47f895
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseDxe / Ps2Mouse.msa
1 <?xml version="1.0" encoding="UTF-8"?>
2 <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">
3 <MsaHeader>
4 <ModuleName>Ps2Mouse</ModuleName>
5 <ModuleType>DXE_DRIVER</ModuleType>
6 <GuidValue>202A2B0E-9A31-4812-B291-8747DF152439</GuidValue>
7 <Version>1.0</Version>
8 <Abstract>Ps2 Mouse Driver</Abstract>
9 <Description>This dirver directly uses IsaIo protocol service to support Ps2 mouse work.</Description>
10 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>
11 <License>All rights reserved.
12 This software and associated documentation (if any) is furnished
13 under a license and may only be used or copied in accordance
14 with the terms of the license. Except as permitted by such
15 license, no part of this software or documentation may be
16 reproduced, stored in a retrieval system, or transmitted in any
17 form or by any means without the express written consent of
18 Intel Corporation.</License>
19 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>
20 </MsaHeader>
21 <ModuleDefinitions>
22 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>
23 <BinaryModule>false</BinaryModule>
24 <OutputFileBasename>Ps2Mouse</OutputFileBasename>
25 </ModuleDefinitions>
26 <LibraryClassDefinitions>
27 <LibraryClass Usage="ALWAYS_CONSUMED">
28 <Keyword>DebugLib</Keyword>
29 </LibraryClass>
30 <LibraryClass Usage="ALWAYS_CONSUMED">
31 <Keyword>UefiDriverModelLib</Keyword>
32 </LibraryClass>
33 <LibraryClass Usage="ALWAYS_CONSUMED">
34 <Keyword>UefiDriverEntryPoint</Keyword>
35 </LibraryClass>
36 <LibraryClass Usage="ALWAYS_CONSUMED">
37 <Keyword>UefiLib</Keyword>
38 </LibraryClass>
39 <LibraryClass Usage="ALWAYS_CONSUMED">
40 <Keyword>BaseMemoryLib</Keyword>
41 </LibraryClass>
42 <LibraryClass Usage="ALWAYS_CONSUMED">
43 <Keyword>MemoryAllocationLib</Keyword>
44 </LibraryClass>
45 <LibraryClass Usage="ALWAYS_CONSUMED">
46 <Keyword>UefiBootServicesTableLib</Keyword>
47 </LibraryClass>
48 <LibraryClass Usage="ALWAYS_CONSUMED">
49 <Keyword>ReportStatusCodeLib</Keyword>
50 </LibraryClass>
51 </LibraryClassDefinitions>
52 <SourceFiles>
53 <Filename>Ps2Mouse.c</Filename>
54 <Filename>Ps2Mouse.h</Filename>
55 <Filename>CommPs2.c</Filename>
56 <Filename>CommPs2.h</Filename>
57 <Filename>ComponentName.c</Filename>
58 </SourceFiles>
59 <PackageDependencies>
60 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>
61 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>
62 </PackageDependencies>
63 <Protocols>
64 <Protocol Usage="TO_START">
65 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>
66 </Protocol>
67 <Protocol Usage="BY_START">
68 <ProtocolCName>gEfiSimplePointerProtocolGuid</ProtocolCName>
69 </Protocol>
70 <Protocol Usage="TO_START">
71 <ProtocolCName>gEfiIsaIoProtocolGuid</ProtocolCName>
72 </Protocol>
73 </Protocols>
74 <Events>
75 <CreateEvents>
76 <EventTypes Usage="ALWAYS_PRODUCED">
77 <EventType>EVENT_TYPE_RELATIVE_TIMER</EventType>
78 <HelpText>Set up a time event to wait for the mouse input</HelpText>
79 </EventTypes>
80 <EventTypes Usage="ALWAYS_PRODUCED">
81 <EventType>EVENT_TYPE_PERIODIC_TIMER</EventType>
82 <HelpText>Set up a periodic timer to poll mouse state at a fixed interval</HelpText>
83 </EventTypes>
84 </CreateEvents>
85 <SignalEvents>
86 <EventTypes Usage="SOMETIMES_PRODUCED">
87 <EventType>EVENT_TYPE_RELATIVE_TIMER</EventType>
88 <HelpText>Signal an event whenever these is a pending event from mouse input</HelpText>
89 </EventTypes>
90 </SignalEvents>
91 </Events>
92 <Externs>
93 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>
94 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>
95 <Extern>
96 <DriverBinding>gPS2MouseDriver</DriverBinding>
97 <ComponentName>gPs2MouseComponentName</ComponentName>
98 </Extern>
99 </Externs>
100 </ModuleSurfaceArea>