// Copyright 2013 Google Inc. All Rights Reserved. // For platform specific test vectors #include namespace wvcdm { namespace test_vectors { // for FileStore unit tests static const std::string kFileExists = "/system/bin/sh"; static const std::string kDirExists = "/system/bin"; static const std::string kFileDoesNotExist = "/system/bin/enoext"; static const std::string kDirDoesNotExist = "/system/bin_enoext"; static const std::string kTestDir = "/data/mediadrm/IDM0/"; } // namespace test_vectors } // namespace wvcdm