]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/ComponentName2.h
Update the copyright notice format
[mirror_edk2.git] / MdePkg / Include / Protocol / ComponentName2.h
index 8da532d6eb8ca2cc127be6dfafc97be08f1d5ffe..19bc1b10a946785333cecfde1d4ca083130eabfb 100644 (file)
@@ -3,8 +3,8 @@
   This protocol is used to retrieve user readable names of drivers \r
   and controllers managed by UEFI Drivers.\r
 \r
-  Copyright (c) 2006 - 2008, Intel Corporation\r
-  All rights reserved. This program and the accompanying materials                          \r
+  Copyright (c) 2006 - 2008, 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
@@ -27,7 +27,7 @@ typedef struct _EFI_COMPONENT_NAME2_PROTOCOL  EFI_COMPONENT_NAME2_PROTOCOL;
 \r
 \r
 /**\r
-  Retrieves a Unicode string that is the user readable name of\r
+  Retrieves a string that is the user readable name of\r
   the EFI Driver.\r
 \r
   @param  This       A pointer to the\r
@@ -40,15 +40,15 @@ typedef struct _EFI_COMPONENT_NAME2_PROTOCOL  EFI_COMPONENT_NAME2_PROTOCOL;
                      languages specified in SupportedLanguages.\r
                      The number of languages supported by a\r
                      driver is up to the driver writer. Language\r
-                     is specified in RFC 3066 language code\r
+                     is specified in RFC 4646 language code\r
                      format.\r
   \r
-  @param  DriverName A pointer to the Unicode string to return.\r
-                     This Unicode string is the name of the\r
+  @param  DriverName A pointer to the string to return.\r
+                     This string is the name of the\r
                      driver specified by This in the language\r
                      specified by Language.\r
 \r
-  @retval EFI_SUCCESS           The Unicode string for the\r
+  @retval EFI_SUCCESS           The string for the\r
                                 Driver specified by This and the\r
                                 language specified by Language\r
                                 was returned in DriverName.\r
@@ -72,7 +72,7 @@ EFI_STATUS
 \r
 \r
 /**\r
-  Retrieves a Unicode string that is the user readable name of\r
+  Retrieves a string that is the user readable name of\r
   the controller that is being managed by an EFI Driver.\r
 \r
   @param  This             A pointer to the\r
@@ -83,11 +83,11 @@ EFI_STATUS
                            This handle specifies the controller\r
                            whose name is to be returned.\r
 \r
-  @param ChildHandle      The handle of the child controller to\r
+  @param  ChildHandle      The handle of the child controller to\r
                            retrieve the name of.  This is an\r
                            optional parameter that may be NULL.\r
                            It will be NULL for device drivers.\r
-                           It will also be NULL for bus\r
+                           It will also be NULL for bus\r
                            drivers that wish to retrieve the\r
                            name of the bus controller.  It will\r
                            not be NULL for a bus driver that\r
@@ -103,18 +103,17 @@ EFI_STATUS
                            SupportedLanguages. The number of\r
                            languages supported by a driver is up\r
                            to the driver writer. Language is\r
-                           specified in RFC 3066 language code\r
+                           specified in RFC 4646 language code\r
                            format.\r
 \r
-  @param  ControllerName   A pointer to the Unicode string to\r
-                           return.  This Unicode string is the\r
-                           name of the controller specified by\r
-                           ControllerHandle and ChildHandle in\r
-                           the language specified by Language\r
+  @param  ControllerName   A pointer to the string to return.\r
+                           This string is the name of the controller\r
+                           specified by ControllerHandle and ChildHandle\r
+                           in the language specified by Language\r
                            from the point of view of the driver\r
                            specified by This.\r
 \r
-  @retval EFI_SUCCESS           The Unicode string for the user\r
+  @retval EFI_SUCCESS           The string for the user\r
                                 readable name in the language\r
                                 specified by Language for the\r
                                 driver specified by This was\r
@@ -164,7 +163,7 @@ struct _EFI_COMPONENT_NAME2_PROTOCOL {
   /// supported language codes. This is the list of language codes that\r
   /// this protocol supports. The number of languages supported by a\r
   /// driver is up to the driver writer. SupportedLanguages is\r
-  /// specified in RFC 3066 format.  \r
+  /// specified in RFC 4646 format.  \r
   ///\r
   CHAR8                                    *SupportedLanguages;\r
 };\r