]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Universal/DevicePathDxe/DevicePathDxe.inf
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / DevicePathDxe / DevicePathDxe.inf
index 53a7d458ce2424abf87e3ff4c2a9fbc81186126c..0a52e0e4fab47ccc3fb2b36840de4371f32c07a3 100644 (file)
@@ -1,4 +1,4 @@
-#/** @file\r
+## @file\r
 #  Device path driver that produces three UEFI device path protocols.\r
 #\r
 #  This driver produces Device Path Utilities protocol and optionally\r
@@ -6,8 +6,8 @@
 #  PcdDevicePathSupportDevicePathToText & PcdDevicePathSupportDevicePathFromText\r
 #  respectively.\r
 #\r
-#  Copyright (c) 2006 - 2008, Intel Corporation. <BR>\r
-#  All rights reserved. This program and the accompanying materials\r
+#  Copyright (c) 2006 - 2010, Intel Corporation. All rights reserved.<BR>\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 @@
 #  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
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
@@ -31,7 +31,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   DevicePathUtilities.c\r
   DevicePathToText.c   ||||PcdDevicePathSupportDevicePathToText\r
   DevicePathFromText.c ||||PcdDevicePathSupportDevicePathFromText\r
   DebugLib\r
 \r
 [Guids]\r
-  gEfiVTUTF8Guid                                ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiVT100Guid                                 ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiVT100PlusGuid                             ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiPcAnsiGuid                                ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiUartDevicePathGuid                        ## SOMETIMES_CONSUMES ## GUID\r
-  gEfiSasDevicePathGuid                         ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiVTUTF8Guid         | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiVT100Guid          | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiVT100PlusGuid      | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiPcAnsiGuid         | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiUartDevicePathGuid | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
+  gEfiSasDevicePathGuid  | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
   \r
 [Protocols]\r
-  gEfiDevicePathToTextProtocolGuid              ## SOMETIMES_CONSUMES\r
-  gEfiDevicePathFromTextProtocolGuid            ## SOMETIMES_CONSUMES\r
-  gEfiDevicePathUtilitiesProtocolGuid           ## CONSUMES\r
-  gEfiDebugPortProtocolGuid                     ## SOMETIMES_CONSUMES\r
+  gEfiDevicePathToTextProtocolGuid   | PcdDevicePathSupportDevicePathFromText ## PRODUCES\r
+  gEfiDevicePathFromTextProtocolGuid | PcdDevicePathSupportDevicePathToText ## PRODUCES\r
+  gEfiDevicePathUtilitiesProtocolGuid ## CONSUMES\r
+  gEfiDebugPortProtocolGuid          | PcdDevicePathSupportDevicePathFromText OR PcdDevicePathSupportDevicePathToText ## SOMETIMES_CONSUMES ## GUID\r
 \r
-[FeaturePcd.common]\r
+[FeaturePcd]\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathFromText\r
   gEfiMdeModulePkgTokenSpaceGuid.PcdDevicePathSupportDevicePathToText\r
 \r