system_test_minimum.shard.test-cml (960B)
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 use: [ 6 { 7 directory: "tzdata-icu", 8 rights: [ "r*" ], 9 path: "/config/tzdata/icu", 10 }, 11 { 12 protocol: "fuchsia.logger.LogSink", 13 from: "parent/diagnostics", 14 }, 15 { 16 storage: "cache", 17 path: "/cache", 18 }, 19 { 20 storage: "custom_artifacts", 21 path: "/custom_artifacts", 22 }, 23 { 24 storage: "data", 25 path: "/data", 26 }, 27 { 28 storage: "tmp", 29 path: "/tmp", 30 }, 31 { 32 protocol: [ 33 "fuchsia.buildinfo.Provider", 34 "fuchsia.hwinfo.Product", 35 "fuchsia.intl.PropertyProvider", 36 "fuchsia.media.ProfileProvider", 37 "fuchsia.process.Launcher", 38 ], 39 }, 40 { 41 protocol: [ 42 "fuchsia.tracing.perfetto.ProducerConnector", 43 ], 44 availability: "optional", 45 }, 46 ], 47 }