]> git.proxmox.com Git - mirror_edk2.git/commitdiff
MdePkg: remove PropertiesTable GUID
authorArd Biesheuvel <ard.biesheuvel@arm.com>
Tue, 7 Apr 2020 07:48:25 +0000 (09:48 +0200)
committermergify[bot] <37929162+mergify[bot]@users.noreply.github.com>
Tue, 7 Apr 2020 08:15:46 +0000 (08:15 +0000)
Remove the GUID definition that describes the deprecated properties table,
which is no longer generated by the DXE core.

Link: https://bugzilla.tianocore.org/show_bug.cgi?id=2633
Signed-off-by: Ard Biesheuvel <ard.biesheuvel@arm.com>
Reviewed-by: Bret Barkelew <bret.barkelew@microsoft.com>
Acked-by: Jiewen Yao <Jiewen.yao@intel.com>
Acked-by: Liming Gao <liming.gao@intel.com>
Reviewed-by: Dandan Bi <dandan.bi@intel.com>
Reviewed-by: Jian J Wang <jian.j.wang@intel.com>
MdePkg/Include/Guid/PropertiesTable.h [deleted file]
MdePkg/MdePkg.dec

diff --git a/MdePkg/Include/Guid/PropertiesTable.h b/MdePkg/Include/Guid/PropertiesTable.h
deleted file mode 100644 (file)
index 56dbc7f..0000000
+++ /dev/null
@@ -1,31 +0,0 @@
-/** @file\r
-  GUIDs used for UEFI Properties Table in the UEFI 2.5 specification.\r
-\r
-  Copyright (c) 2015, Intel Corporation. All rights reserved.<BR>\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef __EFI_PROPERTIES_TABLE_H__\r
-#define __EFI_PROPERTIES_TABLE_H__\r
-\r
-#define EFI_PROPERTIES_TABLE_GUID {\\r
-  0x880aaca3, 0x4adc, 0x4a04, {0x90, 0x79, 0xb7, 0x47, 0x34, 0x8, 0x25, 0xe5} \\r
-}\r
-\r
-typedef struct {\r
-  UINT32    Version;\r
-  UINT32    Length;\r
-  UINT64    MemoryProtectionAttribute;\r
-} EFI_PROPERTIES_TABLE;\r
-\r
-#define EFI_PROPERTIES_TABLE_VERSION  0x00010000\r
-\r
-//\r
-// Memory attribute (Not defined bit is reserved)\r
-//\r
-#define EFI_PROPERTIES_RUNTIME_MEMORY_PROTECTION_NON_EXECUTABLE_PE_DATA        0x1\r
-\r
-extern EFI_GUID gEfiPropertiesTableGuid;\r
-\r
-#endif\r
index ac1f5339af0697d7da170a171ef90750a6630bf6..6c37c2181c62fb7631710ffa16e7bf54ab5a3c81 100644 (file)
   # GUIDs defined in UEFI2.5\r
   #\r
 \r
-  ## Include/Guid/PropertiesTable.h\r
-  gEfiPropertiesTableGuid        = { 0x880aaca3, 0x4adc, 0x4a04, {0x90, 0x79, 0xb7, 0x47, 0x34, 0x8, 0x25, 0xe5 }}\r
-\r
   ## Include/Guid/SystemResourceTable.h\r
   gEfiSystemResourceTableGuid    = { 0xb122a263, 0x3661, 0x4f68, {0x99, 0x29, 0x78, 0xf8, 0xb0, 0xd6, 0x21, 0x80 }}\r
 \r