blob: 8a60c88cd3357511c3101889e8fa67a5282b376b [file] [log] [blame]
# Copyright 2024 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.deprecated") {
sources = [ "profile.fidl" ]
sdk_category = "internal"
public_deps = [ "//zircon/vdso/zx" ]
enable_hlcpp = true
visibility = [
# Needed by netstack 2 and its integration tests.
"//src/connectivity/network/netstack:lib",
"//src/connectivity/network/tests/integration/sys:*",
# Needed by the audio output pipeline benchmarks.
"//src/media/audio/audio_core/tools/output_pipeline_benchmark:*",
"//vendor/google/media/*",
# Needed by the RoleManager, which implements this protocol.
"//src/zircon/bin/role_manager:*",
# Needed by the ProfileProvider tests.
"//src/zircon/tests/profile",
]
}