blob: 6c85f86d0ee85101f93e2661557740e440450e9d [file] [log] [blame] [edit]
# 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"
fuzzers = [
{
protocol = "fuchsia.metrics.MetricEventLoggerFactory"
},
{
protocol = "fuchsia.metrics.MetricEventLogger"
},
]
sources = [ "metric_event_logger.fidl" ]
}