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 | |
parent | 0a1eb97d376a7d0539767f24bc37626745eb5575 (diff) | |
download | edk2-5ce0e51851258a30f9cb148502edcb67a82cac16.tar.gz edk2-5ce0e51851258a30f9cb148502edcb67a82cac16.tar.bz2 edk2-5ce0e51851258a30f9cb148502edcb67a82cac16.zip |
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')
3 files changed, 3 insertions, 5 deletions
diff --git a/IntelFspPkg/FspDxeIpl/FspDxeIpl.inf b/IntelFspPkg/FspDxeIpl/FspDxeIpl.inf index 49317af8e2..0a225278f2 100644 --- a/IntelFspPkg/FspDxeIpl/FspDxeIpl.inf +++ b/IntelFspPkg/FspDxeIpl/FspDxeIpl.inf @@ -14,10 +14,9 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = FspDxeIpl
- FILE_GUID = 86D70125-BAA3-4296-A62F-602BEBBB9081
+ FILE_GUID = 98C8588C-640A-4bb4-AEA0-3F81CDE17524
MODULE_TYPE = PEIM
VERSION_STRING = 1.0
-
ENTRY_POINT = PeimInitializeDxeIpl
#
diff --git a/IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf b/IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf index d3df6c3de3..85c2615acc 100644 --- a/IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf +++ b/IntelFspPkg/Library/BaseFspDebugLibSerialPort/BaseFspDebugLibSerialPort.inf @@ -14,7 +14,7 @@ [Defines]
INF_VERSION = 0x00010005
BASE_NAME = BaseFspDebugLibSerialPort
- FILE_GUID = BB83F95F-EDBC-4884-A520-CD42AF388FAE
+ FILE_GUID = 9D52E46E-F07E-44e8-9A90-F8576C91C211
MODULE_TYPE = BASE
VERSION_STRING = 1.0
LIBRARY_CLASS = DebugLib
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.
#
|