]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/FirmwareManagement.h
String Reference Cleanup.
[mirror_edk2.git] / MdePkg / Include / Protocol / FirmwareManagement.h
index 18f18fb4baf2c423c19fa7a84726b3086f5e3fb2..617b96ab13581bf73d2d8493d2f2a00faa7b62c4 100644 (file)
@@ -8,7 +8,7 @@
   CheckImage(), GetPackageInfo(), and SetPackageInfo() shall return \r
   EFI_UNSUPPORTED if not supported by the driver.\r
   \r
-  Copyright (c) 2009, Intel Corporation. All rights reserved.<BR>\r
+  Copyright (c) 2009 - 2011, 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
@@ -51,7 +51,7 @@ typedef struct {
   /// \r
   UINT64                           ImageId;\r
   /// \r
-  /// A pointer to a null-terminated Unicode string representing the firmware image name.  \r
+  /// A pointer to a null-terminated string representing the firmware image name.  \r
   /// \r
   CHAR16                           *ImageIdName;\r
   /// \r
@@ -60,7 +60,7 @@ typedef struct {
   /// \r
   UINT32                           Version;\r
   /// \r
-  /// A pointer to a null-terminated Unicode string representing the firmware image version name.\r
+  /// A pointer to a null-terminated string representing the firmware image version name.\r
   /// \r
   CHAR16                           *VersionName;\r
   /// \r
@@ -239,7 +239,7 @@ EFI_STATUS
                                      0xFFFFFFFF. A value of 0xFFFFFFFE indicates that package version comparison\r
                                      is to be performed using PackageVersionName. A value of 0xFFFFFFFD indicates\r
                                      that package version update is in progress.\r
-  @param[out]     PackageVersionName A pointer to a pointer to a null-terminated Unicode string representing the\r
+  @param[out]     PackageVersionName A pointer to a pointer to a null-terminated string representing the\r
                                      package version name. The buffer is allocated by this function with \r
                                      AllocatePool(), and it is the caller's responsibility to free it with a call\r
                                      to FreePool().\r
@@ -330,7 +330,7 @@ EFI_STATUS
   @param[in]  VendorCode         This enables vendor to implement vendor-specific firmware image update policy.  \r
                                  Null indicates the caller did not specify the policy or use the default policy.\r
   @param[in]  Progress           A function used by the driver to report the progress of the firmware update.\r
-  @param[out] AbortReason        A pointer to a pointer to a null-terminated Unicode string providing more\r
+  @param[out] AbortReason        A pointer to a pointer to a null-terminated string providing more\r
                                  details for the aborted operation. The buffer is allocated by this function \r
                                  with AllocatePool(), and it is the caller's responsibility to free it with a\r
                                  call to FreePool().\r
@@ -396,7 +396,7 @@ EFI_STATUS
                                        0xFFFFFFFF. A value of 0xFFFFFFFE indicates that package version\r
                                        comparison is to be performed using PackageVersionName. A value of\r
                                        0xFFFFFFFD indicates that package version update is in progress.\r
-  @param[out] PackageVersionName       A pointer to a pointer to a null-terminated Unicode string representing\r
+  @param[out] PackageVersionName       A pointer to a pointer to a null-terminated string representing\r
                                        the package version name. The buffer is allocated by this function with\r
                                        AllocatePool(), and it is the caller's responsibility to free it with a\r
                                        call to FreePool().\r