blob: b5ee7193b90a3d9b6b83354b64fa18ebc7e287f5 [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 = [
"//sdk/fidl/fuchsia.auth",
"//sdk/fidl/fuchsia.sys",
]
}