]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / DxeCoreMemoryAllocationLib / DxeCoreMemoryAllocationLib.inf
index 3de47b0ccfeb25c597146463ce1f9ae037bb24be..199da4ba65665ed0aea6514da6408f44de83042a 100644 (file)
@@ -1,46 +1,40 @@
-#/** @file\r
-#\r
+## @file\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, Intel Corporation\r
+# Copyright (c) 2008 - 2018, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. 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
-#  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
+#  SPDX-License-Identifier: BSD-2-Clause-Patent\r
 #\r
 #\r
-#**/\r
+##\r
 \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.common]\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