blob: 342e6f0bc234ac6e9d114c3680e6a01568503cff [file] [log] [blame]
# Copyright 2022 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.ctap") {
sdk_category = "partner"
sources = [
"common.fidl",
"ctap.fidl",
"get_assertion.fidl",
"make_credential.fidl",
"overview.fidl",
]
}