blob: ce721f24d7e8633c88675886c1ad87fecd93e8d0 [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: [
"//src/starnix/containers/debian/meta/debian_container_for_test.shard.cml",
"//src/starnix/tests/starnix_test.shard.cml",
],
program: {
binary: "data/tests/virtmagma_conformance_tests",
uid: "0",
component_features: [ "magma" ],
},
offer: [
{
protocol: [ "fuchsia.element.GraphicalPresenter" ],
from: "#ui",
to: [ "#container" ],
},
],
}