summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorGowtham M <gowthamm@ami.com>2025-08-05 19:48:00 +0530
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>2025-09-05 13:50:50 +0000
commit438045682bee1d075489e584d290b91f1430f73e (patch)
tree8b6f8c8036fc277719d0fd1531adf0fec0ffb7f5
parentcf5f907cd53f0a1e33a93179c9976de5d6b576e1 (diff)
downloadedk2-438045682bee1d075489e584d290b91f1430f73e.zip
edk2-438045682bee1d075489e584d290b91f1430f73e.tar.gz
edk2-438045682bee1d075489e584d290b91f1430f73e.tar.bz2
MdePkg/Inclde: Deprecate EFI_UNICODE_COLLATION_PROTOCOL_GUIDHEADmaster
EFI_UNICODE_COLLATION_PROTOCOL_GUID is deprecated in the previous commit. Hence, removing related guid definition. Cc: Sachin Ganesh <sachinganesh@ami.com> Signed-off-by: Gowtham M <gowthamm@ami.com>
-rw-r--r--MdePkg/Include/Protocol/UnicodeCollation.h11
-rw-r--r--MdePkg/MdePkg.dec3
2 files changed, 0 insertions, 14 deletions
diff --git a/MdePkg/Include/Protocol/UnicodeCollation.h b/MdePkg/Include/Protocol/UnicodeCollation.h
index d329419..6d7eb13 100644
--- a/MdePkg/Include/Protocol/UnicodeCollation.h
+++ b/MdePkg/Include/Protocol/UnicodeCollation.h
@@ -11,11 +11,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
#ifndef __UNICODE_COLLATION_H__
#define __UNICODE_COLLATION_H__
-#define EFI_UNICODE_COLLATION_PROTOCOL_GUID \
- { \
- 0x1d85cd7f, 0xf43d, 0x11d2, {0x9a, 0xc, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
- }
-
#define EFI_UNICODE_COLLATION_PROTOCOL2_GUID \
{ \
0xa4c751fc, 0x23ae, 0x4c3e, {0x92, 0xe9, 0x49, 0x64, 0xcf, 0x63, 0xf3, 0x49 } \
@@ -24,11 +19,6 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
typedef struct _EFI_UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_PROTOCOL;
///
-/// Protocol GUID name defined in EFI1.1.
-///
-#define UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_PROTOCOL_GUID
-
-///
/// Protocol data structures and defines
///
#define EFI_UNICODE_BYTE_ORDER_MARK (CHAR16) (0xfeff)
@@ -175,7 +165,6 @@ struct _EFI_UNICODE_COLLATION_PROTOCOL {
CHAR8 *SupportedLanguages;
};
-extern EFI_GUID gEfiUnicodeCollationProtocolGuid;
extern EFI_GUID gEfiUnicodeCollation2ProtocolGuid;
#endif
diff --git a/MdePkg/MdePkg.dec b/MdePkg/MdePkg.dec
index cb9f895..61f0c21 100644
--- a/MdePkg/MdePkg.dec
+++ b/MdePkg/MdePkg.dec
@@ -1611,9 +1611,6 @@
gEfiBlockIoProtocolGuid = { 0x964E5B21, 0x6459, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
## Include/Protocol/UnicodeCollation.h
- gEfiUnicodeCollationProtocolGuid = { 0x1D85CD7F, 0xF43D, 0x11D2, { 0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
-
- ## Include/Protocol/UnicodeCollation.h
gEfiUnicodeCollation2ProtocolGuid = {0xa4c751fc, 0x23ae, 0x4c3e, { 0x92, 0xe9, 0x49, 0x64, 0xcf, 0x63, 0xf3, 0x49 }}
## Include/Protocol/PciRootBridgeIo.h