Code Scrub for USB Mouse Absolute Pointer Driver.

git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@7163 6f19259b-4bc3-4df7-8a09-765794883524
This commit is contained in:
xli24
2008-12-31 07:32:33 +00:00
parent 03bd58dc4b
commit 67b8a9ce2f
6 changed files with 908 additions and 969 deletions

View File

@@ -1,8 +1,7 @@
#/** @file
# Component name for module UsbMouseAbsolutePointerDxe
# USB Mouse Driver that manages USB mouse and produces Absolute Pointer Protocol.
#
# FIX ME!
# Copyright (c) 2006, Intel Corporation.
# Copyright (c) 2006 - 2008, Intel Corporation.
#
# All rights reserved. This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -33,11 +32,11 @@
# COMPONENT_NAME = gUsbMouseAbsolutePointerComponentName
# COMPONENT_NAME2 = gUsbMouseAbsolutePointerComponentName2
#
[Sources.common]
mousehid.h
ComponentName.c
MouseHid.c
UsbMouseAbsolutePointer.c
mousehid.c
UsbMouseAbsolutePointer.h
[Packages]
@@ -54,9 +53,9 @@
UefiUsbLib
[Protocols]
gEfiUsbIoProtocolGuid # PROTOCOL ALWAYS_CONSUMED
gEfiDevicePathProtocolGuid # PROTOCOL ALWAYS_CONSUMED
gEfiAbsolutePointerProtocolGuid # PROTOCOL ALWAYS_CONSUMED
gEfiUsbIoProtocolGuid # PROTOCOL TO_START
gEfiDevicePathProtocolGuid # PROTOCOL TO_START
gEfiAbsolutePointerProtocolGuid # PROTOCOL BY_START
[FixedPcd]
gEfiMdePkgTokenSpaceGuid.PcdStatusCodeValueMouseInterfaceError