blob: 554d9b69084226057ad5d90a39b306082f5f3348 [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/elf_stdio.shard.cml" ],
program: {
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",
},
],
}