blob: 833e771bf3481bb7871c8e7d60a116c98fa50834 [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/mock_font_resolver",
},
capabilities: [
{ protocol: "fuchsia.pkg.FontResolver" },
],
expose: [
{
protocol: "fuchsia.pkg.FontResolver",
from: "self",
},
],
}