]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
1. EDK_RELEASE_VERSION removed;
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2KeyboardDxe / Ps2keyboardDxe.inf
CommitLineData
05fbd06d 1#/** @file\r
2# Ps2 Keyboard Driver\r
3#\r
4# This dirver directly uses IsaIo protocol service to support KeyBoard work.\r
4ee6846f 5# Copyright (c) 2006 - 2009, Intel Corporation.\r
05fbd06d 6#\r
df0dcb5e 7# All rights reserved. This program and the accompanying materials\r
8# are licensed and made available under the terms and conditions of the BSD License\r
9# which accompanies this distribution. The full text of the license may be found at\r
10# http://opensource.org/licenses/bsd-license.php\r
11#\r
12# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
13# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
05fbd06d 14#\r
15#\r
16#**/\r
17\r
05fbd06d 18[Defines]\r
19 INF_VERSION = 0x00010005\r
c21fc3e8 20 BASE_NAME = Ps2KeyboardDxe\r
05fbd06d 21 FILE_GUID = 3DC82376-637B-40a6-A8FC-A565417F2C38\r
1a8802f7 22 MODULE_TYPE = UEFI_DRIVER\r
05fbd06d 23 VERSION_STRING = 1.0\r
05fbd06d 24 EFI_SPECIFICATION_VERSION = 0x00020000\r
05fbd06d 25 ENTRY_POINT = InitializePs2Keyboard\r
26\r
05fbd06d 27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
05fbd06d 28\r
29[Sources.common]\r
30 ComponentName.c\r
31 Ps2Keyboard.h\r
32 Ps2KbdCtrller.c\r
33 Ps2KbdTextIn.c\r
34 Ps2Keyboard.c\r
05fbd06d 35\r
36\r
05fbd06d 37[Packages]\r
38 MdePkg/MdePkg.dec\r
05fbd06d 39 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
41\r
05fbd06d 42[LibraryClasses]\r
43 MemoryAllocationLib\r
44 UefiRuntimeServicesTableLib\r
45 DebugLib\r
46 ReportStatusCodeLib\r
47 UefiBootServicesTableLib\r
48 UefiLib\r
49 UefiDriverEntryPoint\r
f3d1e940 50 BaseLib\r
51 BaseMemoryLib\r
05fbd06d 52\r
05fbd06d 53[Protocols]\r
54 gEfiPs2PolicyProtocolGuid # PROTOCOL TO_START\r
55 gEfiIsaIoProtocolGuid # PROTOCOL TO_START\r
56 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START\r
f3d1e940 57 gEfiSimpleTextInputExProtocolGuid # PROTOCOL BY_START\r
05fbd06d 58 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
f3d1e940 59\r
1a8802f7 60\r