]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[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
de005223 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
4aa68cbc 8#\r
9d510e61 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
4aa68cbc
RN
10#\r
11#\r
12##\r
13\r
14[Defines]\r
15 INF_VERSION = 0x00010005\r
16 BASE_NAME = Ps2KeyboardDxe\r
17 MODULE_UNI_FILE = Ps2KeyboardDxe.uni\r
415f603e 18 FILE_GUID = C4D1F932-821F-4744-BF06-6D30F7730F8D\r
4aa68cbc
RN
19 MODULE_TYPE = UEFI_DRIVER\r
20 VERSION_STRING = 1.0\r
21 ENTRY_POINT = InitializePs2Keyboard\r
22\r
23#\r
de005223 24# VALID_ARCHITECTURES = IA32 X64 EBC\r
4aa68cbc
RN
25# DRIVER_BINDING = gKeyboardControllerDriver;\r
26# COMPONENT_NAME = gPs2KeyboardComponentName;\r
27# COMPONENT_NAME2 = gPs2KeyboardComponentName2;\r
28#\r
29\r
30[Sources]\r
31 ComponentName.c\r
32 Ps2Keyboard.h\r
33 Ps2KbdCtrller.c\r
34 Ps2KbdTextIn.c\r
35 Ps2Keyboard.c\r
36\r
37[Packages]\r
38 MdePkg/MdePkg.dec\r
39 MdeModulePkg/MdeModulePkg.dec\r
40\r
41[LibraryClasses]\r
42 MemoryAllocationLib\r
43 UefiRuntimeServicesTableLib\r
44 DebugLib\r
45 ReportStatusCodeLib\r
46 UefiBootServicesTableLib\r
47 UefiLib\r
48 UefiDriverEntryPoint\r
49 BaseLib\r
50 BaseMemoryLib\r
51 TimerLib\r
52 PcdLib\r
53 IoLib\r
54\r
55[Protocols]\r
56 gEfiSimpleTextInProtocolGuid ## BY_START\r
57 gEfiSimpleTextInputExProtocolGuid ## BY_START\r
58 gEfiPs2PolicyProtocolGuid ## SOMETIMES_CONSUMES\r
59 gEfiSioProtocolGuid ## TO_START\r
60 gEfiDevicePathProtocolGuid ## TO_START\r
61\r
62[FeaturePcd]\r
63 gEfiMdeModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification ## CONSUMES\r
64\r
65[Pcd]\r
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection ## SOMETIMES_CONSUMES\r
67\r
68#\r
69# [Event]\r
70#\r
71# ##\r
72# # Timer event used to read key strokes at a regular interval.\r
73# #\r
74# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES\r
75#\r
76\r
77[UserExtensions.TianoCore."ExtraFiles"]\r
78 Ps2KeyboardDxeExtra.uni\r