blob: 23704519db3846261480b9f05e0561e0cefdfdc4 [file] [log] [blame]
# Copyright 2019 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("screen_reader_lib") {
sources = [
"actions.h",
"screen_reader.h",
]
public_deps = [
"//sdk/lib/sys/cpp",
"//src/lib/fxl",
]
deps = []
}