1// Copyright 2022 The Chromium Authors 2// Use of this source code is governed by a BSD-style license that can be 3// found in the LICENSE file. 4{ 5 include: [ 6 "syslog/client.shard.cml", 7 ], 8 use: [ 9 { 10 directory: "tzdata-icu", 11 rights: [ "r*" ], 12 path: "/config/tzdata/icu", 13 }, 14 { 15 storage: "cache", 16 path: "/cache", 17 }, 18 { 19 storage: "custom_artifacts", 20 path: "/custom_artifacts", 21 }, 22 { 23 storage: "data", 24 path: "/data", 25 }, 26 { 27 storage: "tmp", 28 path: "/tmp", 29 }, 30 { 31 protocol: [ 32 "fuchsia.buildinfo.Provider", 33 "fuchsia.hwinfo.Product", 34 "fuchsia.intl.PropertyProvider", 35 "fuchsia.media.ProfileProvider", 36 "fuchsia.process.Launcher", 37 ], 38 }, 39 { 40 protocol: [ 41 "fuchsia.tracing.perfetto.ProducerConnector", 42 ], 43 availability: "optional", 44 }, 45 ], 46} 47