blob: 3a79c935d4bfd2bf8bc4a12dd70cdc21d9453e38 [file] [log] [blame]
# Copyright 2016 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.tracing.controller") {
sdk_category = "internal"
sources = [ "trace_controller.fidl" ]
public_deps = [ "//zircon/vdso/zx" ]
}