]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseAbsolutePointerDxe / UsbMouseAbsolutePointerDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
67b8a9ce 2# USB Mouse Driver that manages USB mouse and produces Absolute Pointer Protocol.\r
09f72ae8 3#\r
7772b176 4# USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces\r
5# Absolute Pointer Protocol on USB mouse devices.\r
6# It manages the USB mouse device via Asynchronous Interrupt Transfer of USB I/O Protocol,\r
7# and parses the data according to USB HID Specification.\r
8# This module refers to following specifications:\r
9# 1. Universal Serial Bus HID Firmware Specification, ver 1.11\r
10# 2. UEFI Specification, v2.1\r
11#\r
d1102dba 12# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
09f72ae8 13#\r
cd5ebaa0 14# This program and the accompanying materials\r
09f72ae8 15# are licensed and made available under the terms and conditions of the BSD License\r
16# which accompanies this distribution. The full text of the license may be found at\r
17# http://opensource.org/licenses/bsd-license.php\r
18#\r
19# THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
20# WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
21#\r
22#\r
6bfbb5f0 23##\r
09f72ae8 24\r
25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = UsbMouseAbsolutePointerDxe\r
6036e94d 28 MODULE_UNI_FILE = UsbMouseAbsolutePointerDxe.uni\r
09f72ae8 29 FILE_GUID = 4EA43463-747C-46eb-97FB-B0E5C5F05306\r
d3f16117 30 MODULE_TYPE = UEFI_DRIVER\r
09f72ae8 31 VERSION_STRING = 1.0\r
09f72ae8 32 ENTRY_POINT = USBMouseAbsolutePointerDriverBindingEntryPoint\r
33\r
34#\r
35# The following information is for reference only and not required by the build tools.\r
36#\r
de005223 37# VALID_ARCHITECTURES = IA32 X64 EBC\r
09f72ae8 38#\r
d1102dba 39# DRIVER_BINDING = gUsbMouseAbsolutePointerDriverBinding\r
d354ab7f 40# COMPONENT_NAME = gUsbMouseAbsolutePointerComponentName\r
41# COMPONENT_NAME2 = gUsbMouseAbsolutePointerComponentName2\r
42#\r
67b8a9ce 43\r
6bfbb5f0 44[Sources]\r
09f72ae8 45 ComponentName.c\r
67b8a9ce 46 MouseHid.c\r
09f72ae8 47 UsbMouseAbsolutePointer.c\r
09f72ae8 48 UsbMouseAbsolutePointer.h\r
49\r
50[Packages]\r
51 MdePkg/MdePkg.dec\r
52\r
53[LibraryClasses]\r
54 MemoryAllocationLib\r
55 UefiLib\r
56 UefiBootServicesTableLib\r
57 UefiDriverEntryPoint\r
58 BaseMemoryLib\r
59 ReportStatusCodeLib\r
dfb74df5 60 UefiUsbLib\r
09f72ae8 61\r
62[Protocols]\r
7772b176 63 gEfiUsbIoProtocolGuid ## TO_START\r
64 gEfiDevicePathProtocolGuid ## TO_START\r
65 gEfiAbsolutePointerProtocolGuid ## BY_START\r
09f72ae8 66\r
7772b176 67# [Event]\r
6036e94d 68# EVENT_TYPE_RELATIVE_TIMER ## CONSUMES\r
7772b176 69#\r
09f72ae8 70\r
6036e94d
SZ
71[UserExtensions.TianoCore."ExtraFiles"]\r
72 UsbMouseAbsolutePointerDxeExtra.uni\r