blob: 4abd36fe7946c1770e99fc3ec5deadea07966260 [file] [log] [blame]
# Copyright 2017 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.auth") {
# TODO(ukode): Split auth interface into public and internal and remove
# partner sdk dependency for internal interfaces.
sdk_category = "partner"
sources = [
"attestation_signer.fidl",
"auth_provider.fidl",
"auth_provider_factory.fidl",
"common.fidl",
"token_manager.fidl",
]
public_deps = [
"//garnet/public/fidl/fuchsia.ui.viewsv1token",
]
}