]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / KeyboardDxe / KeyboardDxe.inf
CommitLineData
bcecde14 1## @file\r
2# Component description file for BiosKeyboard module.\r
3#\r
4# Ps2 Keyboard driver by using Legacy Bios protocol service and IsaIo protocol service.\r
5# This dirver uses legacy INT16 to get the key stroke status.\r
6#\r
f6c014fb 7# Copyright (c) 2006 - 2011, 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
23 FILE_GUID = 5479662B-6AE4-49e8-A6BD-6DE4B625811F\r
24 MODULE_TYPE = UEFI_DRIVER\r
25 VERSION_STRING = 1.0\r
26\r
27 ENTRY_POINT = InitializeBiosKeyboard\r
28\r
29#\r
30# The following information is for reference only and not required by the build tools.\r
31#\r
32# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
33#\r
34# DRIVER_BINDING = gBiosKeyboardDriverBinding\r
35# COMPONENT_NAME = gBiosKeyboardComponentName\r
36#\r
37\r
38[Sources]\r
39 ComponentName.c\r
40 ComponentName.h\r
41 BiosKeyboard.c\r
42 BiosKeyboard.h\r
43\r
44\r
45[Packages]\r
46 MdePkg/MdePkg.dec\r
47 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
48 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
49\r
50\r
51[LibraryClasses]\r
52 MemoryAllocationLib\r
53 UefiBootServicesTableLib\r
54 UefiDriverEntryPoint\r
55 ReportStatusCodeLib\r
56 BaseMemoryLib\r
57 UefiLib\r
58 DebugLib\r
59 BaseLib\r
f6c014fb 60 PcdLib\r
bcecde14 61\r
62[Protocols]\r
63 gEfiIsaIoProtocolGuid # PROTOCOL TO_START\r
64 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START\r
65 gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START\r
66 gEfiLegacyBiosProtocolGuid # PROTOCOL TO_START\r
67 gEfiPs2PolicyProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
68 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED\r
69\r
f6c014fb 70[FeaturePcd]\r
4ccfd305 71 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|FALSE\r
72\r
73[Pcd]\r
74 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdFastPS2Detection