blob: 21a516c1cd3157d94a12ae0020b6a71ed9fe63ad [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: [ "sys/component/realm_builder.shard.cml" ],
program: {
runner: "elf",
binary: "bin/fake_build_info",
},
capabilities: [
{
protocol: [
"fuchsia.buildinfo.Provider",
"fuchsia.buildinfo.test.BuildInfoTestController",
],
},
],
expose: [
{
protocol: [
"fuchsia.buildinfo.Provider",
"fuchsia.buildinfo.test.BuildInfoTestController",
],
from: "self",
},
],
}