]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / KeyboardDxe / KeyboardDxe.inf
CommitLineData
bcecde14 1## @file\r
f9841f04 2# Ps2 Keyboard driver.\r
bcecde14 3#\r
f9841f04
SZ
4# Ps2 Keyboard driver by using Legacy Bios protocol service and IsaIo protocol \r
5# service. This dirver uses legacy INT16 to get the key stroke status.\r
bcecde14 6#\r
f9841f04 7# Copyright (c) 2006 - 2014, 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
33# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
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
48 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
49 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
50\r
51\r
52[LibraryClasses]\r
53 MemoryAllocationLib\r
54 UefiBootServicesTableLib\r
55 UefiDriverEntryPoint\r
56 ReportStatusCodeLib\r
57 BaseMemoryLib\r
58 UefiLib\r
59 DebugLib\r
60 BaseLib\r
f6c014fb 61 PcdLib\r
bcecde14 62\r
63[Protocols]\r
f9841f04
SZ
64 gEfiIsaIoProtocolGuid ## TO_START\r
65 gEfiSimpleTextInProtocolGuid ## BY_START\r
66 gEfiSimpleTextInputExProtocolGuid ## BY_START\r
67 gEfiLegacyBiosProtocolGuid ## CONSUMES\r
68 gEfiPs2PolicyProtocolGuid ## SOMETIMES_CONSUMES\r
bcecde14 69\r
f6c014fb 70[FeaturePcd]\r
f9841f04 71 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|FALSE ## CONSUMES\r
4ccfd305 72\r
73[Pcd]\r
f9841f04
SZ
74 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFastPS2Detection ## SOMETIMES_CONSUMES\r
75\r
76[UserExtensions.TianoCore."ExtraFiles"]\r
77 KeyboardDxeExtra.uni\r