blob: 2ab5be34a661808c8972d17943a57d3724b3c980 [file] [log] [blame]
# Copyright 2017 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.auth.testing") {
sdk_category = "experimental"
sources = [
"legacy_auth_credential_injector.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.auth",
]
}