blob: 9c76d41101d23a95f49cf85e212a396847b85d76 [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",
]
public_deps = [ "//zircon/vdso/zx" ]
}