#include "components/device_signals/test/test_constants.h"
#include "base/files/file_path.h"
#include "base/path_service.h"
namespace device_signals::test {
namespace {
constexpr char kTestBundleProductName[] = …;
constexpr char kTestBundleProductVersion[] = …;
}
base::FilePath GetTestDataDir() { … }
base::FilePath GetTestBundlePath() { … }
base::FilePath GetTestBundleBinaryPath() { … }
std::string GetTestBundleProductName() { … }
std::string GetTestBundleProductVersion() { … }
base::FilePath GetUnsignedBundlePath() { … }
base::FilePath GetUnusedPath() { … }
base::FilePath GetEmptyPlistPath() { … }
base::FilePath GetMixArrayDictionaryPlistPath() { … }
base::FilePath GetOnlyDictionaryPlistPath() { … }
}