diff options
author | jyao1 <jyao1> | 2014-08-06 13:27:14 +0000 |
---|---|---|
committer | jyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-06 13:27:14 +0000 |
commit | a81fcd30c1aff139f0007c277c49c52bf55c303c (patch) | |
tree | 598d719348ac6667911ae81561a0dd9902793029 /IntelFspPkg/FspSecCore | |
parent | e7a8edfdf6128729737ec9eda360689a972b7c27 (diff) | |
download | edk2-platforms-a81fcd30c1aff139f0007c277c49c52bf55c303c.tar.xz |
Eliminate duplicated file GUID.
Eliminate duplicate GUID definition.
Do explicit data cast.
Use StrnCpy instead of StrCpy.
Update GCC assembly.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed off by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed by: Eric Dong <eric.dong@intel.com>
Reviewed by: Liming Gao <liming.gao@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15762 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFspPkg/FspSecCore')
-rw-r--r-- | IntelFspPkg/FspSecCore/FspSecCore.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/IntelFspPkg/FspSecCore/FspSecCore.inf b/IntelFspPkg/FspSecCore/FspSecCore.inf index 18c5e76a6b..8767170a97 100644 --- a/IntelFspPkg/FspSecCore/FspSecCore.inf +++ b/IntelFspPkg/FspSecCore/FspSecCore.inf @@ -14,11 +14,10 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = FspSecCore
- FILE_GUID = 1BA0062E-C779-4582-8566-336AE8F78F09
+ FILE_GUID = 207CE046-0ADF-47c3-B9E3-844F12C398DD
MODULE_TYPE = SEC
VERSION_STRING = 1.0
-
#
# The following information is for reference only and not required by the build tools.
#
|