]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
IntelFrameworkModulePkg/KeyboardDxe: Use macro to enable/disable page 0
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / KeyboardDxe / KeyboardDxe.inf
... / ...
CommitLineData
1## @file\r
2# Ps2 Keyboard driver.\r
3#\r
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
6#\r
7# Copyright (c) 2006 - 2016, Intel Corporation. All rights reserved.<BR>\r
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
23 MODULE_UNI_FILE = KeyboardDxe.uni\r
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 MdeModulePkg/MdeModulePkg.dec\r
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
62 PcdLib\r
63 DxeServicesTableLib\r
64\r
65[Protocols]\r
66 gEfiIsaIoProtocolGuid ## TO_START\r
67 gEfiSimpleTextInProtocolGuid ## BY_START\r
68 gEfiSimpleTextInputExProtocolGuid ## BY_START\r
69 gEfiLegacyBiosProtocolGuid ## CONSUMES\r
70 gEfiPs2PolicyProtocolGuid ## SOMETIMES_CONSUMES\r
71\r
72[FeaturePcd]\r
73 gEfiMdeModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|FALSE ## CONSUMES\r
74\r
75[Pcd]\r
76 gEfiMdeModulePkgTokenSpaceGuid.PcdFastPS2Detection ## SOMETIMES_CONSUMES\r
77\r
78[UserExtensions.TianoCore."ExtraFiles"]\r
79 KeyboardDxeExtra.uni\r