blob: d9e5122576ab874e28a15c2aab2a5508e5303a56 [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.systemmode") {
sdk_category = "partner"
sources = [ "systemmode.fidl" ]
public_deps = [ "//sdk/fidl/fuchsia.power.clientlevel" ]
}