]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseSimulateTouchPadDxe/Ps2MouseAbsolutePointerDxe.msa
change "Ps2MouseSimulateTouchPad" to "Ps2MouseAbsolutePointer" for more clearing...
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseSimulateTouchPadDxe / Ps2MouseAbsolutePointerDxe.msa
CommitLineData
0f8304cd 1<?xml version="1.0" encoding="UTF-8"?>\r
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">\r
3 <MsaHeader>\r
52e6faea 4 <ModuleName>Ps2MouseAbsolutePointer</ModuleName>\r
0f8304cd 5 <ModuleType>DXE_DRIVER</ModuleType>\r
6 <GuidValue>2899C94A-1FB6-4b1a-B96B-8364975303E0</GuidValue>\r
7 <Version>1.0</Version>\r
52e6faea 8 <Abstract>Ps2 Mouse Absolute Pointer Driver</Abstract>\r
0f8304cd 9 <Description>This dirver directly uses IsaIo protocol service to support a faked Ps2 touchpad work.</Description>\r
10 <Copyright>Copyright (c) 2006 - 2007, Intel Corporation.</Copyright>\r
11 <License>All rights reserved. This program and the accompanying materials\r
12 are licensed and made available under the terms and conditions of the BSD License\r
13 which accompanies this distribution. The full text of the license may be found at\r
14 http://opensource.org/licenses/bsd-license.php\r
15 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.</License>\r
17 <Specification>FRAMEWORK_BUILD_PACKAGING_SPECIFICATION 0x00000052</Specification>\r
18 </MsaHeader>\r
19 <ModuleDefinitions>\r
20 <SupportedArchitectures>IA32 X64 IPF EBC</SupportedArchitectures>\r
21 <BinaryModule>false</BinaryModule>\r
52e6faea 22 <OutputFileBasename>Ps2MouseAbsolutePointer</OutputFileBasename>\r
0f8304cd 23 </ModuleDefinitions>\r
24 <LibraryClassDefinitions>\r
25 <LibraryClass Usage="ALWAYS_CONSUMED">\r
26 <Keyword>DebugLib</Keyword>\r
27 </LibraryClass>\r
28 <LibraryClass Usage="ALWAYS_CONSUMED">\r
29 <Keyword>UefiDriverModelLib</Keyword>\r
30 </LibraryClass>\r
31 <LibraryClass Usage="ALWAYS_CONSUMED">\r
32 <Keyword>UefiDriverEntryPoint</Keyword>\r
33 </LibraryClass>\r
34 <LibraryClass Usage="ALWAYS_CONSUMED">\r
35 <Keyword>UefiLib</Keyword>\r
36 </LibraryClass>\r
37 <LibraryClass Usage="ALWAYS_CONSUMED">\r
38 <Keyword>BaseMemoryLib</Keyword>\r
39 </LibraryClass>\r
40 <LibraryClass Usage="ALWAYS_CONSUMED">\r
41 <Keyword>MemoryAllocationLib</Keyword>\r
42 </LibraryClass>\r
43 <LibraryClass Usage="ALWAYS_CONSUMED">\r
44 <Keyword>UefiBootServicesTableLib</Keyword>\r
45 </LibraryClass>\r
46 <LibraryClass Usage="ALWAYS_CONSUMED">\r
47 <Keyword>ReportStatusCodeLib</Keyword>\r
48 </LibraryClass>\r
49 </LibraryClassDefinitions>\r
50 <SourceFiles>\r
52e6faea 51 <Filename>Ps2MouseAbsolutePointer.c</Filename>\r
52 <Filename>Ps2MouseAbsolutePointer.h</Filename>\r
0f8304cd 53 <Filename>CommPs2.c</Filename>\r
54 <Filename>CommPs2.h</Filename>\r
55 <Filename>ComponentName.c</Filename>\r
56 </SourceFiles>\r
57 <PackageDependencies>\r
58 <Package PackageGuid="5e0e9358-46b6-4ae2-8218-4ab8b9bbdcec"/>\r
59 <Package PackageGuid="68169ab0-d41b-4009-9060-292c253ac43d"/>\r
60 </PackageDependencies>\r
61 <Protocols>\r
62 <Protocol Usage="TO_START">\r
63 <ProtocolCName>gEfiDevicePathProtocolGuid</ProtocolCName>\r
64 </Protocol>\r
65 <Protocol Usage="BY_START">\r
66 <ProtocolCName>gEfiAbsolutePointerProtocolGuid</ProtocolCName>\r
67 </Protocol>\r
68 <Protocol Usage="TO_START">\r
69 <ProtocolCName>gEfiIsaIoProtocolGuid</ProtocolCName>\r
70 </Protocol>\r
71 </Protocols>\r
72 <Events>\r
73 <CreateEvents>\r
74 <EventTypes Usage="ALWAYS_PRODUCED">\r
75 <EventType>EVENT_TYPE_RELATIVE_TIMER</EventType>\r
76 <HelpText>Set up a time event to wait for the faked touchpad input</HelpText>\r
77 </EventTypes>\r
78 <EventTypes Usage="ALWAYS_PRODUCED">\r
79 <EventType>EVENT_TYPE_PERIODIC_TIMER</EventType>\r
80 <HelpText>Set up a periodic timer to poll the faked touchpad state at a fixed interval</HelpText>\r
81 </EventTypes>\r
82 </CreateEvents>\r
83 <SignalEvents>\r
84 <EventTypes Usage="SOMETIMES_PRODUCED">\r
85 <EventType>EVENT_TYPE_RELATIVE_TIMER</EventType>\r
86 <HelpText>Signal an event whenever these is a pending event from the faked touchpad input</HelpText>\r
87 </EventTypes>\r
88 </SignalEvents>\r
89 </Events>\r
90 <Externs>\r
91 <Specification>EFI_SPECIFICATION_VERSION 0x00020000</Specification>\r
92 <Specification>EDK_RELEASE_VERSION 0x00020000</Specification>\r
93 <Extern>\r
52e6faea 94 <DriverBinding>gPS2MouseAbsolutePointerDriver</DriverBinding>\r
95 <ComponentName>gPs2MouseAbsolutePointerComponentName</ComponentName>\r
0f8304cd 96 </Extern>\r
97 </Externs>\r
98</ModuleSurfaceArea>