diff options
author | Zeng, Star <star.zeng@intel.com> | 2014-08-28 06:58:44 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-28 06:58:44 +0000 |
commit | f9841f04ad2d3ce1157103f97ef7c2bc5979f1de (patch) | |
tree | 9068d2c470c5289fb1b479225e0738831fe01085 /IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe | |
parent | f3ae2bcfefd93b65bfaa85883d8bac5d41cb7ba8 (diff) | |
download | edk2-platforms-f9841f04ad2d3ce1157103f97ef7c2bc5979f1de.tar.xz |
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
1. Usage information in INF file comment blocks are either incomplete or incorrect.
This includes usage information for Protocols/PPIs/GUIDs/PCDs/HOBs/Events/BootModes.
The syntax for usage information in comment blocks is defined in the EDK II Module Information (INF) Specification
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Zeng, Star <star.zeng@intel.com>
Reviewed-by: Gao, Liming <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15966 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe')
-rw-r--r-- | IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf | 22 |
1 files changed, 13 insertions, 9 deletions
diff --git a/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf b/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf index d93a0045f4..be16671a2f 100644 --- a/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf +++ b/IntelFrameworkModulePkg/Bus/Isa/Ps2MouseAbsolutePointerDxe/Ps2MouseAbsolutePointerDxe.inf @@ -1,8 +1,10 @@ ## @file
-# Ps2 Mouse Simulate TouchPad Driver
+# PS2 Mouse driver providing absolute (touch pad) pointer support.
#
-# This dirver directly uses IsaIo protocol service to support a faked Ps2 TouchPad work.
-# Copyright (c) 2006 - 2011, Intel Corporation. All rights reserved.<BR>
+# This driver simulates a touch pad absolute pointing device using a standard
+# PS2 mouse as the input hardware.
+#
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -18,6 +20,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = Ps2MouseAbsolutePointerDxe
+ MODULE_UNI_FILE = Ps2MouseAbsolutePointerDxe.uni
FILE_GUID = 2899C94A-1FB6-4b1a-B96B-8364975303E0
MODULE_TYPE = UEFI_DRIVER
VERSION_STRING = 1.0
@@ -59,15 +62,16 @@ gEfiDevicePathProtocolGuid ## TO_START
[FeaturePcd]
- gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification
+ gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification ## CONSUMES
+#
# [Event]
+#
# ##
-# # Event for EFI_SIMPLE_POINTER_PROTOCOL.WaitForInput.
+# # Timer event used to check the mouse state at a regular interval.
# #
-# EVENT_TYPE_NOTIFY_WAIT ## PRODUCES
+# EVENT_TYPE_PERIODIC_TIMER ## CONSUMES
#
-# # Periodic timer event to poll the fake Ps2 mouse device and get its packet data.
-# #
-# EVENT_TYPE_PERIODIC_TIMER ## PRODUCES
+[UserExtensions.TianoCore."ExtraFiles"]
+ Ps2MouseAbsolutePointerDxeExtra.uni
|