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:
Fred Gylys-Colwell
2012-12-03 14:39:31 -08:00
parent d74290cc9f
commit 4529037bd8
3 changed files with 127 additions and 406 deletions

View File

@@ -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[] )