blob: 2dbb1345c13f990e5d6443a8bdbe001f1412822f [file] [log] [blame]
# Copyright 2016 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.
LOCAL_DIR := $(GET_LOCAL_DIR)
MODULE := $(LOCAL_DIR)
MODULE_TYPE := userlib
MODULE_SRCS += \
$(LOCAL_DIR)/acer12.c \
$(LOCAL_DIR)/hid.c \
$(LOCAL_DIR)/keymaps.c \
$(LOCAL_DIR)/paradise.c \
$(LOCAL_DIR)/samsung.c \
MODULE_EXPORT := so
MODULE_SO_NAME := hid
MODULE_LIBS := \
system/ulib/zircon \
system/ulib/fdio \
system/ulib/c
include make/module.mk