]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
1. EDK_RELEASE_VERSION removed;
[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 - 2009, Intel Corporation.
6 #
7 # All rights reserved. This program and the accompanying materials
8 # are licensed and made available under the terms and conditions of the BSD License
9 # which accompanies this distribution. The full text of the license may be found at
10 # http://opensource.org/licenses/bsd-license.php
11 #
12 # THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
13 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
14 #
15 #
16 #**/
17
18 [Defines]
19 INF_VERSION = 0x00010005
20 BASE_NAME = Ps2MouseDxe
21 FILE_GUID = 202A2B0E-9A31-4812-B291-8747DF152439
22 MODULE_TYPE = UEFI_DRIVER
23 VERSION_STRING = 1.0
24 EFI_SPECIFICATION_VERSION = 0x00020000
25 ENTRY_POINT = InitializePs2Mouse
26
27 # VALID_ARCHITECTURES = IA32 X64 IPF EBC
28
29 [Sources.common]
30 ComponentName.c
31 CommPs2.h
32 CommPs2.c
33 Ps2Mouse.h
34 Ps2Mouse.c
35
36 [Packages]
37 MdePkg/MdePkg.dec
38 MdeModulePkg/MdeModulePkg.dec
39 IntelFrameworkPkg/IntelFrameworkPkg.dec
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec
41
42 [LibraryClasses]
43 ReportStatusCodeLib
44 UefiBootServicesTableLib
45 MemoryAllocationLib
46 BaseMemoryLib
47 UefiLib
48 UefiDriverEntryPoint
49 DebugLib
50
51 [Protocols]
52 gEfiIsaIoProtocolGuid # PROTOCOL TO_START
53 gEfiSimplePointerProtocolGuid # PROTOCOL BY_START
54 gEfiDevicePathProtocolGuid # PROTOCOL TO_START
55
56