Add extended storage type for update installed storage
[platform/core/appfw/pkgmgr-info.git] / include / pkgmgrinfo_type.h
index 175abf9..a2404f7 100644 (file)
@@ -451,6 +451,7 @@ typedef enum {
 typedef enum {
        INSTALL_INTERNAL = 0,           /**< Internal Installation*/
        INSTALL_EXTERNAL,               /**< External Installation*/
+       INSTALL_EXTENDED,               /**< Extended Installation*/
 } INSTALL_LOCATION;
 
 /**