]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiMemoryAllocationLib/PeiMemoryAllocationLib.inf
MdePkg/BaseLib: Add bit field population calculating methods
[mirror_edk2.git] / MdePkg / Library / PeiMemoryAllocationLib / PeiMemoryAllocationLib.inf
index 41204cedf0363a02daa1cf488e5214184d1fe802..db158135b81ecb4eb8fdbe6ef2f0a8991961b104 100644 (file)
@@ -1,24 +1,25 @@
-#/** @file\r
+## @file\r
 # Instance of Memory Allocation Library using PEI Services.\r
 #\r
 # Memory Allocation Library that uses PEI Services to allocate memory.\r
 #  Free operations are ignored.\r
 #\r
-# Copyright (c) 2007 - 2008, Intel Corporation\r
+# Copyright (c) 2007 - 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
+#  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
 #\r
 #\r
-#**/\r
+##\r
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
   BASE_NAME                      = PeiMemoryAllocationLib\r
+  MODULE_UNI_FILE                = PeiMemoryAllocationLib.uni\r
   FILE_GUID                      = b694e0dc-cd4e-4b30-885b-9c164ed3e74a\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
@@ -29,7 +30,7 @@
 #  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   MemoryAllocationLib.c\r
 \r
 [Packages]\r
@@ -40,4 +41,5 @@
   DebugLib\r
   BaseMemoryLib\r
   PeiServicesLib\r
+  HobLib\r
 \r