]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
1. EDK_RELEASE_VERSION removed;
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseAbsolutePointerDxe / Ps2MouseAbsolutePointerDxe.inf
CommitLineData
afd0fe22 1#/** @file\r
2# Ps2 Mouse Simulate TouchPad Driver\r
3#\r
4# This dirver directly uses IsaIo protocol service to support a faked Ps2 TouchPad work.\r
4ee6846f 5# Copyright (c) 2006 - 2009, Intel Corporation.\r
afd0fe22 6#\r
afd0fe22 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 = Ps2MouseAbsolutePointerDxe\r
21 FILE_GUID = 2899C94A-1FB6-4b1a-B96B-8364975303E0\r
1a8802f7 22 MODULE_TYPE = UEFI_DRIVER\r
afd0fe22 23 VERSION_STRING = 1.0\r
afd0fe22 24 EFI_SPECIFICATION_VERSION = 0x00020000\r
afd0fe22 25 ENTRY_POINT = InitializePs2MouseAbsolutePointer\r
26\r
27# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
28\r
29[Sources.common]\r
30 ComponentName.c\r
31 CommPs2.h\r
32 CommPs2.c\r
33 Ps2MouseAbsolutePointer.h\r
34 Ps2MouseAbsolutePointer.c\r
35\r
36[Packages]\r
37 MdePkg/MdePkg.dec\r
38 MdeModulePkg/MdeModulePkg.dec\r
39 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
40 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
41\r
42[LibraryClasses]\r
43 ReportStatusCodeLib\r
44 UefiBootServicesTableLib\r
45 MemoryAllocationLib\r
46 BaseMemoryLib\r
47 UefiLib\r
48 UefiDriverEntryPoint\r
49 DebugLib\r
50\r
51[Protocols]\r
52 gEfiIsaIoProtocolGuid # PROTOCOL TO_START\r
53 gEfiAbsolutePointerProtocolGuid # PROTOCOL BY_START\r
54 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
55\r
1a8802f7 56\r