blob: 998cec781a5a252904c76fde418641d81cb3ae6e [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: [
"sys/testing/elf_test_runner.shard.cml",
"syslog/client.shard.cml",
],
program: {
binary: "bin/setui_config_test",
args: [
"--display-config",
"/pkg/data/display_configuration.json",
"--controller-flags",
"/pkg/data/service_flags.json",
"--input-device-config",
"/pkg/data/input_device_configuration.json",
"--interface-config",
"/pkg/data/interface_configuration.json",
"--light-hardware-config",
"/pkg/data/light_hardware_configuration.json",
"--agent-config",
"/pkg/data/agent_configuration.json",
"--audio-policy-config",
"/pkg/data/audio_policy_configuration.json",
],
},
}