blob: 17ea9ed0ad9b59d299b67f6c3d6687d3bc40ebb9 [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.
zx_library("smbios") {
sdk = "source"
sdk_headers = [ "lib/smbios/smbios.h" ]
kernel = true
static = true
sources = [ "smbios.cc" ]
deps = [ "$zx/system/ulib/fbl" ]
}