mirror of
https://github.com/acidanthera/audk.git
synced 2025-08-23 02:28:08 +02:00
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>
38 lines
982 B
INI
38 lines
982 B
INI
## @file
|
|
# Unit tests for MEDIA_SANITIZE_PROTOCOL and mapping to NVM Express native commands (Sanitize and FormatNVM)
|
|
#
|
|
# Copyright (C) Microsoft Corporation.<BR>
|
|
# SPDX-License-Identifier: BSD-2-Clause-Patent
|
|
##
|
|
|
|
[Defines]
|
|
INF_VERSION = 0x00010006
|
|
BASE_NAME = MediaSanitizeUnitTestHost
|
|
FILE_GUID = AAE328E9-37C3-4F4A-A2C0-0BE0E681ADA6
|
|
MODULE_TYPE = HOST_APPLICATION
|
|
VERSION_STRING = 1.0
|
|
|
|
#
|
|
# The following information is for reference only and not required by the build tools.
|
|
#
|
|
# VALID_ARCHITECTURES = IA32 X64
|
|
#
|
|
|
|
[Sources]
|
|
MediaSanitizeUnitTest.c
|
|
../NvmExpressMediaSanitize.c
|
|
../NvmExpressMediaSanitize.h
|
|
|
|
[Packages]
|
|
MdePkg/MdePkg.dec
|
|
MdeModulePkg/MdeModulePkg.dec
|
|
UnitTestFrameworkPkg/UnitTestFrameworkPkg.dec
|
|
|
|
[LibraryClasses]
|
|
BaseLib
|
|
BaseMemoryLib
|
|
DebugLib
|
|
UnitTestLib
|
|
PrintLib
|
|
MemoryAllocationLib
|