chromium/components/device_signals/test/test_constants.cc

// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.

#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[] =;

}  // namespace

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() {}

}  // namespace device_signals::test