blob: 4d2fcd846e46d506db280a5c175f4fb64368909a [file] [log] [blame]
# 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.identity.external") {
sources = [
"auth_provider.fidl",
"common.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.auth",
"//sdk/fidl/fuchsia.identity.tokens",
]
}