]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbMouseAbsolutePointerDxe/UsbMouseAbsolutePointerDxe.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbMouseAbsolutePointerDxe / UsbMouseAbsolutePointerDxe.inf
index 56b93d2452767dd3cbc6f59774d4311fcc599e2d..00e061f56a7dd087ac598b2eb8ba5e5fd6677536 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\r
+## @file\r
 # USB Mouse Driver that manages USB mouse and produces Absolute Pointer Protocol.\r
 #\r
 # USB Mouse Driver consumes USB I/O Protocol and Device Path Protocol, and produces\r
@@ -9,22 +9,17 @@
 # 1. Universal Serial Bus HID Firmware Specification, ver 1.11\r
 # 2. UEFI Specification, v2.1\r
 #\r
-# Copyright (c) 2006 - 2010, Intel Corporation. \r
+# Copyright (c) 2006 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. 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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
-#  THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\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                      = UsbMouseAbsolutePointerDxe\r
+  MODULE_UNI_FILE                = UsbMouseAbsolutePointerDxe.uni\r
   FILE_GUID                      = 4EA43463-747C-46eb-97FB-B0E5C5F05306\r
   MODULE_TYPE                    = UEFI_DRIVER\r
   VERSION_STRING                 = 1.0\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
-#  DRIVER_BINDING                =  gUsbMouseAbsolutePointerDriverBinding                        \r
+#  DRIVER_BINDING                =  gUsbMouseAbsolutePointerDriverBinding\r
 #  COMPONENT_NAME                =  gUsbMouseAbsolutePointerComponentName\r
 #  COMPONENT_NAME2               =  gUsbMouseAbsolutePointerComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   ComponentName.c\r
   MouseHid.c\r
   UsbMouseAbsolutePointer.c\r
   gEfiAbsolutePointerProtocolGuid               ## BY_START\r
 \r
 # [Event]\r
-#   ##\r
-#   # Periodic timer event for delayed recovery, which deals with device error.\r
-#   #\r
-#   EVENT_TYPE_PERIODIC_TIMER                   ## PRODUCES\r
-#   ##\r
-#   # Event for EFI_ABSOLUTE_POINTER_PROTOCOL.WaitForInput\r
-#   #\r
-#   EVENT_TYPE_NOTIFY_WAIT                      ## PRODUCES\r
-#\r
+# EVENT_TYPE_RELATIVE_TIMER        ## CONSUMES\r
 #\r
 \r
+[UserExtensions.TianoCore."ExtraFiles"]\r
+  UsbMouseAbsolutePointerDxeExtra.uni\r