diff options
author | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-25 04:53:13 +0000 |
---|---|---|
committer | lgao4 <lgao4@6f19259b-4bc3-4df7-8a09-765794883524> | 2008-11-25 04:53:13 +0000 |
commit | 65da001c9eab6bae31db45147cd8affdcd5aee84 (patch) | |
tree | 0b1f384cfac1e667fdad9b0f598922b2fb6bb56f /MdePkg/Library/PeiServicesLib | |
parent | 9aa049d9717f1260426918eab2d5986e838a8754 (diff) | |
download | edk2-65da001c9eab6bae31db45147cd8affdcd5aee84.tar.gz edk2-65da001c9eab6bae31db45147cd8affdcd5aee84.tar.bz2 edk2-65da001c9eab6bae31db45147cd8affdcd5aee84.zip |
Add PI_SPECIFICATION_VERSION = 0x00010000 for the following library instances, because they depend on the new definitions in PI spec.
git-svn-id: https://edk2.svn.sourceforge.net/svnroot/edk2/trunk/edk2@6719 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'MdePkg/Library/PeiServicesLib')
-rw-r--r-- | MdePkg/Library/PeiServicesLib/PeiServicesLib.inf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf b/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf index 86be2857b2..31f61a7e2d 100644 --- a/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf +++ b/MdePkg/Library/PeiServicesLib/PeiServicesLib.inf @@ -20,7 +20,7 @@ MODULE_TYPE = PEIM
VERSION_STRING = 1.0
LIBRARY_CLASS = PeiServicesLib|SEC PEIM PEI_CORE
-
+ PI_SPECIFICATION_VERSION = 0x00010000
#
# VALID_ARCHITECTURES = IA32 X64 IPF EBC (EBC is for build only)
|