]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Bus/Usb/UsbMouseDxe/UsbMouseDxe.inf
MdeModulePkg: Removing ipf which is no longer supported from edk2.
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseDxe / UsbMouseDxe.inf
CommitLineData
6bfbb5f0 1## @file\r
29129ce4 2# USB Mouse Driver that manages USB mouse and produces Simple Pointer Protocol.\r
ed838d0c 3#\r
7772b176 4# USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces\r
5# Simple 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
ed838d0c 13#\r
cd5ebaa0 14# This program and the accompanying materials\r
ed838d0c 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
ed838d0c 24\r
ed838d0c 25[Defines]\r
26 INF_VERSION = 0x00010005\r
27 BASE_NAME = UsbMouseDxe\r
6036e94d 28 MODULE_UNI_FILE = UsbMouseDxe.uni\r
ed838d0c 29 FILE_GUID = 2D2E62AA-9ECF-43b7-8219-94E7FC713DFE\r
d3f16117 30 MODULE_TYPE = UEFI_DRIVER\r
ed838d0c 31 VERSION_STRING = 1.0\r
ed838d0c 32 ENTRY_POINT = USBMouseDriverBindingEntryPoint\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
ed838d0c 38#\r
d1102dba 39# DRIVER_BINDING = gUsbMouseDriverBinding\r
d354ab7f 40# COMPONENT_NAME = gUsbMouseComponentName\r
41# COMPONENT_NAME2 = gUsbMouseComponentName2\r
42#\r
ed838d0c 43\r
6bfbb5f0 44[Sources]\r
ed838d0c 45 ComponentName.c\r
0c36e4c1 46 MouseHid.c\r
0c36e4c1 47 UsbMouse.c\r
48 UsbMouse.h\r
ed838d0c 49\r
ed838d0c 50[Packages]\r
51 MdePkg/MdePkg.dec\r
ed838d0c 52\r
ed838d0c 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
ed838d0c 61\r
ed838d0c 62[Protocols]\r
7772b176 63 gEfiUsbIoProtocolGuid ## TO_START\r
64 gEfiDevicePathProtocolGuid ## TO_START\r
65 gEfiSimplePointerProtocolGuid ## BY_START\r
ed838d0c 66\r
7772b176 67# [Event]\r
6036e94d 68# EVENT_TYPE_RELATIVE_TIMER ## CONSUMES\r
7772b176 69#\r
ed838d0c 70\r
6036e94d
SZ
71[UserExtensions.TianoCore."ExtraFiles"]\r
72 UsbMouseDxeExtra.uni\r