blob: 052a1382b86d93d3d71215f3a09618bae898f960 [file] [log] [blame]
// Copyright 2023 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
// A component manifest used by WebInstanceHost when creating a Context for
// which the caller provides a service_directory in its CreateContextParams.
{
include: [ "//fuchsia_web/webengine/web_instance-common.shard.cml" ],
use: [
// fuchsia.web/CreateContextParams.service_directory.
{
directory: "svc",
rights: [ "connect" ],
path: "/svc",
},
],
}