blob: 72432ae193cfb45e4b11ed71370892e73ea0994c [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_CHAIN_DEFS_H_
#define PERIDOT_TESTS_CHAIN_DEFS_H_
namespace {
// Package URLs of the test components used here.
constexpr char kModuleUrl[] = "chain_test_module";
constexpr char kChildModuleUrl[] = "chain_test_child_module";
} // namespace
#endif // PERIDOT_TESTS_CHAIN_DEFS_H_