]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf
Update some module INF files in IntelFrameworkModulePkg to UEFI_DRIVER
[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
5# Copyright (c) 2006 - 2007, Intel Corporation.\r
6#\r
7# Copyright (c) 2006 - 2007, Intel Corporation\r
8# All rights reserved. This program and the accompanying materials\r
9# are licensed and made available under the terms and conditions of the BSD License\r
10# which accompanies this distribution. The full text of the license may be found at\r
11# http://opensource.org/licenses/bsd-license.php\r
12#\r
13# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
14# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
15#\r
16#\r
17#**/\r
18\r
19[Defines]\r
20 INF_VERSION = 0x00010005\r
21 BASE_NAME = Ps2MouseAbsolutePointerDxe\r
22 FILE_GUID = 2899C94A-1FB6-4b1a-B96B-8364975303E0\r
1a8802f7 23 MODULE_TYPE = UEFI_DRIVER\r
afd0fe22 24 VERSION_STRING = 1.0\r
25 EDK_RELEASE_VERSION = 0x00020000\r
26 EFI_SPECIFICATION_VERSION = 0x00020000\r
27\r
28 ENTRY_POINT = InitializePs2MouseAbsolutePointer\r
29\r
30# VALID_ARCHITECTURES = IA32 X64 IPF EBC\r
31\r
32[Sources.common]\r
33 ComponentName.c\r
34 CommPs2.h\r
35 CommPs2.c\r
36 Ps2MouseAbsolutePointer.h\r
37 Ps2MouseAbsolutePointer.c\r
38\r
39[Packages]\r
40 MdePkg/MdePkg.dec\r
41 MdeModulePkg/MdeModulePkg.dec\r
42 IntelFrameworkPkg/IntelFrameworkPkg.dec\r
43 IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
44\r
45[LibraryClasses]\r
46 ReportStatusCodeLib\r
47 UefiBootServicesTableLib\r
48 MemoryAllocationLib\r
49 BaseMemoryLib\r
50 UefiLib\r
51 UefiDriverEntryPoint\r
52 DebugLib\r
53\r
54[Protocols]\r
55 gEfiIsaIoProtocolGuid # PROTOCOL TO_START\r
56 gEfiAbsolutePointerProtocolGuid # PROTOCOL BY_START\r
57 gEfiDevicePathProtocolGuid # PROTOCOL TO_START\r
58\r
1a8802f7 59\r