blob: 8f9954f736dd97589b9bc311d8a6cb529533db8d [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-aot-echo-server",
runner: "dart_aot_runner",
},
// Capabilities provided by this component.
capabilities: [
{ protocol: "flutter.example.echo.Echo" },
],
expose: [
{
protocol: "flutter.example.echo.Echo",
from: "self",
},
],
}