]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2KeyboardDxe/Ps2keyboardDxe.inf
b5f018639e300d8ad77814852c9f356ac06782e0
[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 ################################################################################
20 #
21 # Defines Section - statements that will be processed to create a Makefile.
22 #
23 ################################################################################
24 [Defines]
25 INF_VERSION = 0x00010005
26 BASE_NAME = Ps2Keyboard
27 FILE_GUID = 3DC82376-637B-40a6-A8FC-A565417F2C38
28 MODULE_TYPE = DXE_DRIVER
29 VERSION_STRING = 1.0
30 EDK_RELEASE_VERSION = 0x00020000
31 EFI_SPECIFICATION_VERSION = 0x00020000
32
33 ENTRY_POINT = InitializePs2Keyboard
34
35 #
36 # The following information is for reference only and not required by the build tools.
37 #
38 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
39 #
40 # DRIVER_BINDING = gKeyboardControllerDriver
41 # COMPONENT_NAME = gPs2KeyboardComponentName
42 # Create Event Guid C Name: Event Type: EVENT_TYPE_RELATIVE_TIMER
43 # Create Event Guid C Name: Event Type: EVENT_TYPE_PERIODIC_TIMER
44 #
45 # Signal Event Guid C Name: Event Type: EVENT_TYPE_PERIODIC_TIMER
46 #
47 #
48
49 ################################################################################
50 #
51 # Sources Section - list of files that are required for the build to succeed.
52 #
53 ################################################################################
54
55 [Sources.common]
56 ComponentName.c
57 Ps2Keyboard.h
58 Ps2KbdCtrller.c
59 Ps2KbdTextIn.c
60 Ps2Keyboard.c
61 EntryPoint.c
62
63
64 ################################################################################
65 #
66 # Package Dependency Section - list of Package files that are required for
67 # this module.
68 #
69 ################################################################################
70
71 [Packages]
72 MdePkg/MdePkg.dec
73 MdeModulePkg/MdeModulePkg.dec
74 IntelFrameworkPkg/IntelFrameworkPkg.dec
75 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
76
77
78 ################################################################################
79 #
80 # Library Class Section - list of Library Classes that are required for
81 # this module.
82 #
83 ################################################################################
84
85 [LibraryClasses]
86 MemoryAllocationLib
87 UefiRuntimeServicesTableLib
88 DebugLib
89 ReportStatusCodeLib
90 UefiBootServicesTableLib
91 UefiLib
92 UefiDriverEntryPoint
93
94
95 ################################################################################
96 #
97 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
98 # that this module uses or produces.
99 #
100 ################################################################################
101
102 [Protocols]
103 gEfiPs2PolicyProtocolGuid # PROTOCOL TO_START
104 gEfiIsaIoProtocolGuid # PROTOCOL TO_START
105 gEfiSimpleTextInProtocolGuid # PROTOCOL BY_START
106 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
107