blob: 9d92958954e97d99f4e1148cda40e82c10570a32 [file] [log] [blame]
// Copyright 2022 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.
{
include: [
"//src/chromium/web_engine/meta/shards/context_provider_create_base.shard.cml",
"//src/chromium/web_engine/meta/shards/context_provider_create_with_audio.shard.cml",
"//src/chromium/web_engine/meta/shards/context_provider_create_with_network.shard.cml",
"//src/chromium/web_engine/meta/shards/context_provider_create_with_view.shard.cml",
"//src/chromium/web_engine/meta/shards/context_provider_create_with_vulkan.shard.cml",
"inspect/client.shard.cml",
"syslog/client.shard.cml",
],
program: {
runner: "elf",
binary: "bin/web_view_bin",
},
capabilities: [
{
protocol: [ "fuchsia.ui.app.ViewProvider" ],
},
],
expose: [
{
protocol: [ "fuchsia.ui.app.ViewProvider" ],
from: "self",
},
],
config: {
javascript_file: {
type: "string",
max_size: 2048,
},
},
}