blob: 3f300797759609b4d7e15b225ff3d963685c15f6 [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 \
Igor Murashkinc073ba52013-02-26 14:32:34 -080019 CameraBase.cpp \
Mathias Agopian3cf61352010-02-09 17:46:37 -080020
21LOCAL_SHARED_LIBRARIES := \
22 libcutils \
23 libutils \
24 libbinder \
25 libhardware \
Jamie Gennisbfa33aa2010-12-20 11:51:31 -080026 libui \
Igor Murashkin7efa5202013-02-13 15:53:56 -080027 libgui \
28 libcamera_metadata \
29
30LOCAL_C_INCLUDES += \
Igor Murashkin1d880232013-02-20 16:50:13 -080031 system/media/camera/include \
Mathias Agopian3cf61352010-02-09 17:46:37 -080032
33LOCAL_MODULE:= libcamera_client
34
Mathias Agopian3cf61352010-02-09 17:46:37 -080035include $(BUILD_SHARED_LIBRARY)