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