blob: b114139064c4d7c15f5265678d459c2eff2d734c [file] [log] [blame]
// Copyright 2021 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.
pub const ARCHIVIST_WITH_FEEDBACK_FILTERING: &str =
"fuchsia-pkg://fuchsia.com/archivist-with-feedback-filtering#meta/archivist.cm";
pub const ARCHIVIST_WITH_FEEDBACK_FILTERING_DISABLED: &str =
"fuchsia-pkg://fuchsia.com/archivist-with-feedback-filtering-disabled#meta/archivist.cm";
pub const ARCHIVIST_WITH_SMALL_CACHES: &str =
"fuchsia-pkg://fuchsia.com/archivist-integration-tests-v2#meta/archivist-with-small-caches.cm";
pub const COMPONENT_WITH_CHILDREN_URL: &str =
"fuchsia-pkg://fuchsia.com/archivist-integration-tests-v2#meta/component_with_children.cm";
pub const IQUERY_TEST_COMPONENT_URL: &str =
"fuchsia-pkg://fuchsia.com/archivist-integration-tests-v2#meta/test_component.cm";
pub const LOG_AND_CRASH_COMPONENT_URL: &str =
"fuchsia-pkg://fuchsia.com/archivist-integration-tests-v2#meta/log-and-crash.cm";
pub const SOCKET_PUPPET_COMPONENT_URL: &str =
"fuchsia-pkg://fuchsia.com/archivist-integration-tests-v2#meta/socket-puppet.cm";
pub const LOG_AND_EXIT_COMPONENT_URL: &str =
"fuchsia-pkg://fuchsia.com/archivist-integration-tests-v2#meta/log-and-exit.cm";
pub const STUB_INSPECT_COMPONENT_URL: &str =
"fuchsia-pkg://fuchsia.com/archivist-integration-tests-v2#meta/stub_inspect_component.cm";