blob: c83e604cb3aaad8693007951d5d900683da0d3e6 [file] [log] [blame]
# Copyright 2021 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/dist/resource.gni")
# Entry point for all general purpose GN templates for building and testing
# Fuchsia components.
# See: https://fuchsia.dev/fuchsia-src/development/components/build
import("//build/components/fuchsia_component.gni")
import("//build/components/fuchsia_package.gni")
import("//build/components/fuchsia_package_with_single_component.gni")
import("//build/components/fuchsia_shell_package.gni")
import("//build/components/fuchsia_system_package.gni")
import("//build/components/fuchsia_test.gni")
import("//build/components/fuchsia_test_component.gni")
import("//build/components/fuchsia_test_package.gni")
import("//build/components/fuchsia_unittest_component.gni")
import("//build/components/fuchsia_unittest_package.gni")