blob: 151726df7158bff8ec39d4509666190e37ededc3 [file] [log] [blame]
# Copyright 2020 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.
source_set("mocks") {
testonly = true
sources = [ "mock_boot_info_manager.h" ]
deps = [
"//sdk/lib/fidl/cpp",
"//sdk/lib/sys/cpp",
"//sdk/lib/syslog/cpp",
"//src/lib/fxl",
"//src/ui/a11y/lib/util",
]
}