diff options
author | Bret Barkelew <Bret.Barkelew@microsoft.com> | 2019-06-10 10:19:13 +0800 |
---|---|---|
committer | Hao A Wu <hao.a.wu@intel.com> | 2019-06-17 09:19:00 +0800 |
commit | 34857c2ff9d752826ecdd9f5871735c788850651 (patch) | |
tree | 192263991187b5083c0b205332c691d97494f967 /SourceLevelDebugPkg | |
parent | a860eb9668c1a2ad875874ca3822a49a5321879f (diff) | |
download | edk2-34857c2ff9d752826ecdd9f5871735c788850651.tar.gz edk2-34857c2ff9d752826ecdd9f5871735c788850651.tar.bz2 edk2-34857c2ff9d752826ecdd9f5871735c788850651.zip |
SourceLevelDebugPkg: Add missing instances for build only
REF: https://bugzilla.tianocore.org/show_bug.cgi?id=1903
Add the missing instances to the [Components] of dsc file
for build only.
Cc: Hao A Wu <hao.a.wu@intel.com>
Cc: Liming Gao <liming.gao@intel.com>
Cc: Sean Brogan <sean.brogan@microsoft.com>
Cc: Michael Turner <Michael.Turner@microsoft.com>
Cc: Bret Barkelew <Bret.Barkelew@microsoft.com>
Cc: Leif Lindholm <leif.lindholm@linaro.org>
Signed-off-by: Zhichao gao <zhichao.gao@intel.com>
Reviewed-by: Hao A Wu <hao.a.wu@intel.com>
Diffstat (limited to 'SourceLevelDebugPkg')
-rw-r--r-- | SourceLevelDebugPkg/SourceLevelDebugPkg.dsc | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc b/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc index 8be6781296..a1a1b81d03 100644 --- a/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc +++ b/SourceLevelDebugPkg/SourceLevelDebugPkg.dsc @@ -93,6 +93,8 @@ ###################################################################################################
[Components.common]
+ SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Dxe.inf
+ SourceLevelDebugPkg/Library/DebugCommunicationLibUsb3/DebugCommunicationLibUsb3Pei.inf
SourceLevelDebugPkg/Library/DebugCommunicationLibSerialPort/DebugCommunicationLibSerialPort.inf
SourceLevelDebugPkg/Library/DebugCommunicationLibUsb/DebugCommunicationLibUsb.inf
SourceLevelDebugPkg/Library/PeCoffExtraActionLibDebug/PeCoffExtraActionLibDebug.inf
|