blob: e21c5ba5c3cd9589be8b124d64359834de9a6a71 [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/intl_services",
},
capabilities: [
{
protocol: [ "fuchsia.intl.PropertyProvider" ],
},
],
use: [
{
protocol: [ "fuchsia.settings.Intl" ],
},
],
expose: [
{
protocol: [ "fuchsia.intl.PropertyProvider" ],
from: "self",
},
],
}