| # 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", | |
| ] | |
| } |