blob: c4c39c121e18ec9eb636c5ab55c5f4f9326610f6 [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",
"driver-host-development.fidl",
"system-state-transition.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.hardware.power.statecontrol",
"//zircon/vdso/zx",
]
}