blob: fca136efa6ad4dd62f73bfdd3e9f7d0b42602fbd [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.metrics") {
sdk_category = "partner"
api = "fuchsia.metrics.api"
sources = [ "metric_event_logger.fidl" ]
}