Add TIZEN_DEPRECATED_API definition if it is not defined 24/210624/1 accepted/tizen/unified/20190724.130121 submit/tizen/20190723.070041
authorDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 23 Jul 2019 05:05:30 +0000 (14:05 +0900)
committerDoHyun Pyun <dh79.pyun@samsung.com>
Tue, 23 Jul 2019 05:05:30 +0000 (14:05 +0900)
Change-Id: I1e164139b860a92ba0d6e9a41c7d73f949ff57cf
Signed-off-by: DoHyun Pyun <dh79.pyun@samsung.com>
include/bluetooth_internal.h

index 2ec26bc..7dc3a10 100644 (file)
 #include "bluetooth_type.h"
 #include "bluetooth_type_internal.h"
 
+#ifndef TIZEN_DEPRECATED_API
+#define TIZEN_DEPRECATED_API __attribute__((__visibility__("default"), deprecated))
+#endif
+
 #ifdef __cplusplus
 extern "C"
 {