]> git.proxmox.com Git - mirror_edk2.git/blobdiff - QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClass.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / QuarkPlatformPkg / Platform / Dxe / MemorySubClass / MemorySubClass.h
diff --git a/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClass.h b/QuarkPlatformPkg/Platform/Dxe/MemorySubClass/MemorySubClass.h
deleted file mode 100644 (file)
index 2343070..0000000
+++ /dev/null
@@ -1,65 +0,0 @@
-/** @file\r
-Header file for MemorySubClass Driver.\r
-\r
-Copyright (c) 2013-2015 Intel Corporation.\r
-\r
-SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-**/\r
-\r
-#ifndef _MEMORY_SUB_CLASS_H\r
-#define _MEMORY_SUB_CLASS_H\r
-\r
-//\r
-// The package level header files this module uses\r
-//\r
-#include <FrameworkDxe.h>\r
-//\r
-// The protocols, PPI and GUID definitions for this module\r
-//\r
-#include <IndustryStandard/SmBios.h>\r
-#include <Protocol/Smbios.h>\r
-#include <Protocol/PciRootBridgeIo.h>\r
-#include <Protocol/SmbusHc.h>\r
-#include <Guid/DataHubRecords.h>\r
-#include <Guid/MemoryConfigData.h>\r
-#include <Protocol/HiiDatabase.h>\r
-#include <Guid/MdeModuleHii.h>\r
-\r
-//\r
-// The Library classes this module consumes\r
-//\r
-#include <Library/BaseLib.h>\r
-#include <Library/HobLib.h>\r
-#include <Library/UefiDriverEntryPoint.h>\r
-#include <Library/UefiBootServicesTableLib.h>\r
-#include <Library/UefiRuntimeServicesTableLib.h>\r
-#include <Library/DebugLib.h>\r
-#include <Library/BaseMemoryLib.h>\r
-#include <Library/PrintLib.h>\r
-#include <Library/HiiLib.h>\r
-#include <Library/MemoryAllocationLib.h>\r
-#include <Library/PciLib.h>\r
-#include <Library/QNCAccessLib.h>\r
-\r
-#include "QNCAccess.h"\r
-\r
-\r
-\r
-//\r
-// This is the generated header file which includes whatever needs to be exported (strings + IFR)\r
-//\r
-\r
-#define EFI_MEMORY_SUBCLASS_DRIVER_GUID \\r
-  { 0xef17cee7, 0x267d, 0x4bfd, { 0xa2, 0x57, 0x4a, 0x6a, 0xb3, 0xee, 0x85, 0x91 }}\r
-\r
-//\r
-// Prototypes\r
-//\r
-EFI_STATUS\r
-MemorySubClassEntryPoint (\r
-  IN EFI_HANDLE         ImageHandle,\r
-  IN EFI_SYSTEM_TABLE   *SystemTable\r
-  );\r
-\r
-#endif\r