blob: e2d7d7aa5b802b77b3468d59de37758a924e9fba [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"
stable = true
sdk_area = "Metrics"
api = "fuchsia.metrics.api"
fuzzers = [
{
protocol = "fuchsia.metrics.MetricEventLoggerFactory"
},
{
protocol = "fuchsia.metrics.MetricEventLogger"
},
]
sources = [ "metric_event_logger.fidl" ]
}