blob: d7182a5ff11d299a0705cb8a0523789897f6fc6f [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[] =
"fuchsia-pkg://fuchsia.com/link_context_entities_test_module#meta/link_context_entities_test_module.cmx";
constexpr char kModuleAction[] = "action";
} // namespace
#endif // PERIDOT_TESTS_LINK_CONTEXT_ENTITIES_DEFS_H_