]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
MdeModulePkg/FaultTolerantWriteDxe: implement standalone MM version
[mirror_edk2.git] / MdeModulePkg / Library / DxeCoreMemoryAllocationLib / DxeCoreMemoryAllocationLib.inf
index 1087ccf5ce7d9ac101c66758d6477dc6d696a74c..5e77ae1b5dad97d8b21ef4a43da197d378b6a9a2 100644 (file)
@@ -1,11 +1,10 @@
 ## @file\r
-#\r
 # Memory Allocation Library instance dedicated to DXE Core.\r
 # The implementation borrows the DxeCore Memory Allocation services as the primitive\r
-# for memory allocation instead of using UEFI boot servces in an indirect way.\r
-# It is assumed that this library instance must be linked with DxeCore in this package. \r
+# for memory allocation instead of using UEFI boot services in an indirect way.\r
+# It is assumed that this library instance must be linked with DxeCore in this package.\r
 #\r
-# Copyright (c) 2008 - 2010, Intel Corporation. All rights reserved.<BR>\r
+# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
 #  This program and the accompanying materials\r
 #  are licensed and made available under the terms and conditions of the BSD License\r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = DxeCoreMemoryAllocationLib\r
+  MODULE_UNI_FILE                = DxeCoreMemoryAllocationLib.uni\r
   FILE_GUID                      = 632F3FAC-1CA4-4725-BAA2-BDECCF9A111C\r
   MODULE_TYPE                    = DXE_CORE\r
   VERSION_STRING                 = 1.0\r
   LIBRARY_CLASS                  = MemoryAllocationLib|DXE_CORE\r
-  \r
+\r
 #\r
 # The following information is for reference only and not required by the build tools.\r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 EBC\r
 #\r
 \r
 [Sources]\r
   MemoryAllocationLib.c\r
   DxeCoreMemoryAllocationServices.h\r
+  DxeCoreMemoryProfileLibNull.c\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
-\r
+  MdeModulePkg/MdeModulePkg.dec\r
 \r
 [LibraryClasses]\r
   DebugLib\r
   BaseMemoryLib\r
-\r
-\r