]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/DataHubSubClass.h
EdkCompatibilityPkg: Remove EdkCompatibilityPkg
[mirror_edk2.git] / EdkCompatibilityPkg / Foundation / Framework / Guid / DataHubRecords / DataHubSubClass.h
diff --git a/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/DataHubSubClass.h b/EdkCompatibilityPkg/Foundation/Framework/Guid/DataHubRecords/DataHubSubClass.h
deleted file mode 100644 (file)
index 2a5681b..0000000
+++ /dev/null
@@ -1,73 +0,0 @@
-/*++\r
-\r
-Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
-This program and the accompanying materials                          \r
-are licensed and made available under the terms and conditions of the BSD License         \r
-which accompanies this distribution.  The full text of the license may be found at        \r
-http://opensource.org/licenses/bsd-license.php                                            \r
-                                                                                          \r
-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:\r
-\r
-  DataHubSubClass.h\r
-    \r
-Abstract:\r
-\r
-  Definitions for data hub data records that contains a sub class header\r
-\r
-Revision History\r
-\r
---*/\r
-\r
-#ifndef _DATA_HUB_SUBCLASS_H_\r
-#define _DATA_HUB_SUBCLASS_H_\r
-\r
-//\r
-// Sub Class Header type1\r
-//\r
-\r
-#define EFI_SUBCLASS_INSTANCE_RESERVED       0\r
-#define EFI_SUBCLASS_INSTANCE_NON_APPLICABLE 0xFFFF  //16 bit\r
-\r
-typedef struct {\r
-  UINT32    Version;\r
-  UINT32    HeaderSize;\r
-  UINT16    Instance;\r
-  UINT16    SubInstance;\r
-  UINT32    RecordType;    \r
-} EFI_SUBCLASS_TYPE1_HEADER;\r
-\r
-//\r
-// EXP data\r
-//\r
-\r
-typedef struct {\r
-  INT16     Value;\r
-  INT16     Exponent;\r
-} EFI_EXP_BASE10_DATA;\r
-\r
-typedef struct {\r
-  UINT16    Value;\r
-  UINT16    Exponent;\r
-} EFI_EXP_BASE2_DATA;\r
-\r
-//\r
-// Inter link data that references another data record\r
-//\r
-\r
-typedef struct {\r
-  EFI_GUID    ProducerName;\r
-  UINT16      Instance;\r
-  UINT16      SubInstance;\r
-} EFI_INTER_LINK_DATA;\r
-\r
-\r
-//\r
-// String Token Definition\r
-//\r
-#define EFI_STRING_TOKEN    UINT16\r
-\r
-\r
-#endif\r