diff options
author | jyao1 <jyao1> | 2014-08-05 03:59:56 +0000 |
---|---|---|
committer | jyao1 <jyao1@6f19259b-4bc3-4df7-8a09-765794883524> | 2014-08-05 03:59:56 +0000 |
commit | 5ce0e51851258a30f9cb148502edcb67a82cac16 (patch) | |
tree | 25f87b768b5cf0d18f8cb906c4e968d0cfb8f051 /IntelFspPkg/Library/SecPlatformSecLibNull | |
parent | 0a1eb97d376a7d0539767f24bc37626745eb5575 (diff) | |
download | edk2-platforms-5ce0e51851258a30f9cb148502edcb67a82cac16.tar.xz |
Eliminate duplicated file GUID.
Contributed-under: TianoCore Contribution Agreement 1.0
Signed off by: Jiewen Yao <jiewen.yao@intel.com>
Reviewed by: Eric Dong <eric.dong@intel.com>
git-svn-id: https://svn.code.sf.net/p/edk2/code/trunk/edk2@15751 6f19259b-4bc3-4df7-8a09-765794883524
Diffstat (limited to 'IntelFspPkg/Library/SecPlatformSecLibNull')
-rw-r--r-- | IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf b/IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf index 72006c585c..31707a68d8 100644 --- a/IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf +++ b/IntelFspPkg/Library/SecPlatformSecLibNull/SecPlatformSecLibNull.inf @@ -19,12 +19,11 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = SecPlatformSecLibNull
- FILE_GUID = 6695974D-968C-420b-80B9-7870CD20118F
+ FILE_GUID = 03DA99B3-DDF4-4c7e-8CCA-216FC3F1F311
MODULE_TYPE = SEC
VERSION_STRING = 1.0
LIBRARY_CLASS = NULL
-
#
# The following information is for reference only and not required by the build tools.
#
|