]> git.proxmox.com Git - mirror_edk2.git/blobdiff - EmbeddedPkg/Library/PrePiHobLib/PrePiHobLib.inf
Fix a bug about the iSCSI DHCP dependency issue.
[mirror_edk2.git] / EmbeddedPkg / Library / PrePiHobLib / PrePiHobLib.inf
index a69c46fb0f36b5cc6578dd7fe22e31a5a62b63f0..ca73e6a203e5632b17bfc275445e13e1a78fd265 100644 (file)
@@ -1,9 +1,9 @@
 #/** @file\r
 #  Hob lib that does not contain the APIs as they are already in the PrePiLib\r
 #\r
-#  Copyright (c) 2008 - 2010, Apple, Inc.\r
+#  Copyright (c) 2008 - 2010, Apple Inc. 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
 \r
 [Defines]\r
   INF_VERSION                    = 0x00010005\r
-  BASE_NAME                      = PrePiLib\r
+  BASE_NAME                      = PrePiHobLib\r
   FILE_GUID                      = 1F3A3278-82EB-4C0D-86F1-5BCDA5846CB2\r
   MODULE_TYPE                    = BASE\r
   VERSION_STRING                 = 1.0\r
-  LIBRARY_CLASS                  = PrePiLib \r
+  LIBRARY_CLASS                  = HobLib \r
 \r
 \r
 #\r
 \r
 [Packages]\r
   MdePkg/MdePkg.dec\r
+  MdeModulePkg/MdeModulePkg.dec\r
+  EmbeddedPkg/EmbeddedPkg.dec\r
 \r
 \r
 [LibraryClasses]\r
+  BaseLib\r
+  BaseMemoryLib\r
+  DebugLib\r
+  PrePiHobListPointerLib\r
   \r
+[Guids]\r
+  gEfiHobMemoryAllocModuleGuid\r
+  gEfiHobMemoryAllocStackGuid\r
+\r
+[FixedPcd.common]\r
+  gEmbeddedTokenSpaceGuid.PcdPrePiCpuMemorySize\r
+  gEmbeddedTokenSpaceGuid.PcdPrePiCpuIoSize\r
+\r
+  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIReclaimMemory\r
+  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiACPIMemoryNVS\r
+  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiReservedMemoryType\r
+  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesData\r
+  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiRuntimeServicesCode\r
+  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesCode\r
+  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiBootServicesData\r
+  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderCode\r
+  gEmbeddedTokenSpaceGuid.PcdMemoryTypeEfiLoaderData\r
+\r
+[FeaturePcd]\r
+  gEmbeddedTokenSpaceGuid.PcdPrePiProduceMemoryTypeInformationHob\r
 \r