]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFrameworkModulePkg/Bus/Isa/Ps2MouseDxe/Ps2MouseDxe.inf
IntelFrameworkModulePkg: Removing ipf from edk2.
[mirror_edk2.git] / IntelFrameworkModulePkg / Bus / Isa / Ps2MouseDxe / Ps2MouseDxe.inf
index 0afabbd86acc7e7a4050f44f4ef38ffd56820444..eb103528c127629b573de7561768c1baed889f67 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 - 2018, 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
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
   ENTRY_POINT                    = InitializePs2Mouse\r
 \r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
+#  DRIVER_BINDING                = gPS2MouseDriver;\r
+#  COMPONENT_NAME                = gPs2MouseComponentName;\r
+#  COMPONENT_NAME2               = gPs2MouseComponentName2;\r
+#\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   CommPs2.h\r
   CommPs2.c\r
@@ -36,7 +42,6 @@
 [Packages]\r
   MdePkg/MdePkg.dec\r
   MdeModulePkg/MdeModulePkg.dec\r
-  IntelFrameworkPkg/IntelFrameworkPkg.dec\r
   IntelFrameworkModulePkg/IntelFrameworkModulePkg.dec\r
 \r
 [LibraryClasses]\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
+  gEfiMdeModulePkgTokenSpaceGuid.PcdPs2MouseExtendedVerification   ## CONSUMES\r
 \r
+#\r
+# [Event]\r
+#\r
+#   ##\r
+#   # Timer event used to check the mouse state at a regular interval.\r
+#   #\r
+#   EVENT_TYPE_PERIODIC_TIMER   ## CONSUMES\r
+#\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  Ps2MouseDxeExtra.uni\r