blob: 0529cdaf919ceeebd7b6aaec272571e2731b28b6 [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: [ "syslog/client.shard.cml" ],
program: {
runner: "elf",
binary: "bin/display_tweak",
},
use: [
{
directory: "dev-backlight",
rights: [ "r*" ],
path: "/dev/class/backlight",
},
{
directory: "dev-display-coordinator",
rights: [ "r*" ],
path: "/dev/class/display-coordinator",
},
],
}