From 54234b42d04afb5e1d59f4b99e719d9203cb64b0 Mon Sep 17 00:00:00 2001 From: ByungWoo Lee Date: Tue, 3 May 2016 15:56:57 +0900 Subject: [PATCH] Added TIZEN_ERROR_MEDIA_TOOL Change-Id: Ide1c101720ef514c049c033011fbe04b1ce56a6e --- include/tizen_error.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/tizen_error.h b/include/tizen_error.h index 3dbc071..a3fb266 100644 --- a/include/tizen_error.h +++ b/include/tizen_error.h @@ -157,6 +157,8 @@ extern "C" { #define TIZEN_ERROR_MEDIA_STREAMER -0x01A00000 /* Tizen MEDIA STREAMRECORDER Error */ #define TIZEN_ERROR_STREAMRECORDER -0x01A10000 +/* Tizen MEDIA STREAMRECORDER Error */ +#define TIZEN_ERROR_MEDIA_TOOL -0x01A20000 /* Tizen Bluetooth Error */ #define TIZEN_ERROR_BLUETOOTH -0x01C00000 /* Tizen Connection Error */ -- 2.34.1