/* * Copyright (C) 2011 Google, Inc. All Rights Reserved */ #include #include #include #include #include #include #include #include #include #include #define LOG_TAG "WV.TestOEMCrypto" #include #include "OEMCrypto.h" // Unit Test 1: The header file must compile. #include "MockOEMCrypto.h" int main( int argc, char *argv[] ) { ALOGD("--- Running Test OEMCrypto.\n"); // Unit Test 2: The code links. initializeMockOEMCrypto(); ALOGD("--- Finished Running OEMCrypto.\n"); // Unit Test 2: The code links. return(0); }