blob: fbbd945eb80c5fa35587baa8e074bee580c63e25 [file] [log] [blame]
# Copyright 2019 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.
library("topology") {
host = true
kernel = true
sources = [
"system-topology.cpp",
]
deps = [
":test",
"$zx/system/ulib/fbl",
]
}
source_set("test") {
# TODO: testonly = true
sources = [
"system-topology_test.cpp",
]
include_dirs = [ "include" ]
deps = [
"$zx/kernel/lib/unittest",
]
}