blob: a073220db480c39b12f1a705d3124fe7b5191758 [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_CLIPBOARD_DEFS_H_
#define PERIDOT_TESTS_CLIPBOARD_DEFS_H_
namespace {
// The url of the clipboard agent under test.
constexpr char kClipboardAgentUrl[] =
"fuchsia-pkg://fuchsia.com/clipboard_agent#meta/clipboard_agent.cmx";
} // namespace
#endif // PERIDOT_TESTS_CLIPBOARD_DEFS_H_