blob: c316a2e866e4c681a281aa509900e05e4ecbd0e4 [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[] =
"fuchsia-pkg://fuchsia.com/chain_test_module#meta/chain_test_module.cmx";
constexpr char kChildModuleUrl[] =
"fuchsia-pkg://fuchsia.com/chain_test_child_module#meta/chain_test_child_module.cmx";
} // namespace
#endif // PERIDOT_TESTS_CHAIN_DEFS_H_