blob: 97fdb51e56226f52b79473b893f9b4582737cf29 [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_property_manager",
args: [
"--set-initial-profile",
"--locale-ids=en-US,nl-NL",
"--timezone-ids=und-u-tz-uslax",
],
},
capabilities: [
{ protocol: "fuchsia.intl.PropertyProvider" },
{ protocol: "fuchsia.test.intl.manager.PropertyManager" },
],
expose: [
{
protocol: "fuchsia.intl.PropertyProvider",
from: "self",
},
{
protocol: "fuchsia.test.intl.manager.PropertyManager",
from: "self",
},
],
}