Source release v3.5.0
This commit is contained in:
16
cdm/test/level3_file_system_test_factory.cpp
Normal file
16
cdm/test/level3_file_system_test_factory.cpp
Normal file
@@ -0,0 +1,16 @@
|
||||
#include "level3_file_system_ce_test.h"
|
||||
#include "level3_file_system_factory.h"
|
||||
|
||||
namespace wvoec3 {
|
||||
|
||||
OEMCrypto_Level3FileSystem* createLevel3FileSystem() {
|
||||
return new OEMCrypto_Level3CETestFileSystem();
|
||||
}
|
||||
|
||||
void deleteLevel3FileSystem(OEMCrypto_Level3FileSystem* file_system) {
|
||||
if (file_system) {
|
||||
delete file_system;
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
Reference in New Issue
Block a user