// Copyright 2018 Google LLC. All Rights Reserved. This file and proprietary // source code may only be used and distributed under the Widevine License // Agreement. // For platform specific test vectors #include namespace wvcdm { namespace test_vectors { // for FileStore unit tests static const std::string kExistentFile = "/system/bin/sh"; static const std::string kExistentDir = "/system/bin"; static const std::string kNonExistentFile = "/system/bin/enoext"; static const std::string kNonExistentDir = "/system/bin_enoext"; static const std::string kTestDir = "/data/vendor/mediadrm/IDM0/"; } // namespace test_vectors } // namespace wvcdm