]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseAbsolutePointerDxe / Ps2MouseAbsolutePointerDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
f9841f04 2# PS2 Mouse driver providing absolute (touch pad) pointer support.\r
afd0fe22 3#\r
f9841f04
SZ
4# This driver simulates a touch pad absolute pointing device using a standard\r
5# PS2 mouse as the input hardware.\r
6#\r
64bbf1de 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
afd0fe22 8#\r
180a5a35 9# This program and the accompanying materials\r
afd0fe22 10# are licensed and made available under the terms and conditions of the BSD License\r
11# which accompanies this distribution. The full text of the license may be found at\r
12# http://opensource.org/licenses/bsd-license.php\r
13#\r
14# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
15# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
16#\r
17#\r
6bfbb5f0 18##\r
afd0fe22 19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = Ps2MouseAbsolutePointerDxe\r
f9841f04 23 MODULE_UNI_FILE = Ps2MouseAbsolutePointerDxe.uni\r
afd0fe22 24 FILE_GUID = 2899C94A-1FB6-4b1a-B96B-8364975303E0\r
1a8802f7 25 MODULE_TYPE = UEFI_DRIVER\r
afd0fe22 26 VERSION_STRING = 1.0\r
afd0fe22 27 ENTRY_POINT = InitializePs2MouseAbsolutePointer\r
28\r
59f1d892 29#\r
64bbf1de 30# VALID_ARCHITECTURES = IA32 X64 EBC\r
59f1d892 31# DRIVER_BINDING = gPS2MouseAbsolutePointerDriver;\r
32# COMPONENT_NAME = gPs2MouseAbsolutePointerComponentName;\r
33# COMPONENT_NAME2 = gPs2MouseAbsolutePointerComponentName2;\r
34#\r
afd0fe22 35\r
6bfbb5f0 36[Sources]\r
afd0fe22 37 ComponentName.c\r
38 CommPs2.h\r
39 CommPs2.c\r
40 Ps2MouseAbsolutePointer.h\r
41 Ps2MouseAbsolutePointer.c\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
afd0fe22 46 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
47\r
48[LibraryClasses]\r
49 ReportStatusCodeLib\r
50 UefiBootServicesTableLib\r
51 MemoryAllocationLib\r
52 BaseMemoryLib\r
53 UefiLib\r
54 UefiDriverEntryPoint\r
55 DebugLib\r
ace74c67 56 PcdLib\r
afd0fe22 57\r
58[Protocols]\r
745ed9b4 59 gEfiIsaIoProtocolGuid ## TO_START\r
60 gEfiAbsolutePointerProtocolGuid ## BY_START\r
61 gEfiDevicePathProtocolGuid ## TO_START\r
afd0fe22 62\r
ace74c67 63[FeaturePcd]\r
76f016bf 64 gEfiMdeModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification ## CONSUMES\r
ace74c67 65\r
f9841f04 66#\r
05db8d55 67# [Event]\r
f9841f04 68#\r
05db8d55 69# ##\r
f9841f04 70# # Timer event used to check the mouse state at a regular interval.\r
05db8d55 71# #\r
f9841f04 72# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
05db8d55 73#\r
1a8802f7 74\r
f9841f04
SZ
75[UserExtensions.TianoCore."ExtraFiles"]\r
76 Ps2MouseAbsolutePointerDxeExtra.uni\r