blob: e75d35f4f15f62de5220230fdcdcb7f0741543ef [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")
# TODO(alhaad/ukode): Move token_provider.fidl into a separate rule since
# third-party components should only depend on it.
# TODO(alhaad/ukode): Also move these services to a separate repository.
fidl("fuchsia.modular.auth") {
sdk_category = "partner"
sources = [
"account/account.fidl",
"account_provider.fidl",
"token_provider.fidl",
]
deps = [
"//garnet/public/fidl/fuchsia.ui.viewsv1token",
]
}