]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/DxeCoreMemoryAllocationLib/DxeCoreMemoryAllocationLib.inf
MdeModulePkg: INF/DEC file updates to EDK II packages
[mirror_edk2.git] / MdeModulePkg / Library / DxeCoreMemoryAllocationLib / DxeCoreMemoryAllocationLib.inf
index 3063629972d55dd79e376c6e61be8eae0320bd2c..0747f6e697599e2fa1dd0342b7361410c862b041 100644 (file)
@@ -1,14 +1,12 @@
-#/** @file\r
-# Component description file for DxeCore Memory Allocation Library\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
 #\r
-# Copyright (c) 2008, Intel Corporation\r
+# Copyright (c) 2008 - 2014, Intel Corporation. All rights reserved.<BR>\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+#  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
 #  WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\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
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\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
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   MemoryAllocationLib.c\r
   DxeCoreMemoryAllocationServices.h\r
 \r