X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=src%2Fcommons%2Fwrt_common_types.h;h=4fe586f02b0b09553b4beb2e6f07daacb1fab479;hb=fd1c15588ac1d18fd5d6117fdb86016cd490e5be;hp=9b80c8a0a1b1618c31c4cec1c0c1cc23e1a53e45;hpb=615ac89e41f56c38e75ecb6e243480b87698c114;p=platform%2Fframework%2Fweb%2Fwrt-installer.git diff --git a/src/commons/wrt_common_types.h b/src/commons/wrt_common_types.h index 9b80c8a..4fe586f 100644 --- a/src/commons/wrt_common_types.h +++ b/src/commons/wrt_common_types.h @@ -30,11 +30,7 @@ */ typedef DPL::Optional OptionalWidgetVersion; - /* Define db type */ -typedef WrtDB::DbWidgetHandle WidgetHandle; -typedef WrtDB::DbWidgetHandleList WidgetHandleList; - typedef WrtDB::DbWidgetFeature WidgetFeature; typedef WrtDB::DbWidgetFeatureSet WidgetFeatureSet; @@ -42,4 +38,12 @@ typedef WrtDB::DbWidgetSize WidgetSize; typedef WrtDB::DbPluginHandle PluginHandle; +enum InstallLocationType +{ + INSTALL_LOCATION_TYPE_UNKNOWN = 0, + INSTALL_LOCATION_TYPE_NOMAL, + INSTALL_LOCATION_TYPE_PRELOAD, + INSTALL_LOCATION_TYPE_EXTERNAL +}; + #endif /* PLUGIN_COMMON_TYPES_H */