diff options
| author | Gowtham M <gowthamm@ami.com> | 2025-04-16 15:23:25 +0300 |
|---|---|---|
| committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2025-09-05 16:50:50 +0300 |
| commit | 80fddcaeb804ff72fcca0cfde2aca0603512f679 (patch) | |
| tree | 51b9662addb537c5b18f207dd8c6d036cf13e92b | |
| parent | b1e018c0ad29657d7308f942c61ba94554b4d71f (diff) | |
| download | edk2-80fddcaeb804ff72fcca0cfde2aca0603512f679.tar.xz | |
MdePkg/Include: Deprecate UNICODE_COLLATION_INTERFACE
Remove UNICODE_COLLATION_INTERFACE typedef
since unused and removed from UEFI 2.10A
and 2.11 specifications.
Cc: Sachin Ganesh <sachinganesh@ami.com>
Signed-off-by: Gowtham M <gowthamm@ami.com>
| -rw-r--r-- | MdePkg/Include/Protocol/UnicodeCollation.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/MdePkg/Include/Protocol/UnicodeCollation.h b/MdePkg/Include/Protocol/UnicodeCollation.h index c4025eb4ff..d3294196ce 100644 --- a/MdePkg/Include/Protocol/UnicodeCollation.h +++ b/MdePkg/Include/Protocol/UnicodeCollation.h @@ -29,11 +29,6 @@ typedef struct _EFI_UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_PROTOCOL; #define UNICODE_COLLATION_PROTOCOL EFI_UNICODE_COLLATION_PROTOCOL_GUID
///
-/// Protocol defined in EFI1.1.
-///
-typedef EFI_UNICODE_COLLATION_PROTOCOL UNICODE_COLLATION_INTERFACE;
-
-///
/// Protocol data structures and defines
///
#define EFI_UNICODE_BYTE_ORDER_MARK (CHAR16) (0xfeff)
|
