blob: 10b336bdf90d34cbf7519a37742d7a3ac2ea8db9 [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: "dart.test.Echo" },
],
expose: [
{
protocol: "dart.test.Echo",
from: "self",
},
],
}