]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Csm/BiosThunk/KeyboardDxe/KeyboardDxe.inf
Add a PcdPs2KbdExtendedVerification to let user to choose whether extend reset for...
[mirror_edk2.git] / IntelFrameworkModulePkg / Csm / BiosThunk / KeyboardDxe / KeyboardDxe.inf
1 ## @file
2 # Component description file for BiosKeyboard module.
3 #
4 # Ps2 Keyboard driver by using Legacy Bios protocol service and IsaIo protocol service.
5 # This dirver uses legacy INT16 to get the key stroke status.
6 #
7 # Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
8 #
9 # This program and the accompanying materials
10 # are licensed and made available under the terms and conditions
11 # of the BSD License which accompanies this distribution. The
12 # full text of the license may be found at
13 # http://opensource.org/licenses/bsd-license.php
14 #
15 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
16 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = KeyboardDxe
23 FILE_GUID = 5479662B-6AE4-49e8-A6BD-6DE4B625811F
24 MODULE_TYPE = UEFI_DRIVER
25 VERSION_STRING = 1.0
26
27 ENTRY_POINT = InitializeBiosKeyboard
28
29 #
30 # The following information is for reference only and not required by the build tools.
31 #
32 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
33 #
34 # DRIVER_BINDING = gBiosKeyboardDriverBinding
35 # COMPONENT_NAME = gBiosKeyboardComponentName
36 #
37
38 [Sources]
39 ComponentName.c
40 ComponentName.h
41 BiosKeyboard.c
42 BiosKeyboard.h
43
44
45 [Packages]
46 MdePkg/MdePkg.dec
47 IntelFrameworkPkg/IntelFrameworkPkg.dec
48 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
49
50
51 [LibraryClasses]
52 MemoryAllocationLib
53 UefiBootServicesTableLib
54 UefiDriverEntryPoint
55 ReportStatusCodeLib
56 BaseMemoryLib
57 UefiLib
58 DebugLib
59 BaseLib
60 PcdLib
61
62 [Protocols]
63 gEfiIsaIoProtocolGuid # PROTOCOL TO_START
64 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
65 gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
66 gEfiLegacyBiosProtocolGuid # PROTOCOL TO_START
67 gEfiPs2PolicyProtocolGuid # PROTOCOL ALWAYS_CONSUMED
68 gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
69
70 [FeaturePcd]
71 gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2KbdExtendedVerification|FALSE