Tizen 2.4.0 rev3 SDK Public Release
[framework/system/swap-manager.git] / daemon / da_protocol.h
index 24aeefd..496287a 100644 (file)
@@ -159,12 +159,16 @@ enum app_type {
 enum supported_device {
        DEVICE_FLASH,
        DEVICE_CPU,
-       DEVICE_LCD
+       DEVICE_LCD,
+       DEVICE_WIFI,
+       DEVICE_BT
 };
 static const char *supported_devices_strings[] = {
        "FLASH",
        "CPU",
-       "LCD"
+       "LCD",
+       "WIFI",
+       "BT"
 };
 #define array_size(x) (sizeof(x)/sizeof((x)[0]))
 enum { supported_devices_count = array_size(supported_devices_strings) };