]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.h
edk2: Remove packages moved to edk2-platforms
[mirror_edk2.git] / Vlv2TbltDevicePkg / SaveMemoryConfig / SaveMemoryConfig.h
diff --git a/Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.h b/Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.h
deleted file mode 100644 (file)
index 59ad097..0000000
+++ /dev/null
@@ -1,66 +0,0 @@
-/** \r
-  Copyright (c) 2009 - 2013, Intel Corporation. All rights reserved.<BR>\r
-  SPDX-License-Identifier: BSD-2-Clause-Patent\r
-\r
-\r
-Module Name:\r
-\r
-  SaveMemoryConfig.h\r
-\r
-Abstract:\r
-\r
-  Header file for Save Previous Memory Configuration Driver.\r
-\r
\r
-\r
---*/\r
-\r
-\r
-#ifndef _SAVE_MEMORY_CONFIG_DRIVER_H\r
-#define _SAVE_MEMORY_CONFIG_DRIVER_H\r
-\r
-#include "Protocol/SetupMode.h"\r
-#include "Guid/PlatformInfo.h"\r
-#include "Library/HobLib.h"\r
-#include "Library/DebugLib.h"\r
-#include "Library/UefiBootServicesTableLib.h"\r
-#include "Library/BaseMemoryLib.h"\r
-#include "PlatformBootMode.h"\r
-#include "Library/BaseLib.h"\r
-#include "Library/UefiRuntimeServicesTableLib.h"\r
-#include "Guid/GlobalVariable.h"\r
-#include "Library/UefiLib.h"\r
-#include "Guid/HobList.h"\r
-#include "Guid/MemoryConfigData.h"\r
-#include "Protocol/MemInfo.h"\r
-#include "Library/MemoryAllocationLib.h"\r
-#include <Guid/Vlv2Variable.h>\r
-\r
-//\r
-// Prototypes\r
-//\r
-EFI_STATUS\r
-EFIAPI\r
-SaveMemoryConfigEntryPoint (\r
-  IN EFI_HANDLE         ImageHandle,\r
-  IN EFI_SYSTEM_TABLE   *SystemTable\r
-  )\r
-/*++\r
-  \r
-  Routine Description:\r
-    This is the standard EFI driver point that detects whether there is a\r
-    MemoryConfigurationData HOB and, if so, saves its data to nvRAM.\r
-\r
-  Arguments:\r
-    ImageHandle   - Handle for the image of this driver\r
-    SystemTable   - Pointer to the EFI System Table\r
-\r
-  Returns:\r
-    EFI_SUCCESS   - if the data is successfully saved or there was no data\r
-    EFI_NOT_FOUND - if the HOB list could not be located.\r
-    EFI_UNLOAD_IMAGE - It is not success\r
-    \r
---*/\r
-;\r
-\r
-#endif\r