blob: a1428cc7be5be1ea9e1086d474841bfafe09128b [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.authentication") {
sdk_category = "internal"
sources = [
"common.fidl",
"mechanisms.fidl",
"overview.fidl",
]
}