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