]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
IntelFrameworkModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / KeyboardDxe / KeyboardDxe.inf
CommitLineData
bcecde14 1## @file\r
f9841f04 2# Ps2 Keyboard driver.\r
bcecde14 3#\r
0a6f4824 4# Ps2 Keyboard driver by using Legacy Bios protocol service and IsaIo protocol\r
f9841f04 5# service. This dirver uses legacy INT16 to get the key stroke status.\r
bcecde14 6#\r
0a6f4824 7# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
bcecde14 8#\r
c0a00b14 9# SPDX-License-Identifier: BSD-2-Clause-Patent\r
bcecde14 10#\r
11##\r
12\r
13[Defines]\r
14 INF_VERSION = 0x00010005\r
15 BASE_NAME = KeyboardDxe\r
f9841f04 16 MODULE_UNI_FILE = KeyboardDxe.uni\r
bcecde14 17 FILE_GUID = 5479662B-6AE4-49e8-A6BD-6DE4B625811F\r
18 MODULE_TYPE = UEFI_DRIVER\r
19 VERSION_STRING = 1.0\r
20\r
21 ENTRY_POINT = InitializeBiosKeyboard\r
22\r
23#\r
24# The following information is for reference only and not required by the build tools.\r
25#\r
64bbf1de 26# VALID_ARCHITECTURES = IA32 X64 EBC\r
bcecde14 27#\r
28# DRIVER_BINDING = gBiosKeyboardDriverBinding\r
29# COMPONENT_NAME = gBiosKeyboardComponentName\r
30#\r
31\r
32[Sources]\r
33 ComponentName.c\r
34 ComponentName.h\r
35 BiosKeyboard.c\r
36 BiosKeyboard.h\r
37\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
79de429f 41 MdeModulePkg/MdeModulePkg.dec\r
bcecde14 42 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
43 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
44\r
45\r
46[LibraryClasses]\r
47 MemoryAllocationLib\r
48 UefiBootServicesTableLib\r
49 UefiDriverEntryPoint\r
50 ReportStatusCodeLib\r
51 BaseMemoryLib\r
52 UefiLib\r
53 DebugLib\r
54 BaseLib\r
f6c014fb 55 PcdLib\r
d057d8c4 56 DxeServicesTableLib\r
bcecde14 57\r
58[Protocols]\r
f9841f04
SZ
59 gEfiIsaIoProtocolGuid ## TO_START\r
60 gEfiSimpleTextInProtocolGuid ## BY_START\r
61 gEfiSimpleTextInputExProtocolGuid ## BY_START\r
62 gEfiLegacyBiosProtocolGuid ## CONSUMES\r
63 gEfiPs2PolicyProtocolGuid ## SOMETIMES_CONSUMES\r
bcecde14 64\r
f6c014fb 65[FeaturePcd]\r
79de429f 66 gEfiMdeModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|FALSE ## CONSUMES\r
4ccfd305 67\r
68[Pcd]\r
79de429f 69 gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection ## SOMETIMES_CONSUMES\r
f9841f04
SZ
70\r
71[UserExtensions.TianoCore."ExtraFiles"]\r
72 KeyboardDxeExtra.uni\r