]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2Mouse.inf
60a1fcf0af2c7e5a24be8dabcd511bea1363059c
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseDxe / Ps2Mouse.inf
1 #/** @file
2 # Ps2 Mouse Driver
3 #
4 # This dirver directly uses IsaIo protocol service to support Ps2 mouse 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 = Ps2Mouse
27 FILE_GUID = 202A2B0E-9A31-4812-B291-8747DF152439
28 MODULE_TYPE = DXE_DRIVER
29 VERSION_STRING = 1.0
30 EDK_RELEASE_VERSION = 0x00020000
31 EFI_SPECIFICATION_VERSION = 0x00020000
32
33 ENTRY_POINT = InitializePs2Mouse
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 = gPS2MouseDriver
41 # COMPONENT_NAME = gPs2MouseComponentName
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_RELATIVE_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 CommPs2.h
58 CommPs2.c
59 Ps2Mouse.h
60 Ps2Mouse.c
61 CommonHeader.h
62 EntryPoint.c
63
64
65 ################################################################################
66 #
67 # Package Dependency Section - list of Package files that are required for
68 # this module.
69 #
70 ################################################################################
71
72 [Packages]
73 MdePkg/MdePkg.dec
74 MdeModulePkg/MdeModulePkg.dec
75 IntelFrameworkPkg/IntelFrameworkPkg.dec
76 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
77
78
79 ################################################################################
80 #
81 # Library Class Section - list of Library Classes that are required for
82 # this module.
83 #
84 ################################################################################
85
86 [LibraryClasses]
87 ReportStatusCodeLib
88 UefiBootServicesTableLib
89 MemoryAllocationLib
90 BaseMemoryLib
91 UefiLib
92 UefiDriverEntryPoint
93 DebugLib
94
95
96 ################################################################################
97 #
98 # Protocol C Name Section - list of Protocol and Protocol Notify C Names
99 # that this module uses or produces.
100 #
101 ################################################################################
102
103 [Protocols]
104 gEfiIsaIoProtocolGuid # PROTOCOL TO_START
105 gEfiSimplePointerProtocolGuid # PROTOCOL BY_START
106 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
107