blob: 67e9442948fbbfeede02eabfe283e95de690e43d [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/fidl/fidl.gni")
import("//build/fidl/toolchain.gni")
group("lib") {
testonly = true
deps = [
":just_fidl",
":maxwell_internal",
":services",
"agent",
"app_driver",
"async",
"bound_set",
"common",
"device_info",
"entity",
"fidl",
"integration_testing",
"lifecycle",
"message_queue",
"module_manifest",
"module_manifest_source",
"testing",
]
}
group("services") {
deps = [
"//sdk/fidl/fuchsia.modular",
]
}
group("just_fidl") {
deps = [
"//sdk/fidl/fuchsia.modular($fidl_toolchain)",
]
}
executable("modular_lib_unittests") {
testonly = true
deps = [
"async/cpp:unittests",
"entity/cpp:unittests",
"fidl:unittests",
"modular_config:unittests",
"modular_test_harness/cpp:unittests",
"module_manifest:unittests",
"//src/lib/fxl/test:gtest_main",
]
}
fidl("maxwell_internal") {
# TODO(fxb/35879): Remove lint exclusions by fixing known FIDL lint violations in this target
excluded_checks = [ "string-bounds-not-specified" ]
name = "fuchsia.maxwell.internal"
sources = [
"module_manifest_source/fidl/module_package_indexer.fidl",
]
}