blob: 1f4725ed3a7b2ea286d02c043d4e109f6bc816f1 [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"
api = "fuchsia.auth.api"
sources = [
"attestation_signer.fidl",
"auth_provider.fidl",
"auth_provider_factory.fidl",
"common.fidl",
"token_manager.fidl",
]
public_deps = [
"//sdk/fidl/fuchsia.ui.viewsv1token",
]
}