]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
Use PCD to customize if ps2 mouse and mouse pointer device do full reset.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseDxe / Ps2MouseDxe.inf
1 ## @file
2 # Ps2 Mouse Driver.
3 #
4 # This dirver directly uses IsaIo protocol service to support Ps2 mouse work.
5 # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
6 #
7 # 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 = Ps2MouseDxe
21 FILE_GUID = 202A2B0E-9A31-4812-B291-8747DF152439
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24 ENTRY_POINT = InitializePs2Mouse
25
26 #
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28 # DRIVER_BINDING = gPS2MouseDriver;
29 # COMPONENT_NAME = gPs2MouseComponentName;
30 # COMPONENT_NAME2 = gPs2MouseComponentName2;
31 #
32
33 [Sources]
34 ComponentName.c
35 CommPs2.h
36 CommPs2.c
37 Ps2Mouse.h
38 Ps2Mouse.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 PcdLib
55
56 [Protocols]
57 gEfiIsaIoProtocolGuid ## TO_START
58 gEfiSimplePointerProtocolGuid ## BY_START
59 gEfiDevicePathProtocolGuid ## TO_START
60
61 [FeaturePcd]
62 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification
63
64 # [Event]
65 # ##
66 # # Event for EFI_SIMPLE_POINTER_PROTOCOL.WaitForInput.
67 # #
68 # EVENT_TYPE_NOTIFY_WAIT ## PRODUCES
69 #
70 # # Periodic timer event to poll the Ps2 mouse device and get its packet data.
71 # #
72 # EVENT_TYPE_PERIODIC_TIMER ## PRODUCES