Source0: %{name}-%{version}.tar.gz
BuildRequires: pkgconfig(%{MODULE_LIBNAME})
BuildRequires: pkgconfig(ecore)
-BuildRequires: pkgconfig(elementary)
BuildRequires: cmake
BuildRequires: pkgconfig(capi-appfw-application)
BuildRequires: pkgconfig(dlog)
//
#include "ITs-stt-common.h"
#include <Ecore.h>
-#include <Elementary.h>
/** @addtogroup itc-stt
* @ingroup itc
*/
void ITs_stt_startup(void)
{
- elm_init(0, NULL);
struct stat stBuff;
if ( stat(ERR_LOG, &stBuff) == 0 )
{
FPRINTF("[Line : %d][%s] Unable to destroy SST handle in postcondition, error returned = %s\\n", __LINE__, API_NAMESPACE, SttGetError(nRet));
}
}
- elm_shutdown();
return;
}
//
#include "ITs-stt-common.h"
#include <Ecore.h>
-#include <Elementary.h>
/** @addtogroup itc-stte
* @ingroup itc
#if DEBUG
FPRINTF("[Line : %d][%s] TEST SUIT start-up: ITs_STTE_p\\n", __LINE__, API_NAMESPACE);
#endif
- elm_init(0, NULL);
g_bFeatureSupported = true;
g_bFeatureMismatch = false;
g_bFeatureNotSupported = false;
FPRINTF("[Line : %d][%s] TEST SUIT clean-up: ITs_STTE_p\\n", __LINE__, API_NAMESPACE);
#endif
- elm_shutdown();
return;
}
//& purpose stte main function
//
#include "ITs-tts-common.h"
#include <Ecore.h>
-#include <Elementary.h>
/** @addtogroup itc-tts
* @ingroup itc
*/
void ITs_tts_startup(void)
{
- elm_init(0,NULL);
g_bTtsCreation = false;
struct stat stBuff;
}
}
- elm_shutdown();
sleep(SLEEP_TIME);
return;
}
//
#include "ITs-tts-common.h"
#include <Ecore.h>
-#include <Elementary.h>
/** @addtogroup itc-tts
* @ingroup itc
#if DEBUG
FPRINTF("[Line: %d][%s] TEST SUIT start-up: ITs_TTS_p\\n", __LINE__, API_NAMESPACE);
#endif
- elm_init(0,NULL);
g_bFeatureSupported = true;
g_bFeatureMismatch = false;
g_bFeatureNotSupported = false;
#if DEBUG
FPRINTF("[Line: %d][%s] TEST SUIT clean-up: ITs_TTSE_p\\n", __LINE__, API_NAMESPACE);
#endif
- elm_shutdown();
return;
}
#include <voice_control_common.h>
#include <glib.h>
#include <Ecore.h>
-#include <Elementary.h>
/** @addtogroup itc-voice-control
#include <system_info.h>
#include <fcntl.h>
#include <unistd.h>
-#include <Elementary.h>
#include <dlog.h>
}
}
- elm_init(0, NULL);
g_bIsVcFeatureSupported = TCTCheckSystemInfoFeatureSupported(MICROPHONEFEATURE, API_NAMESPACE) && TCTCheckSystemInfoFeatureSupported(SPEECHCONTROLFEATURE, API_NAMESPACE);
transfer_arg(&nArgs, &pszArgv);
*/
void ITs_voice_control_engine_cleanup(void)
{
- elm_shutdown();
return;
}
remove(ERR_LOG);
}
- elm_init(0, NULL);
g_bVoiceControlStartup = false;
g_bIsVcFeatureSupported = TCTCheckSystemInfoFeatureSupported(MICROPHONEFEATURE, API_NAMESPACE) && TCTCheckSystemInfoFeatureSupported(SPEECHCONTROLFEATURE, API_NAMESPACE);
vc_deinitialize();
}
- elm_shutdown();
return;
}
#include "assert.h"
#include <stdlib.h>
#include <system_info.h>
-#include <Elementary.h>
#include <multi_assistant.h>
#include <multi_assistant_common.h>
+#include <Ecore.h>
static int g_ma_init = false;
static ma_state_e g_ma_state = MA_STATE_NONE;
}
}
// }
- elm_init(0, NULL);
g_ma_init = false;
if (true == g_ma_supported) {
void utc_multi_assistant_cleanup(void)
{
int ret = MA_ERROR_NONE;
- elm_shutdown();
if (true == g_ma_supported) {
ret = ma_unset_state_changed_cb();
#include <system_info.h>
#include <fcntl.h>
#include <unistd.h>
-#include <Elementary.h>
#include <dlog.h>
+#include <Ecore.h>
#include "assert.h"
int ret = -1;
g_stt_supported = false;
system_info_get_platform_bool("http://tizen.org/feature/speech.recognition", &g_stt_supported);
- elm_init(0,NULL);
g_current_state = 0;
g_error = TIZEN_ERROR_NONE;
}
g_stt = NULL;
- elm_shutdown();
}
static bool __stt_supported_engine_cb(stt_h stt, const char* engine_id, const char* engine_name, void* user_data)
#include <system_info.h>
#include <fcntl.h>
#include <unistd.h>
-#include <Elementary.h>
#include <dlog.h>
#include "assert.h"
{
/* start of TC */
system_info_get_platform_bool("http://tizen.org/feature/speech.recognition", &g_is_supported);
- elm_init(0,NULL);
if (g_is_supported == false)
return;
void utc_stte_cleanup(void)
{
/* end of TC */
- elm_shutdown();
}
/**
#include <tts.h>
#include <stdlib.h>
#include <Ecore.h>
-#include <Elementary.h>
//& set: TTS
void utc_tts_startup(void)
{
system_info_get_platform_bool("http://tizen.org/feature/speech.synthesis",&g_supported);
- elm_init(0,NULL);
g_current_state = 0;
/* start of TC */
int ret = TTS_ERROR_NONE;
void utc_tts_cleanup(void)
{
/* end of TC */
- elm_shutdown();
free (g_language);
g_language = NULL;
#include <ttse.h>
#include <stdlib.h>
#include <Ecore.h>
-#include <Elementary.h>
#include <dlog.h>
void utc_ttse_startup(void)
{
system_info_get_platform_bool("http://tizen.org/feature/speech.synthesis", &g_is_supported);
- elm_init(0,NULL);
/* start of TC */
if (g_is_supported == false)
void utc_ttse_cleanup(void)
{
/* end of TC */
- elm_shutdown();
}
/**
#include <system_info.h>
#include <fcntl.h>
#include <unistd.h>
-#include <Elementary.h>
#include <dlog.h>
#include "assert.h"
}
}
}
- elm_init(0, NULL);
transfer_arg(&g_argc, &g_argv);
void utc_vce_cleanup(void)
{
/* end of TC */
- elm_shutdown();
}
/**
#include "assert.h"
#include <stdlib.h>
#include <system_info.h>
-#include <Elementary.h>
#include <voice_control.h>
#include <voice_control_command.h>
#include <voice_control_common.h>
+#include <Ecore.h>
static int g_vc_init = false;
static vc_state_e g_vc_state = VC_STATE_NONE;
}
}
}
- elm_init(0, NULL);
g_vc_init = false;
if (true == g_vc_supported) {
void utc_voice_control_cleanup(void)
{
int ret = VC_ERROR_NONE;
- elm_shutdown();
if (true == g_vc_supported) {
ret = vc_unset_state_changed_cb();