blob: fd004c5a378d87749cb8ed6b848cf9bfe4abcc2a [file] [log] [blame]
# Copyright 2018 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("presentation_mode") {
sources = [
"detector.cc",
"detector.h",
]
deps = [
"//garnet/public/lib/ui/input",
"//garnet/public/lib/ui/input/cpp",
"//sdk/lib/fidl/cpp",
"//src/lib/fxl",
]
public_deps = [
"//sdk/fidl/fuchsia.ui.input",
"//sdk/fidl/fuchsia.ui.policy",
]
}