]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2KeyboardDxe.inf
UefiCpuPkg: Move AsmRelocateApLoopStart from Mpfuncs.nasm to AmdSev.nasm
[mirror_edk2.git] / MdeModulePkg / 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 = C4D1F932-821F-4744-BF06-6D30F7730F8D
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 [Packages]
38 MdePkg/MdePkg.dec
39 MdeModulePkg/MdeModulePkg.dec
40
41 [LibraryClasses]
42 MemoryAllocationLib
43 UefiRuntimeServicesTableLib
44 DebugLib
45 ReportStatusCodeLib
46 UefiBootServicesTableLib
47 UefiLib
48 UefiDriverEntryPoint
49 BaseLib
50 BaseMemoryLib
51 TimerLib
52 PcdLib
53 IoLib
54
55 [Protocols]
56 gEfiSimpleTextInProtocolGuid ## BY_START
57 gEfiSimpleTextInputExProtocolGuid ## BY_START
58 gEfiPs2PolicyProtocolGuid ## SOMETIMES_CONSUMES
59 gEfiSioProtocolGuid ## TO_START
60 gEfiDevicePathProtocolGuid ## TO_START
61
62 [FeaturePcd]
63 gEfiMdeModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification ## CONSUMES
64
65 [Pcd]
66 gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection ## SOMETIMES_CONSUMES
67
68 #
69 # [Event]
70 #
71 # ##
72 # # Timer event used to read key strokes at a regular interval.
73 # #
74 # EVENT_TYPE_PERIODIC_TIMER ## CONSUMES
75 #
76
77 [UserExtensions.TianoCore."ExtraFiles"]
78 Ps2KeyboardDxeExtra.uni