CURRENT_STATUS_START_VIRTUAL_STREAM,
CURRENT_STATUS_STOP_VIRTUAL_STREAM,
CURRENT_STATUS_DESTROY_VIRTUAL_STREAM,
-#ifndef TIZEN_TV_PROD
+#ifndef TIZEN_FEATURE_TV_PROD
CURRENT_STATUS_GET_MAX_MASTER_VOLUME,
CURRENT_STATUS_SET_MASTER_VOLUME,
CURRENT_STATUS_GET_MASTER_VOLUME,
g_menu_state = CURRENT_STATUS_STOP_VIRTUAL_STREAM;
else if (strncmp(cmd, "vdt", 3) == 0)
g_menu_state = CURRENT_STATUS_DESTROY_VIRTUAL_STREAM;
-#ifndef TIZEN_TV_PROD
+#ifndef TIZEN_FEATURE_TV_PROD
if (strncmp(cmd, "mgx", 3) == 0)
g_menu_state = CURRENT_STATUS_GET_MAX_MASTER_VOLUME;
else if (strncmp(cmd, "msv", 3) == 0)
g_print("ut. Unset Current Sound Type \n");
g_print("vc. Set Volume Changed CB \t");
g_print("uv. Unset Volume Changed CB \n");
-#ifndef TIZEN_TV_PROD
+#ifndef TIZEN_FEATURE_TV_PROD
g_print("mgx. *Get Max Master Volume \t");
g_print("mgv. *Get Master Volume \t");
g_print("msv. *Set Master Volume \n");
g_print("*** press enter to stop virtual stream\n");
else if (g_menu_state == CURRENT_STATUS_DESTROY_VIRTUAL_STREAM)
g_print("*** press enter to destroy virtual stream\n");
-#ifndef TIZEN_TV_PROD
+#ifndef TIZEN_FEATURE_TV_PROD
else if (g_menu_state == CURRENT_STATUS_GET_MAX_MASTER_VOLUME)
g_print("*** press enter to get max master volume level\n");
else if (g_menu_state == CURRENT_STATUS_SET_MASTER_VOLUME)
reset_menu_state();
break;
}
-#ifndef TIZEN_TV_PROD
+#ifndef TIZEN_FEATURE_TV_PROD
case CURRENT_STATUS_GET_MAX_MASTER_VOLUME: {
int max_level;
if (sound_manager_get_max_master_volume(&max_level) != SOUND_MANAGER_ERROR_NONE)