| // 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", |
| ], |
| }, |
| ], |
| } |