blob: 3802e5389877cdebf48b1315cd4fef8476e2111a [file] [log] [blame]
{
include: [
// Enable system logging.
"syslog/client.shard.cml",
],
program: {
data: "data/hello-experiences"
},
capabilities: [
{
protocol: [ "fuchsia.ui.app.ViewProvider" ],
},
],
expose: [
{
protocol: [ "fuchsia.ui.app.ViewProvider" ],
from: "self",
to: "parent"
},
],
}