]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
Clean up the Isa related DXE in IntelFrameworkMoudlePkg.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseDxe / Ps2MouseDxe.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 [Defines]
20 INF_VERSION = 0x00010005
21 BASE_NAME = Ps2MouseDxe
22 FILE_GUID = 202A2B0E-9A31-4812-B291-8747DF152439
23 MODULE_TYPE = DXE_DRIVER
24 VERSION_STRING = 1.0
25 EDK_RELEASE_VERSION = 0x00020000
26 EFI_SPECIFICATION_VERSION = 0x00020000
27
28 ENTRY_POINT = InitializePs2Mouse
29
30 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
31
32 [Sources.common]
33 ComponentName.c
34 CommPs2.h
35 CommPs2.c
36 Ps2Mouse.h
37 Ps2Mouse.c
38
39 [Packages]
40 MdePkg/MdePkg.dec
41 MdeModulePkg/MdeModulePkg.dec
42 IntelFrameworkPkg/IntelFrameworkPkg.dec
43 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
44
45 [LibraryClasses]
46 ReportStatusCodeLib
47 UefiBootServicesTableLib
48 MemoryAllocationLib
49 BaseMemoryLib
50 UefiLib
51 UefiDriverEntryPoint
52 DebugLib
53
54 [Protocols]
55 gEfiIsaIoProtocolGuid # PROTOCOL TO_START
56 gEfiSimplePointerProtocolGuid # PROTOCOL BY_START
57 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
58