blob: 97234b487e865ee225641eb4301645ec3e842211 [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",
},
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",
},
],
}