Fix memory Leak: Incorrect deallocator used
[platform/core/connectivity/bluetooth-frwk.git] / bt-oal / CMakeLists.txt
index a864ae8..a84da6f 100755 (executable)
@@ -12,11 +12,13 @@ ELSE("$ENV{BT_INCLUDE_OAL_BLUEZ}" STREQUAL "ENABLED")
 ENDIF("$ENV{BT_INCLUDE_OAL_BLUEZ}" STREQUAL "ENABLED")
 
 SET(SRCS
+../include/bt-internal-types.c
 oal-hardware.c
 oal-manager.c
 oal-adapter-mgr.c
 oal-device-mgr.c
 oal-hid-host.c
+oal-hid-device.c
 oal-socket.c
 oal-audio-src.c
 oal-a2dp-sink.c
@@ -25,6 +27,7 @@ oal-avrcp-ctrl.c
 oal-hfp.c
 oal-hdp.c
 oal-gatt.c
+oal-hf-client.c
 common/oal-utils.c
 common/oal-common.c
 common/oal-event-dispatcher.c