blob: ff82efb366c01ce3dac8b962b118eeaf34efeafc [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",
"vulkan/client.shard.cml",
],
use: [
{
storage: "cache",
rights: [ "rw*" ],
path: "/cache",
},
{
storage: "tmp",
rights: [ "w*" ],
path: "/tmp",
},
{
directory: "dev-display-coordinator",
rights: [ "r*" ],
path: "/dev/class/display-coordinator",
},
{
directory: "dev-input",
rights: [ "r*" ],
path: "/dev/class/input",
},
{
directory: "dev-input-report",
rights: [ "r*" ],
path: "/dev/class/input-report",
},
],
}