diff options
author | Shumin Qiu <shumin.qiu@intel.com> | 2015-01-19 07:18:24 +0000 |
---|---|---|
committer | shenshushi <shenshushi@Edk2> | 2015-01-19 07:18:24 +0000 |
commit | b34eb190837327224a46723051a587d98b3cabd3 (patch) | |
tree | 9f39cb08aed2304d37bbd0b4983bf0172294f65f /IntelFspPkg/Library/BaseFspSwitchStackLib | |
parent | aaedfe3c126c434badb608284ad72d8a07ce162b (diff) | |
download | edk2-platforms-b34eb190837327224a46723051a587d98b3cabd3.tar.xz |
IntelFspPkg: Refine the format of meta data files.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Shumin Qiu <shumin.qiu@intel.com>
Reviewed-by: Jiewen Yao <jiewen.yao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@16622 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFspPkg/Library/BaseFspSwitchStackLib')
-rw-r--r-- | IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf b/IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf index c3b47b5dbf..a52ee033a0 100644 --- a/IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf +++ b/IntelFspPkg/Library/BaseFspSwitchStackLib/BaseFspSwitchStackLib.inf @@ -1,6 +1,7 @@ ## @file
+# Instance of BaseFspSwitchStackLib
#
-# Copyright (c) 2014, Intel Corporation. All rights reserved.<BR>
+# Copyright (c) 2014 - 2015, Intel Corporation. All rights reserved.<BR>
#
# This program and the accompanying materials
# are licensed and made available under the terms and conditions of the BSD License
@@ -35,8 +36,8 @@ IoLib
[FixedPcd]
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry
- gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPatchEntry ## CONSUMES
+ gIntelFspPkgTokenSpaceGuid.PcdFspMaxPerfEntry ## CONSUMES
|