Add a new installed storage type
[platform/core/appfw/pkgmgr-info.git] / include / pkgmgrinfo_type.h
index d427dda..e138d14 100644 (file)
@@ -400,6 +400,7 @@ typedef enum {
 typedef enum {
        PMINFO_INTERNAL_STORAGE = 0,            /**< Internal Storage*/
        PMINFO_EXTERNAL_STORAGE = 1,            /**< External Storage*/
+       PMINFO_EXTENDED_STORAGE = 2,            /**< Extended Storage*/
 } pkgmgrinfo_installed_storage;
 
 /**