Skip to content

Commit 4380456

Browse files
GowthamM9974mergify[bot]
authored andcommitted
MdePkg/Inclde: Deprecate EFI_UNICODE_COLLATION_PROTOCOL_GUID
EFI_UNICODE_COLLATION_PROTOCOL_GUID is deprecated in the previous commit. Hence, removing related guid definition. Cc: Sachin Ganesh <[email protected]> Signed-off-by: Gowtham M <[email protected]>
1 parent cf5f907 commit 4380456

File tree

2 files changed

+0
-14
lines changed

2 files changed

+0
-14
lines changed

MdePkg/Include/Protocol/UnicodeCollation.h

Lines changed: 0 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -11,23 +11,13 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
1111
#ifndef __UNICODE_COLLATION_H__
1212
#define __UNICODE_COLLATION_H__
1313

14-
#define EFI_UNICODE_COLLATION_PROTOCOL_GUID \
15-
{ \
16-
0x1d85cd7f, 0xf43d, 0x11d2, {0x9a, 0xc, 0x0, 0x90, 0x27, 0x3f, 0xc1, 0x4d } \
17-
}
18-
1914
#define EFI_UNICODE_COLLATION_PROTOCOL2_GUID \
2015
{ \
2116
0xa4c751fc, 0x23ae, 0x4c3e, {0x92, 0xe9, 0x49, 0x64, 0xcf, 0x63, 0xf3, 0x49 } \
2217
}
2318

2419
typedef struct _EFI_UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_PROTOCOL;
2520

26-
///
27-
/// Protocol GUID name defined in EFI1.1.
28-
///
29-
#define UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_PROTOCOL_GUID
30-
3121
///
3222
/// Protocol data structures and defines
3323
///
@@ -175,7 +165,6 @@ struct _EFI_UNICODE_COLLATION_PROTOCOL {
175165
CHAR8 *SupportedLanguages;
176166
};
177167

178-
extern EFI_GUID gEfiUnicodeCollationProtocolGuid;
179168
extern EFI_GUID gEfiUnicodeCollation2ProtocolGuid;
180169

181170
#endif

MdePkg/MdePkg.dec

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1610,9 +1610,6 @@
16101610
## Include/Protocol/BlockIo.h
16111611
gEfiBlockIoProtocolGuid = { 0x964E5B21, 0x6459, 0x11D2, { 0x8E, 0x39, 0x00, 0xA0, 0xC9, 0x69, 0x72, 0x3B }}
16121612

1613-
## Include/Protocol/UnicodeCollation.h
1614-
gEfiUnicodeCollationProtocolGuid = { 0x1D85CD7F, 0xF43D, 0x11D2, { 0x9A, 0x0C, 0x00, 0x90, 0x27, 0x3F, 0xC1, 0x4D }}
1615-
16161613
## Include/Protocol/UnicodeCollation.h
16171614
gEfiUnicodeCollation2ProtocolGuid = {0xa4c751fc, 0x23ae, 0x4c3e, { 0x92, 0xe9, 0x49, 0x64, 0xcf, 0x63, 0xf3, 0x49 }}
16181615

0 commit comments

Comments
 (0)