blob: 9687045f14285150542ad13263f075792d1b783f [file] [log] [blame]
// Copyright 2013 The Flutter 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: {
data: "data/dart-jit-echo-server",
runner: "dart_jit_runner",
},
// Capabilities provided by this component.
capabilities: [
{ protocol: "flutter.example.echo.Echo" },
],
expose: [
{
protocol: "flutter.example.echo.Echo",
from: "self",
},
],
}