]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
f11670ae086852a3b2d50d27e06639a47569b7a9
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2KeyboardDxe / Ps2keyboardDxe.inf
1 ## @file
2 # Ps2 Keyboard UEFI Driver which produce gEfiSimpleTextInProtocolGuid and gEfiSimpleTextInputExProtocolGuid
3 # protocol.
4 # The keyboard type implemented follows IBM compatible PS2 protocol, with Scan Codes Set 1.
5 #
6 # This dirver directly uses IsaIo protocol service to support KeyBoard work.
7 # Copyright (c) 2006 - 2010, Intel Corporation.
8 #
9 # All rights reserved. This program and the accompanying materials
10 # are licensed and made available under the terms and conditions of the BSD License
11 # which accompanies this distribution. The full text of the license may be found at
12 # http://opensource.org/licenses/bsd-license.php
13 #
14 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
15 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
16 #
17 #
18 ##
19
20 [Defines]
21 INF_VERSION = 0x00010005
22 BASE_NAME = Ps2KeyboardDxe
23 FILE_GUID = 3DC82376-637B-40a6-A8FC-A565417F2C38
24 MODULE_TYPE = UEFI_DRIVER
25 VERSION_STRING = 1.0
26 EFI_SPECIFICATION_VERSION = 0x00020000
27 ENTRY_POINT = InitializePs2Keyboard
28
29 #
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31 # DRIVER_BINDING = gKeyboardControllerDriver;
32 # COMPONENT_NAME = gPs2KeyboardComponentName;
33 # COMPONENT_NAME2 = gPs2KeyboardComponentName2;
34 #
35
36 [Sources]
37 ComponentName.c
38 Ps2Keyboard.h
39 Ps2KbdCtrller.c
40 Ps2KbdTextIn.c
41 Ps2Keyboard.c
42
43
44 [Packages]
45 MdePkg/MdePkg.dec
46 IntelFrameworkPkg/IntelFrameworkPkg.dec
47 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
48
49 [LibraryClasses]
50 MemoryAllocationLib
51 UefiRuntimeServicesTableLib
52 DebugLib
53 ReportStatusCodeLib
54 UefiBootServicesTableLib
55 UefiLib
56 UefiDriverEntryPoint
57 BaseLib
58 BaseMemoryLib
59 TimerLib
60
61 [Protocols]
62 gEfiPs2PolicyProtocolGuid # PROTOCOL TO_START
63 gEfiIsaIoProtocolGuid # PROTOCOL TO_START
64 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
65 gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
66 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
67
68 # [Event]
69 # ##
70 # # Event will be signaled for WaitForKey event.
71 # #
72 # EVT_NOTIFY_WAIT ## PRODUCES
73 #
74 # ##
75 # # Event will be used to poll mouse state.
76 # #
77 # EVT_NOTIFY_SIGNAL ## PRODUCES