blob: df8b04bdfe1230d8737a9ce8f5670175f1e17b3c [file] [log] [blame]
# Copyright 2022 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.power.metrics") {
sdk_category = "partner_internal"
sdk_area = "Unknown"
stable = true
sources = [ "recorder.fidl" ]
}