blob: e8baa66da0163b35b7124e82f945d65a5b925b7e [file] [log] [blame]
# Copyright 2018 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("account") {
name = "fuchsia.identity.internal"
sources = [ "account_handler.fidl" ]
public_deps = [
"//sdk/fidl/fuchsia.auth",
"//sdk/fidl/fuchsia.identity.account",
"//sdk/fidl/fuchsia.identity.authentication",
]
}