blob: be67929630eade75631d2632b0155a4d4dde28e8 [file] [log] [blame]
# Copyright 2019 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.device.manager") {
sdk_category = "partner"
api = "fuchsia.device.manager.api"
sources = [
"administrator.fidl",
"coordinator.fidl",
"debug.fidl",
"system-state-transition.fidl",
]
public_deps = [
"$zx/vdso/zx",
"//sdk/fidl/fuchsia.hardware.power.statecontrol",
]
}