Separate OEMCrypto DASH from Legacy OEMCrypto
The file OEMCrypto.h was renamed to OEMCryptoDASH.h and all functions that are only needed for legacy support were removed. Change-Id: I3a7a6f8cbb3ee415b4a313416a25ed78785ecdd7
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
#define LOG_TAG "WV.TestOEMCrypto"
|
||||
#include <utils/Log.h>
|
||||
|
||||
#include "OEMCrypto.h" // Unit Test 1: The header file must compile.
|
||||
#include "OEMCryptoDASH.h" // Unit Test 1: The header file must compile.
|
||||
#include "MockOEMCrypto.h"
|
||||
|
||||
int main( int argc, char *argv[] )
|
||||
|
||||
Reference in New Issue
Block a user