blob: 2fe2ac4298b6042f7fc13de3b029f690c174dd2a [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("storage-metrics") {
sdk = "source"
sdk_headers = [ "storage-metrics/storage-metrics.h" ]
sources = [
"storage-metrics.cc",
]
configs += [ "$zx/public/gn/config:visibility_hidden" ]
public_deps = [
"$zx/system/ulib/fbl:headers",
]
deps = [
"$zx/system/fidl/fuchsia-hardware-block:c",
"$zx/system/fidl/fuchsia-minfs:c",
"$zx/system/fidl/fuchsia-storage-metrics:c",
"$zx/system/ulib/fbl",
]
}