]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
1. Correct File header to ## @file
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseAbsolutePointerDxe / Ps2MouseAbsolutePointerDxe.inf
1 ## @file
2 # Ps2 Mouse Simulate TouchPad Driver
3 #
4 # This dirver directly uses IsaIo protocol service to support a faked Ps2 TouchPad work.
5 # Copyright (c) 2006 - 2010, Intel Corporation.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 ##
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = Ps2MouseAbsolutePointerDxe
21 FILE_GUID = 2899C94A-1FB6-4b1a-B96B-8364975303E0
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = InitializePs2MouseAbsolutePointer
25
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 # DRIVER_BINDING = gPS2MouseAbsolutePointerDriver;
29 # COMPONENT_NAME = gPs2MouseAbsolutePointerComponentName;
30 # COMPONENT_NAME2 = gPs2MouseAbsolutePointerComponentName2;
31 #
32
33 [Sources]
34 ComponentName.c
35 CommPs2.h
36 CommPs2.c
37 Ps2MouseAbsolutePointer.h
38 Ps2MouseAbsolutePointer.c
39
40 [Packages]
41 MdePkg/MdePkg.dec
42 MdeModulePkg/MdeModulePkg.dec
43 IntelFrameworkPkg/IntelFrameworkPkg.dec
44 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
45
46 [LibraryClasses]
47 ReportStatusCodeLib
48 UefiBootServicesTableLib
49 MemoryAllocationLib
50 BaseMemoryLib
51 UefiLib
52 UefiDriverEntryPoint
53 DebugLib
54
55 [Protocols]
56 gEfiIsaIoProtocolGuid ## TO_START
57 gEfiAbsolutePointerProtocolGuid ## BY_START
58 gEfiDevicePathProtocolGuid ## TO_START
59
60 # [Event]
61 # ##
62 # # Event for EFI_SIMPLE_POINTER_PROTOCOL.WaitForInput.
63 # #
64 # EVENT_TYPE_NOTIFY_WAIT ## PRODUCES
65 #
66 # # Periodic timer event to poll the fake Ps2 mouse device and get its packet data.
67 # #
68 # EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
69