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