blob: bd2a0c95bfcf537065a9d35e156e65267f13f048 [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" ]
}