blob: 4e2c42f353d77f647ed62005e7adaa60adeee50e [file] [log] [blame]
# 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/package.gni")
package("modular_examples") {
deprecated_system_image = true
deps = [
"counter_cpp",
"hello_world_cpp",
"swap_cpp",
"todo_cpp",
]
binaries = [
{
name = "hello_app_child"
},
{
name = "hello_app_parent"
},
{
name = "example_module1"
},
{
name = "example_module2"
},
{
name = "example_recipe"
},
{
name = "example_todo_headless"
},
{
name = "swap_module1"
},
{
name = "swap_module2"
},
{
name = "swap_recipe"
},
]
}