]> git.proxmox.com Git - mirror_edk2.git/blame_incremental - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
Correct DriverSample ConfigAcess protocol ExtractConfig interface.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseDxe / Ps2MouseDxe.inf
... / ...
CommitLineData
1#/** @file\r
2# Ps2 Mouse Driver.\r
3#\r
4# This dirver directly uses IsaIo protocol service to support Ps2 mouse work.\r
5# Copyright (c) 2006 - 2009, Intel Corporation.\r
6#\r
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
14#\r
15#\r
16#**/\r
17\r
18[Defines]\r
19 INF_VERSION = 0x00010005\r
20 BASE_NAME = Ps2MouseDxe\r
21 FILE_GUID = 202A2B0E-9A31-4812-B291-8747DF152439\r
22 MODULE_TYPE = UEFI_DRIVER\r
23 VERSION_STRING = 1.0\r
24 ENTRY_POINT = InitializePs2Mouse\r
25\r
26#\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28# DRIVER_BINDING = gPS2MouseDriver;\r
29# COMPONENT_NAME = gPs2MouseComponentName;\r
30# COMPONENT_NAME2 = gPs2MouseComponentName2;\r
31#\r
32\r
33[Sources.common]\r
34 ComponentName.c\r
35 CommPs2.h\r
36 CommPs2.c\r
37 Ps2Mouse.h\r
38 Ps2Mouse.c\r
39\r
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
46[LibraryClasses]\r
47 ReportStatusCodeLib\r
48 UefiBootServicesTableLib\r
49 MemoryAllocationLib\r
50 BaseMemoryLib\r
51 UefiLib\r
52 UefiDriverEntryPoint\r
53 DebugLib\r
54\r
55[Protocols]\r
56 gEfiIsaIoProtocolGuid # PROTOCOL TO_START\r
57 gEfiSimplePointerProtocolGuid # PROTOCOL BY_START\r
58 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
59\r
60\r
61# [Event]\r
62# ##\r
63# # Event will be signaled for WaitForKey event.\r
64# #\r
65# EVT_NOTIFY_WAIT ## PRODUCES\r
66#\r
67# ##\r
68# # Event will be used to poll mouse state.\r
69# #\r
70# EVT_NOTIFY_SIGNAL ## PRODUCES