]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
MdeModulePkg/UsbBusDxe: Add UsbControlTransfer() error check
[mirror_edk2.git] / MdeModulePkg / Bus / Isa / Ps2MouseDxe / Ps2MouseDxe.inf
CommitLineData
77833d0b
RN
1## @file\r
2# PS2 Mouse Driver.\r
3#\r
4# This dirver provides support for PS2 based mice.\r
5#\r
6# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
7#\r
8# This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17##\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = Ps2MouseDxe\r
22 MODULE_UNI_FILE = Ps2MouseDxe.uni\r
b3d540cd 23 FILE_GUID = 08464531-4C99-4C4C-A887-8D8BA4BBB063\r
77833d0b
RN
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26 ENTRY_POINT = InitializePs2Mouse\r
27\r
28#\r
29# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
30# DRIVER_BINDING = gPS2MouseDriver;\r
31# COMPONENT_NAME = gPs2MouseComponentName;\r
32# COMPONENT_NAME2 = gPs2MouseComponentName2;\r
33#\r
34\r
35[Sources]\r
36 ComponentName.c\r
37 CommPs2.h\r
38 CommPs2.c\r
39 Ps2Mouse.h\r
40 Ps2Mouse.c\r
41\r
42[Packages]\r
43 MdePkg/MdePkg.dec\r
44 MdeModulePkg/MdeModulePkg.dec\r
45\r
46[LibraryClasses]\r
47 ReportStatusCodeLib\r
48 UefiBootServicesTableLib\r
49 MemoryAllocationLib\r
50 BaseMemoryLib\r
51 UefiLib\r
52 UefiDriverEntryPoint\r
53 DebugLib\r
54 PcdLib\r
55 IoLib\r
56 DevicePathLib\r
57\r
58[Protocols]\r
59 gEfiSioProtocolGuid ## TO_START\r
60 gEfiSimplePointerProtocolGuid ## BY_START\r
61 gEfiDevicePathProtocolGuid ## TO_START\r
62\r
63[FeaturePcd]\r
64 gEfiMdeModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification ## CONSUMES\r
65\r
66#\r
67# [Event]\r
68#\r
69# ##\r
70# # Timer event used to check the mouse state at a regular interval.\r
71# #\r
72# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
73#\r
74\r
75[UserExtensions.TianoCore."ExtraFiles"]\r
76 Ps2MouseDxeExtra.uni\r