blob: 03dbd7ced24b9aacae0a12c86aff7d56cb774fc2 [file] [log] [blame]
# Copyright 2022 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("virtual_keyboard") {
sources = [ "virtual_keyboard_manager.h" ]
deps = [ "//zircon/system/ulib/zx" ]
}