/********************************************************************* * MockOEMCrypto.h * * (c) Copyright 2011-2012 Google, Inc. * * Mock implementation of OEMCrypto.h used for testing. *********************************************************************/ #ifndef WV_MOCK_OEMCRYPTO_H_ #define WV_MOCK_OEMCRYPTO_H_ #ifdef __cplusplus extern "C" { #endif extern void initializeMockOEMCrypto(); #ifdef __cplusplus } #endif #endif // _WV_MOCK_OEMCRYPTO_H_