blob: 9464c5871e45fd47a4612635e62218e1fd5f4fdb [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_LINK_CONTEXT_ENTITIES_DEFS_H_
#define PERIDOT_TESTS_LINK_CONTEXT_ENTITIES_DEFS_H_
namespace {
// Package URLs of the test components used here.
constexpr char kModuleUrl[] = "link_context_entities_test_module";
} // namespace
#endif // PERIDOT_TESTS_LINK_CONTEXT_ENTITIES_DEFS_H_