blob: c880a8c1cf2b34575319bbc63e1f10f3d7ed70a1 [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.power.manager") {
sdk_category = "internal"
sources = [ "register.fidl" ]
public_deps = [
"//zircon/system/fidl/fuchsia-device-manager",
"//zircon/system/fidl/fuchsia-io",
]
}