diff options
author | Long Qin <qin.long@intel.com> | 2017-12-22 14:52:04 +0800 |
---|---|---|
committer | Long Qin <qin.long@intel.com> | 2017-12-27 02:29:00 +0800 |
commit | b6ee737979e8a2656deed6112f0882fd60e1d69c (patch) | |
tree | e6dc75ca41fd907e29cc84d71eaf3723fe56a301 /SecurityPkg/SecurityPkg.dsc | |
parent | dce03c46aaa980babefa06393354bc0adfd87ae3 (diff) | |
download | edk2-b6ee737979e8a2656deed6112f0882fd60e1d69c.tar.gz |
SecurityPkg: Remove RngTest Application from SecurityPkg
BZ#: https://bugzilla.tianocore.org/show_bug.cgi?id=820
Remove the RngTest application from SecurityPkg, which was only for
unit test.
Cc: Chao Zhang <chao.b.zhang@intel.com>
Contributed-under: TianoCore Contribution Agreement 1.0
Signed-off-by: Long Qin <qin.long@intel.com>
Reviewed-by: Chao Zhang <chao.b.zhang@intel.com>
Diffstat (limited to 'SecurityPkg/SecurityPkg.dsc')
-rw-r--r-- | SecurityPkg/SecurityPkg.dsc | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/SecurityPkg/SecurityPkg.dsc b/SecurityPkg/SecurityPkg.dsc index bb7147ec75..9ce2953034 100644 --- a/SecurityPkg/SecurityPkg.dsc +++ b/SecurityPkg/SecurityPkg.dsc @@ -160,11 +160,6 @@ #SecurityPkg/UserIdentification/UserProfileManagerDxe/UserProfileManagerDxe.inf
#
- # Application
- #
- SecurityPkg/Application/RngTest/RngTest.inf
-
- #
# TPM
#
SecurityPkg/Library/DxeTpmMeasureBootLib/DxeTpmMeasureBootLib.inf
|