]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2KeyboardDxe / Ps2keyboardDxe.inf
1 ## @file
2 # Ps2 Keyboard Driver.
3 #
4 # Ps2 Keyboard Driver for UEFI. The keyboard type implemented follows IBM
5 # compatible PS2 protocol using Scan Code Set 1.
6 #
7 # Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>
8 #
9 # SPDX-License-Identifier: BSD-2-Clause-Patent
10 #
11 #
12 ##
13
14 [Defines]
15 INF_VERSION = 0x00010005
16 BASE_NAME = Ps2KeyboardDxe
17 MODULE_UNI_FILE = Ps2KeyboardDxe.uni
18 FILE_GUID = 3DC82376-637B-40a6-A8FC-A565417F2C38
19 MODULE_TYPE = UEFI_DRIVER
20 VERSION_STRING = 1.0
21 ENTRY_POINT = InitializePs2Keyboard
22
23 #
24 # VALID_ARCHITECTURES = IA32 X64 EBC
25 # DRIVER_BINDING = gKeyboardControllerDriver;
26 # COMPONENT_NAME = gPs2KeyboardComponentName;
27 # COMPONENT_NAME2 = gPs2KeyboardComponentName2;
28 #
29
30 [Sources]
31 ComponentName.c
32 Ps2Keyboard.h
33 Ps2KbdCtrller.c
34 Ps2KbdTextIn.c
35 Ps2Keyboard.c
36
37
38 [Packages]
39 MdePkg/MdePkg.dec
40 MdeModulePkg/MdeModulePkg.dec
41 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
42
43 [LibraryClasses]
44 MemoryAllocationLib
45 UefiRuntimeServicesTableLib
46 DebugLib
47 ReportStatusCodeLib
48 UefiBootServicesTableLib
49 UefiLib
50 UefiDriverEntryPoint
51 BaseLib
52 BaseMemoryLib
53 TimerLib
54 PcdLib
55
56 [Protocols]
57 gEfiSimpleTextInProtocolGuid ## BY_START
58 gEfiSimpleTextInputExProtocolGuid ## BY_START
59 gEfiPs2PolicyProtocolGuid ## SOMETIMES_CONSUMES
60 gEfiIsaIoProtocolGuid ## TO_START
61 gEfiDevicePathProtocolGuid ## TO_START
62
63 [FeaturePcd]
64 gEfiMdeModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification ## CONSUMES
65
66 [Pcd]
67 gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection ## SOMETIMES_CONSUMES
68
69 #
70 # [Event]
71 #
72 # ##
73 # # Timer event used to read key strokes at a regular interval.
74 # #
75 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES
76 #
77
78 [UserExtensions.TianoCore."ExtraFiles"]
79 Ps2KeyboardDxeExtra.uni