]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
MdeModulePkg/Ps2Mouse: Fix potential buffer overflow issue.
[mirror_edk2.git] / MdeModulePkg / Bus / Isa / Ps2KeyboardDxe / Ps2KeyboardDxe.inf
CommitLineData
4aa68cbc
RN
1## @file\r
2# Ps2 Keyboard Driver.\r
3#\r
4# Ps2 Keyboard Driver for UEFI. The keyboard type implemented follows IBM\r
5# compatible PS2 protocol using Scan Code Set 1.\r
6#\r
7# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
8#\r
9# This program and the accompanying materials\r
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
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = Ps2KeyboardDxe\r
23 MODULE_UNI_FILE = Ps2KeyboardDxe.uni\r
24 FILE_GUID = 3DC82376-637B-40a6-A8FC-A565417F2C38\r
25 MODULE_TYPE = UEFI_DRIVER\r
26 VERSION_STRING = 1.0\r
27 ENTRY_POINT = InitializePs2Keyboard\r
28\r
29#\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31# DRIVER_BINDING = gKeyboardControllerDriver;\r
32# COMPONENT_NAME = gPs2KeyboardComponentName;\r
33# COMPONENT_NAME2 = gPs2KeyboardComponentName2;\r
34#\r
35\r
36[Sources]\r
37 ComponentName.c\r
38 Ps2Keyboard.h\r
39 Ps2KbdCtrller.c\r
40 Ps2KbdTextIn.c\r
41 Ps2Keyboard.c\r
42\r
43[Packages]\r
44 MdePkg/MdePkg.dec\r
45 MdeModulePkg/MdeModulePkg.dec\r
46\r
47[LibraryClasses]\r
48 MemoryAllocationLib\r
49 UefiRuntimeServicesTableLib\r
50 DebugLib\r
51 ReportStatusCodeLib\r
52 UefiBootServicesTableLib\r
53 UefiLib\r
54 UefiDriverEntryPoint\r
55 BaseLib\r
56 BaseMemoryLib\r
57 TimerLib\r
58 PcdLib\r
59 IoLib\r
60\r
61[Protocols]\r
62 gEfiSimpleTextInProtocolGuid ## BY_START\r
63 gEfiSimpleTextInputExProtocolGuid ## BY_START\r
64 gEfiPs2PolicyProtocolGuid ## SOMETIMES_CONSUMES\r
65 gEfiSioProtocolGuid ## TO_START\r
66 gEfiDevicePathProtocolGuid ## TO_START\r
67\r
68[FeaturePcd]\r
69 gEfiMdeModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification ## CONSUMES\r
70\r
71[Pcd]\r
72 gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection ## SOMETIMES_CONSUMES\r
73\r
74#\r
75# [Event]\r
76#\r
77# ##\r
78# # Timer event used to read key strokes at a regular interval.\r
79# #\r
80# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
81#\r
82\r
83[UserExtensions.TianoCore."ExtraFiles"]\r
84 Ps2KeyboardDxeExtra.uni\r