]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdePkg/Library/PeiHobLib/PeiHobLib.inf
Minor grammatical work--mostly adding periods. Items with ONLY period added did...
[mirror_edk2.git] / MdePkg / Library / PeiHobLib / PeiHobLib.inf
index b4f002c46fc6646f79b2498e31e4e562e91ad7a8..345c738168c85f549de8a1b47ada5124d0134150 100644 (file)
@@ -1,18 +1,19 @@
-#/** @file\r
-# Component description file for Pei Hob Library\r
+## @file\r
+# Instance of HOB Library using PEI Services.\r
 #\r
 # HOB Library implementation that uses PEI Services to retrieve the HOB List.\r
-# Copyright (c) 2006, Intel Corporation\r
 #\r
-#  All rights reserved. This program and the accompanying materials\r
+# Copyright (c) 2006 - 2010, 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
 #  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
   FILE_GUID                      = 9643128f-ac24-4b3e-b6be-d8849a306153\r
   MODULE_TYPE                    = PEIM\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = HobLib|PEIM PEI_CORE \r
-  EDK_RELEASE_VERSION            = 0x00020000\r
-  EFI_SPECIFICATION_VERSION      = 0x00020000\r
+  LIBRARY_CLASS                  = HobLib|PEIM PEI_CORE SEC\r
 \r
 \r
 #\r
-#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC\r
+#  VALID_ARCHITECTURES           = IA32 X64 IPF EBC (EBC is for build only)\r
 #\r
 \r
-[Sources.common]\r
+[Sources]\r
   HobLib.c\r
 \r
 \r
   DebugLib\r
 \r
 [Guids]\r
-  gEfiHobMemoryAllocStackGuid                   # ALWAYS_CONSUMED\r
-  gEfiHobMemoryAllocBspStoreGuid                # ALWAYS_CONSUMED\r
-  gEfiHobMemoryAllocModuleGuid                  # ALWAYS_CONSUMED\r
+  gEfiHobMemoryAllocStackGuid                   ## PRODUCES ## HOB\r
+  gEfiHobMemoryAllocBspStoreGuid                ## PRODUCES ## HOB\r
+  gEfiHobMemoryAllocModuleGuid                  ## PRODUCES ## HOB\r
+\r
+#\r
+# [Hob]\r
+#   RESOURCE_DESCRIPTOR   ## PRODUCES\r
+#   MEMORY_ALLOCATION     ## PRODUCES\r
+#   GUID_EXTENSION        ## CONSUMES\r
+#   GUID_EXTENSION        ## PRODUCES\r
+#   CPU                   ## PRODUCES\r
+#   FV2                   ## PRODUCES\r
+#   FV                    ## PRODUCES\r
+#   \r
 \r