]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseSimulateTouchPadDxe/Ps2MouseAbsolutePointerDxe.inf
change "Ps2MouseSimulateTouchPad" to "Ps2MouseAbsolutePointer" for more clearing...
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseSimulateTouchPadDxe / 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 - 2007, Intel Corporation.
6 #
7 # Copyright (c) 2006 - 2007, Intel Corporation
8 # All rights reserved. This program and the accompanying materials
9 # are licensed and made available under the terms and conditions of the BSD License
10 # which accompanies this distribution. The full text of the license may be found at
11 # http://opensource.org/licenses/bsd-license.php
12 #
13 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
14 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
15 #
16 #
17 #**/
18
19 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = Ps2MouseAbsolutePointerDxe
22 FILE_GUID = 2899C94A-1FB6-4b1a-B96B-8364975303E0
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = InitializePs2MouseAbsolutePointer
29
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31
32 [Sources.common]
33 ComponentName.c
34 CommPs2.h
35 CommPs2.c
36 Ps2MouseAbsolutePointer.h
37 Ps2MouseAbsolutePointer.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42 IntelFrameworkPkg/IntelFrameworkPkg.dec
43 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
44
45 [LibraryClasses]
46 ReportStatusCodeLib
47 UefiBootServicesTableLib
48 MemoryAllocationLib
49 BaseMemoryLib
50 UefiLib
51 UefiDriverEntryPoint
52 DebugLib
53
54 [Protocols]
55 gEfiIsaIoProtocolGuid # PROTOCOL TO_START
56 gEfiAbsolutePointerProtocolGuid # PROTOCOL BY_START
57 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
58