blob: 986358c0dc1898afc255cb3590983e523d8c6c16 [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_with_keyboard.shard.cml",
"//src/ui/tests/integration_input_tests/web-test-base/meta/web-app-base.shard.cml",
],
program: {
runner: "elf",
binary: "bin/web-virtual-keyboard-client",
},
use: [
{
protocol: [
"fuchsia.input.virtualkeyboard.ControllerCreator",
"fuchsia.ui.test.input.TestAppStatusListener",
"test.virtualkeyboard.InputPositionListener",
],
},
],
}