]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Bus/Usb/UsbBusDxe/UsbBusDxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Bus / Usb / UsbBusDxe / UsbBusDxe.inf
index fc36f98e23112f70ecb1d878c2d4fc38527d2333..318522452437dd2dabb50d28c6cafce73e3b94ce 100644 (file)
@@ -1,12 +1,12 @@
-#/** @file\r
+## @file\r
 #  \r
 #  Component Description File For UsbBus Dxe Module.\r
 #\r
 #  Usb Bus Dxe driver is used to enumerate and manage all attached usb devices.\r
 #  \r
-#  Copyright (c) 2006, Intel Corporation. \r
+#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\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
@@ -15,7 +15,7 @@
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -36,7 +36,7 @@
 #  COMPONENT_NAME2               =  mUsbBusComponentName2\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   UsbDesc.c\r
   UsbEnumer.c\r
   UsbEnumer.h\r
 \r
 \r
 [Protocols]\r
-  gEfiUsbIoProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiDevicePathProtocolGuid                    # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUsb2HcProtocolGuid                        # PROTOCOL ALWAYS_CONSUMED\r
-  gEfiUsbHcProtocolGuid                         # PROTOCOL ALWAYS_CONSUMED\r
+  gEfiUsbIoProtocolGuid                         ## BY_START\r
+  gEfiDevicePathProtocolGuid                    ## BY_START\r
+  gEfiUsb2HcProtocolGuid                        ## TO_START\r
+  gEfiUsbHcProtocolGuid                         ## TO_START\r
 \r
+# [Event]\r
+#   ##\r
+#   # Periodic timer event for monitoring attach/detach event in port and enumerate attached usb devices.\r
+#   #\r
+#   EVENT_TYPE_PERIODIC_TIMER                   ## PRODUCES\r
+#\r
+#\r