fix appcontrol result behavior from service callee
[platform/framework/native/appfw.git] / src / app / inc / FApp_AppControlImpl.h
index 12a28e4..2094d8b 100644 (file)
@@ -23,7 +23,6 @@
 #define _FAPP_INTERNAL_APP_CONTROL_IMPL_H_
 
 #include <app_service.h>
-#include <bundle.h>
 
 #include <FBaseObject.h>
 #include <FAppTypes.h>
@@ -34,6 +33,9 @@
 #include "FApp_AppManagerImpl.h"
 #include "FApp_IAppControlResponseEventListener.h"
 
+typedef struct _bundle_t bundle;
+
+
 namespace Tizen { namespace Base { class String; } }
 namespace Tizen { namespace Base { namespace Collection { class IList; } } }
 
@@ -54,6 +56,8 @@ enum _AppControlProperty
        _APPCONTROL_PROPERTY_OSP = 0x200,
        _APPCONTROL_PROPERTY_ALIAS = 0x400,
        _APPCONTROL_PROPERTY_APPID_CHANGE = 0x800,
+       _APPCONTROL_PROPERTY_SUBMODE = 0x1000,
+       _APPCONTROL_PROPERTY_SERVICE_CALLEE = 0x2000,
 };
 
 class _OSP_EXPORT_ _AppControlImpl