]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Include/Protocol/UnicodeCollation.h
Add Unicode Collation 2 protocol GUID value according to UEFI Spec 2.1b
[mirror_edk2.git] / MdePkg / Include / Protocol / UnicodeCollation.h
index e0278038f776ad1717017b635c5e89a8aecd09e6..b5e0abc473f8c41a0ca325f9423278cd171363fd 100644 (file)
@@ -10,8 +10,6 @@
   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
-  Module Name:  UnicodeCollation.h\r
-\r
 **/\r
 \r
 #ifndef __UNICODE_COLLATION_H__\r
     0x1d85cd7f, 0xf43d, 0x11d2, {0x9a, 0xc, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \\r
   }\r
 \r
-typedef struct _EFI_UNICODE_COLLATION_PROTOCOL   EFI_UNICODE_COLLATION_PROTOCOL;\r
+#define EFI_UNICODE_COLLATION_PROTOCOL2_GUID \\r
+  { \\r
+    0xa4c751fc, 0x23ae, 0x4c3e, {0x92, 0xe9, 0x49, 0x64, 0xcf, 0x63, 0xf3, 0x49 } \\r
+  }\r
+\r
+typedef struct _EFI_UNICODE_COLLATION_PROTOCOL  EFI_UNICODE_COLLATION_PROTOCOL;\r
+\r
+\r
+//\r
+// Protocol GUID name defined in EFI1.1.\r
+// \r
+#define UNICODE_COLLATION_PROTOCOL              EFI_UNICODE_COLLATION_PROTOCOL_GUID\r
+\r
+//\r
+// Protocol defined in EFI1.1.\r
+// \r
+typedef EFI_UNICODE_COLLATION_PROTOCOL          UNICODE_COLLATION_INTERFACE;\r
 \r
 //\r
 // Protocol data structures and defines\r
@@ -179,5 +193,6 @@ struct _EFI_UNICODE_COLLATION_PROTOCOL {
 };\r
 \r
 extern EFI_GUID gEfiUnicodeCollationProtocolGuid;\r
+extern EFI_GUID gEfiUnicodeCollation2ProtocolGuid;\r
 \r
 #endif\r