blob: 05135b899e6ef8ed9a40c9e4417f7f91fe3ccc6b [file] [log] [blame] [edit]
# Copyright 2016 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.
import("//build/components.gni")
group("examples") {
public_deps = [ ":flatland-examples" ]
}
group("tests") {
testonly = true
public_deps = [ "flatland-view-provider:flatland-view-provider-tests" ]
}
fuchsia_package("flatland-examples") {
package_name = "flatland-examples"
deps = [
"flatland-view-provider",
"flatland-view-provider:flatland-view-provider-v1",
"flatland-view-provider:flatland-view-provider-vulkan",
"screen_recording:screen_recording_component",
"simplest-app-flatland",
"simplest_sysmem:simplest_sysmem_component",
]
}