blob: 7b5928e5540ae49fb6f9252754609e2036af93f8 [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"
sources = [ "metric_event_logger.fidl" ]
enable_hlcpp = true
}