]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
IntelFrameworkModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseDxe / Ps2MouseDxe.inf
index eb0664a75386c1a8145de1eba13901583b3a9f68..ea7af5b10b2b657057356cb0505d6af755c7d51f 100644 (file)
@@ -1,10 +1,11 @@
-#/** @file\r
-# Ps2 Mouse Driver.\r
+## @file\r
+# PS2 Mouse Driver.\r
 #\r
-# This dirver directly uses IsaIo protocol service to support Ps2 mouse work.\r
-# Copyright (c) 2006 - 2009, Intel Corporation.\r
+# This dirver provides support for PS2 based mice.\r
 #\r
-# All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2014, Intel Corporation. All rights reserved.<BR>\r
+#\r
+# This program and the accompanying materials\r
 # are licensed and made available under the terms and conditions of the BSD License\r
 # which accompanies this distribution.  The full text of the license may be found at\r
 # http://opensource.org/licenses/bsd-license.php\r
 # WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = Ps2MouseDxe\r
+  MODULE_UNI_FILE                = Ps2MouseDxe.uni\r
   FILE_GUID                      = 202A2B0E-9A31-4812-B291-8747DF152439\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
@@ -30,7 +32,7 @@
 #  COMPONENT_NAME2               = gPs2MouseComponentName2;\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   CommPs2.h\r
   CommPs2.c\r
   UefiLib\r
   UefiDriverEntryPoint\r
   DebugLib\r
+  PcdLib\r
 \r
 [Protocols]\r
-  gEfiIsaIoProtocolGuid                         # PROTOCOL TO_START\r
-  gEfiSimplePointerProtocolGuid                 # PROTOCOL BY_START\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL TO_START\r
+  gEfiIsaIoProtocolGuid                         ## TO_START\r
+  gEfiSimplePointerProtocolGuid                 ## BY_START\r
+  gEfiDevicePathProtocolGuid                    ## TO_START\r
 \r
+[FeaturePcd]\r
+  gEfiIntelFrameworkModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification   ## CONSUMES\r
 \r
+#\r
 # [Event]\r
-#   ##\r
-#   # Event will be signaled for WaitForKey event.\r
-#   #\r
-#   EVT_NOTIFY_WAIT                             ## PRODUCES\r
 #\r
 #   ##\r
-#   # Event will be used to poll mouse state.\r
+#   # Timer event used to check the mouse state at a regular interval.\r
 #   #\r
-#   EVT_NOTIFY_SIGNAL                           ## PRODUCES
\ No newline at end of file
+#   EVENT_TYPE_PERIODIC_TIMER   ## CONSUMES\r
+#\r
+\r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Ps2MouseDxeExtra.uni\r