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