blob: 85d613e5ffc0295e05ca5aac3f901dd27fce41b3 [file] [log] [blame] [edit]
# 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.scheduler") {
sources = [ "profile.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
enable_hlcpp = true
}