summaryrefslogtreecommitdiffstats
path: root/IntelFspWrapperPkg/IntelFspWrapperPkg.dec
diff options
context:
space:
mode:
Diffstat (limited to 'IntelFspWrapperPkg/IntelFspWrapperPkg.dec')
-rw-r--r--IntelFspWrapperPkg/IntelFspWrapperPkg.dec16
1 files changed, 16 insertions, 0 deletions
diff --git a/IntelFspWrapperPkg/IntelFspWrapperPkg.dec b/IntelFspWrapperPkg/IntelFspWrapperPkg.dec
index 20bc8b71a..b7e81d3a9 100644
--- a/IntelFspWrapperPkg/IntelFspWrapperPkg.dec
+++ b/IntelFspWrapperPkg/IntelFspWrapperPkg.dec
@@ -22,6 +22,17 @@
Include
[LibraryClasses]
+ ## @libraryclass Provide FSP API related function.
+ FspApiLib|IntelFspWrapperPkg/Include/Library/FspApiLib.h
+
+ ## @libraryclass Provide FSP hob process related function.
+ FspHobProcessLib|IntelFspWrapperPkg/Include/Library/FspHobProcessLib.h
+
+ ## @libraryclass Provide FSP platform information related function.
+ FspPlatformInfoLib|IntelFspWrapperPkg/Include/Library/FspPlatformInfoLib.h
+
+ ## @libraryclass Provide FSP wrapper platform sec related function.
+ FspPlatformSecLib|IntelFspWrapperPkg/Include/Library/FspPlatformSecLib.h
[Guids]
#
@@ -79,3 +90,8 @@
gFspWrapperTokenSpaceGuid.PcdPeiMinMemSize|0x1800000|UINT32|0x40000004
## Indicate the PEI memory size platform want to report
gFspWrapperTokenSpaceGuid.PcdPeiRecoveryMinMemSize|0x3000000|UINT32|0x40000005
+
+ ## PcdFspApiVersion is to determine wrapper calling mechanism
+ # - FSP_API_REVISION_1 1
+ # - FSP_API_REVISION_2 2
+ gFspWrapperTokenSpaceGuid.PcdFspApiVersion|0x02|UINT8|0x00001000