[go: nahoru, domu]

blob: 92b31733f681ebe706ae81cf77d92d52b9a4e208 [file] [log] [blame]
// Copyright 2022 The Chromium Authors
// Use of this source code is governed by a BSD-style license that can be
// found in the LICENSE file.
{
include: [
"//fuchsia_web/webinstance_host/web_instance_host_with_svc_directory.shard.cml",
// Use but do not offer. All capability routing be via FIDL calls.
"syslog/use.shard.cml",
],
program: {
runner: "elf",
binary: "web_engine_exe",
args: [
"--context-provider",
],
},
capabilities: [
{
protocol: [
"fuchsia.web.ContextProvider",
"fuchsia.web.Debug",
],
},
],
expose: [
{
protocol: [
"fuchsia.web.ContextProvider",
"fuchsia.web.Debug",
],
from: "self",
},
],
}