blob: 13d59854d93587b4fac1405c04e224d1978c92ae [file] [log] [blame]
# Copyright 2025 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") {
sdk_category = "partner"
stable = true
sdk_area = "Power"
api = "fuchsia.power.api"
sources = [ "collaborative_reboot.fidl" ]
}