blob: 3e7e5a54797dd3213f37712d7e6321467937e436 [file] [log] [blame]
Igor Murashkin1d880232013-02-20 16:50:13 -08001CAMERA_CLIENT_LOCAL_PATH:= $(call my-dir)
2include $(call all-subdir-makefiles)
Mathias Agopian3cf61352010-02-09 17:46:37 -08003include $(CLEAR_VARS)
4
Igor Murashkin1d880232013-02-20 16:50:13 -08005LOCAL_PATH := $(CAMERA_CLIENT_LOCAL_PATH)
6
Mathias Agopian3cf61352010-02-09 17:46:37 -08007LOCAL_SRC_FILES:= \
8 Camera.cpp \
Igor Murashkin7efa5202013-02-13 15:53:56 -08009 CameraMetadata.cpp \
Mathias Agopian3cf61352010-02-09 17:46:37 -080010 CameraParameters.cpp \
11 ICamera.cpp \
12 ICameraClient.cpp \
Wu-cheng Li4ca2c7c2011-06-01 17:22:24 +080013 ICameraService.cpp \
14 ICameraRecordingProxy.cpp \
Igor Murashkin634a5152013-02-20 17:15:11 -080015 ICameraRecordingProxyListener.cpp \
16 IProCameraUser.cpp \
17 IProCameraCallbacks.cpp \
18 ProCamera.cpp \
Mathias Agopian3cf61352010-02-09 17:46:37 -080019
20LOCAL_SHARED_LIBRARIES := \
21 libcutils \
22 libutils \
23 libbinder \
24 libhardware \
Jamie Gennisbfa33aa2010-12-20 11:51:31 -080025 libui \
Igor Murashkin7efa5202013-02-13 15:53:56 -080026 libgui \
27 libcamera_metadata \
28
29LOCAL_C_INCLUDES += \
Igor Murashkin1d880232013-02-20 16:50:13 -080030 system/media/camera/include \
Mathias Agopian3cf61352010-02-09 17:46:37 -080031
32LOCAL_MODULE:= libcamera_client
33
Mathias Agopian3cf61352010-02-09 17:46:37 -080034include $(BUILD_SHARED_LIBRARY)