blob: 56d4b1af0a425ed8433d5cabacb57f600fb06c9e [file] [log] [blame]
# Copyright 2020 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.
import("//build/fidl/fidl.gni")
fidl("fuchsia.legacymetrics") {
sdk_category = "partner"
sdk_area = "Unknown"
sources = [
"event.fidl",
"metrics_recorder.fidl",
"overview.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
enable_hlcpp = true
}