blob: 0b8733a6962a5e99a083e337a6e8012a07b40f91 [file] [log] [blame]
// Copyright 2018 The Fuchsia Authors. All rights reserved.
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
#ifndef PERIDOT_TESTS_SUGGESTION_DEFS_H_
#define PERIDOT_TESTS_SUGGESTION_DEFS_H_
namespace {
// Package URLs of the test components used here.
constexpr char kSuggestionTestModule[] = "suggestion_test_module";
constexpr char kSuggestionTestModuleDone[] = "suggestion_test_module_done";
constexpr char kProposalId[] =
"file:///system/bin/modular_tests/suggestion_proposal_test#proposal";
} // namespace
#endif // PERIDOT_TESTS_SUGGESTION_DEFS_H_