blob: b2e59020359c4334c9517127fb21a52535e31e26 [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.cpp",
]
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",
]
}