# Copyright 2024 The Chromium Authors
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.

assert(is_chromeos)

static_library("keymaster") {
  sources = [
    "arc_keymaster_bridge.cc",
    "arc_keymaster_bridge.h",
    "cert_store_bridge.cc",
    "cert_store_bridge.h",
  ]

  deps = [
    "//base",
    "//chromeos/ash/components/dbus/arc",
    "//chromeos/ash/experiences/arc",
    "//chromeos/ash/services/keymaster/public/mojom",
    "//components/keyed_service/core",
    "//mojo/core/embedder",
    "//mojo/public/cpp/bindings",
    "//mojo/public/cpp/platform",
    "//mojo/public/cpp/system",
  ]
}
