]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
b7cb700de4a63e8c52ffed232ef84e1d88a98e45
[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 - 2009, 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 = 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.common]
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
55 [Protocols]
56 gEfiIsaIoProtocolGuid ## TO_START
57 gEfiSimplePointerProtocolGuid ## BY_START
58 gEfiDevicePathProtocolGuid ## TO_START
59
60
61 # [Event]
62 # ##
63 # # Event for EFI_SIMPLE_POINTER_PROTOCOL.WaitForInput.
64 # #
65 # EVENT_TYPE_NOTIFY_WAIT ## PRODUCES
66 #
67 # # Periodic timer event to poll the Ps2 mouse device and get its packet data.
68 # #
69 # EVENT_TYPE_PERIODIC_TIMER ## PRODUCES