blob: ae196599b5a51b70f6b3833f6bcebaff85b375a9 [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.cc",
]
deps = [
":test",
"$zx/system/ulib/fbl",
]
}
source_set("test") {
# TODO: testonly = true
sources = [
"system-topology_test.cc",
]
include_dirs = [ "include" ]
deps = [
"$zx/kernel/lib/unittest",
]
}