]> git.proxmox.com Git - mirror_edk2.git/blobdiff - IntelFspPkg/Library/BaseFspPlatformLib/BaseFspPlatformLib.inf
BaseTools/BinToPcd: Fix Python 2.7.x compatibility issue
[mirror_edk2.git] / IntelFspPkg / Library / BaseFspPlatformLib / BaseFspPlatformLib.inf
index 4122508baad45e876d61b9a908f5c2f9cd68b0f0..1ec6e4e37f816736880f47481f1122cd32cbec8c 100644 (file)
@@ -1,6 +1,7 @@
 ## @file\r
+# Instance of FspPlatformLib\r
 #\r
-#  Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>\r
+#  Copyright (c) 2014 - 2015, 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
 \r
 [LibraryClasses]\r
   BaseMemoryLib\r
+  MemoryAllocationLib\r
 \r
 [Pcd]\r
-  gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress\r
-  gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase\r
-  gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize\r
+  gIntelFspPkgTokenSpaceGuid.PcdGlobalDataPointerAddress    ## CONSUMES\r
+  gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamBase            ## CONSUMES\r
+  gIntelFspPkgTokenSpaceGuid.PcdTemporaryRamSize            ## CONSUMES\r
+  gIntelFspPkgTokenSpaceGuid.PcdFspTemporaryRamSize         ## CONSUMES\r
 \r
 [Guids]\r
-  gFspBootLoaderTemporaryMemoryGuid\r
+  gFspBootLoaderTemporaryMemoryGuid                         ## PRODUCES ## HOB\r
 \r
 [FixedPcd]\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry\r
-  gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry\r
+  gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry        ## CONSUMES\r
+  gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry         ## CONSUMES\r