]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[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
9# This program and the accompanying materials\r
10# are licensed and made available under the terms and conditions\r
11# of the BSD License which accompanies this distribution. The\r
12# full text of the license may be found at\r
13# http://opensource.org/licenses/bsd-license.php\r
14#\r
15# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
16# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
17#\r
18##\r
19\r
20[Defines]\r
21 INF_VERSION = 0x00010005\r
22 BASE_NAME = KeyboardDxe\r
f9841f04 23 MODULE_UNI_FILE = KeyboardDxe.uni\r
bcecde14 24 FILE_GUID = 5479662B-6AE4-49e8-A6BD-6DE4B625811F\r
25 MODULE_TYPE = UEFI_DRIVER\r
26 VERSION_STRING = 1.0\r
27\r
28 ENTRY_POINT = InitializeBiosKeyboard\r
29\r
30#\r
31# The following information is for reference only and not required by the build tools.\r
32#\r
64bbf1de 33# VALID_ARCHITECTURES = IA32 X64 EBC\r
bcecde14 34#\r
35# DRIVER_BINDING = gBiosKeyboardDriverBinding\r
36# COMPONENT_NAME = gBiosKeyboardComponentName\r
37#\r
38\r
39[Sources]\r
40 ComponentName.c\r
41 ComponentName.h\r
42 BiosKeyboard.c\r
43 BiosKeyboard.h\r
44\r
45\r
46[Packages]\r
47 MdePkg/MdePkg.dec\r
79de429f 48 MdeModulePkg/MdeModulePkg.dec\r
bcecde14 49 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
50 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
51\r
52\r
53[LibraryClasses]\r
54 MemoryAllocationLib\r
55 UefiBootServicesTableLib\r
56 UefiDriverEntryPoint\r
57 ReportStatusCodeLib\r
58 BaseMemoryLib\r
59 UefiLib\r
60 DebugLib\r
61 BaseLib\r
f6c014fb 62 PcdLib\r
d057d8c4 63 DxeServicesTableLib\r
bcecde14 64\r
65[Protocols]\r
f9841f04
SZ
66 gEfiIsaIoProtocolGuid ## TO_START\r
67 gEfiSimpleTextInProtocolGuid ## BY_START\r
68 gEfiSimpleTextInputExProtocolGuid ## BY_START\r
69 gEfiLegacyBiosProtocolGuid ## CONSUMES\r
70 gEfiPs2PolicyProtocolGuid ## SOMETIMES_CONSUMES\r
bcecde14 71\r
f6c014fb 72[FeaturePcd]\r
79de429f 73 gEfiMdeModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|FALSE ## CONSUMES\r
4ccfd305 74\r
75[Pcd]\r
79de429f 76 gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection ## SOMETIMES_CONSUMES\r
f9841f04
SZ
77\r
78[UserExtensions.TianoCore."ExtraFiles"]\r
79 KeyboardDxeExtra.uni\r