blob: a2817912a131c9094fa6c5947dd3cdb7489d321d [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 = [
"authenticator.fidl",
"common.fidl",
"interaction.fidl",
"mechanisms.fidl",
"overview.fidl",
]
public_deps = [ "//zircon/vdso/zx" ]
}