diff options
author | Ray Robles <rayrobles@microsoft.com> | 2024-07-18 10:26:05 -0700 |
---|---|---|
committer | mergify[bot] <37929162+mergify[bot]@users.noreply.github.com> | 2024-08-29 18:51:07 +0000 |
commit | b6c4708c4d3470cfd9f465771a665510d3ad1a66 (patch) | |
tree | d2e34bd5478065d1635b349b520ee37e17f769cc /MdeModulePkg/Test/MdeModulePkgHostTest.dsc | |
parent | 7801fe428b0b43099966b68f2441329f4dfc0234 (diff) | |
download | edk2-b6c4708c4d3470cfd9f465771a665510d3ad1a66.tar.gz |
MdeModulePkg/Bus/Pci/NvmExpressDxe: Nvm Express Media Sanitize Protocol.
Implementation of MEDIA_SANITIZE_PROTOCOL for NIST
purge/clear actions with mapping to NVM Express native
commands.
Signed-off-by: Aaron Pop <aaronpop@microsoft.com>
Diffstat (limited to 'MdeModulePkg/Test/MdeModulePkgHostTest.dsc')
-rw-r--r-- | MdeModulePkg/Test/MdeModulePkgHostTest.dsc | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/MdeModulePkg/Test/MdeModulePkgHostTest.dsc b/MdeModulePkg/Test/MdeModulePkgHostTest.dsc index 198cdd814f..5ee505349f 100644 --- a/MdeModulePkg/Test/MdeModulePkgHostTest.dsc +++ b/MdeModulePkg/Test/MdeModulePkgHostTest.dsc @@ -60,6 +60,11 @@ PeCoffGetEntryPointLib|MdePkg/Library/BasePeCoffGetEntryPointLib/BasePeCoffGetEntryPointLib.inf
}
+ MdeModulePkg/Bus/Pci/NvmExpressDxe/UnitTest/MediaSanitizeUnitTestHost.inf {
+ <LibraryClasses>
+ NvmExpressDxe|MdeModulePkg/Bus/Pci/NvmExpressDxe/NvmExpressDxe.inf
+ }
+
#
# Build HOST_APPLICATION Libraries
#
|