blob: 7495e7ad7d632b19b6a19cd34cd9b0abb5f25a0c [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.tokens") {
# Some open standard credential types deliberately avoid specifying size constraints.
excluded_checks = [ "string-bounds-not-specified" ]
sources = [
"common.fidl",
"overview.fidl",
"token_manager.fidl",
"token_manager_factory.fidl",
"token_types.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.auth",
"//zircon/vdso/zx",
]
}