]> git.proxmox.com Git - mirror_edk2.git/blobdiff - Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.inf
Upload BSD-licensed Vlv2TbltDevicePkg and Vlv2DeviceRefCodePkg to
[mirror_edk2.git] / Vlv2TbltDevicePkg / SaveMemoryConfig / SaveMemoryConfig.inf
diff --git a/Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.inf b/Vlv2TbltDevicePkg/SaveMemoryConfig/SaveMemoryConfig.inf
new file mode 100644 (file)
index 0000000..bea0ca7
--- /dev/null
@@ -0,0 +1,66 @@
+#/*++\r
+#\r
+#  Copyright (c)  1999  - 2014, Intel Corporation. All rights reserved\r
+#                                                                                  \r
+# This program and the accompanying materials are licensed and made available under\r
+# the terms and conditions of the BSD License that accompanies this distribution.  \r
+# 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
+#\r
+#\r
+#\r
+#  Module Name:\r
+#\r
+#   SaveMemoryConfig.inf\r
+#\r
+#  Abstract:\r
+#\r
+#\r
+--*/\r
+\r
+[defines]\r
+  INF_VERSION                    = 0x00010005\r
+  BASE_NAME                      = SaveMemoryConfig\r
+  FILE_GUID                      = E0ECBEC9-B193-4351-A488-36A655F22F9F\r
+  MODULE_TYPE                    = DXE_DRIVER\r
+  VERSION_STRING                 = 1.0\r
+  ENTRY_POINT                    = SaveMemoryConfigEntryPoint\r
+\r
+[sources.common]\r
+  SaveMemoryConfig.c\r
+\r
+[Packages]\r
+  MdePkg/MdePkg.dec\r
+  Vlv2TbltDevicePkg/PlatformPkg.dec\r
+  Vlv2DeviceRefCodePkg/Vlv2DeviceRefCodePkg.dec\r
+\r
+[LibraryClasses]\r
+  UefiDriverEntryPoint\r
+  UefiBootServicesTableLib\r
+  HobLib\r
+  DebugLib\r
+  UefiRuntimeServicesTableLib\r
+  UefiLib\r
+  BaseLib\r
+\r
+[Protocols]\r
+  gMemInfoProtocolGuid\r
+\r
+[Guids]\r
+  gEfiMemoryConfigDataGuid\r
+  gEfiPlatformInfoGuid\r
+  gEfiPlatformBootModeGuid\r
+  gEfiVlv2VariableGuid\r
+  #gEfiHobListGuid\r
+  #gEfiPlatformInfoGuid\r
+  #gEfiPlatformBootModeGuid\r
+  #gEfiGlobalVariableGuid\r
+  #gEfiMemoryConfigDataGuid\r
+\r
+[Depex]\r
+  gEfiVariableArchProtocolGuid AND\r
+  gEfiVariableWriteArchProtocolGuid\r