]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
Update the copyright notice format
[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. All rights reserved.<BR>
8 #
9 # 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 ENTRY_POINT = InitializePs2Keyboard
27
28 #
29 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
30 # DRIVER_BINDING = gKeyboardControllerDriver;
31 # COMPONENT_NAME = gPs2KeyboardComponentName;
32 # COMPONENT_NAME2 = gPs2KeyboardComponentName2;
33 #
34
35 [Sources]
36 ComponentName.c
37 Ps2Keyboard.h
38 Ps2KbdCtrller.c
39 Ps2KbdTextIn.c
40 Ps2Keyboard.c
41
42
43 [Packages]
44 MdePkg/MdePkg.dec
45 IntelFrameworkPkg/IntelFrameworkPkg.dec
46 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
47
48 [LibraryClasses]
49 MemoryAllocationLib
50 UefiRuntimeServicesTableLib
51 DebugLib
52 ReportStatusCodeLib
53 UefiBootServicesTableLib
54 UefiLib
55 UefiDriverEntryPoint
56 BaseLib
57 BaseMemoryLib
58 TimerLib
59
60 [Protocols]
61 gEfiPs2PolicyProtocolGuid # PROTOCOL TO_START
62 gEfiIsaIoProtocolGuid # PROTOCOL TO_START
63 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
64 gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START
65 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
66
67 # [Event]
68 # ##
69 # # Event will be signaled for WaitForKey event.
70 # #
71 # EVT_NOTIFY_WAIT ## PRODUCES
72 #
73 # ##
74 # # Event will be used to poll mouse state.
75 # #
76 # EVT_NOTIFY_SIGNAL ## PRODUCES