blob: 01fac7fd41c66355c28fb7e766957f33dbc4586f [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("smbios") {
kernel = true
static = true
sources = [
"smbios.cpp",
]
deps = [
"$zx/system/ulib/fbl",
]
}
test("smbios-test") {
sources = [
"smbios-test.cpp",
]
deps = [
":smbios",
"$zx/system/ulib/fdio",
"$zx/system/ulib/zxtest",
]
}