Add a new storage type
[platform/core/api/package-manager.git] / include / package_manager.h
index 87da8f0..8269f92 100644 (file)
@@ -129,6 +129,7 @@ typedef enum {
 typedef enum {
        PACKAGE_MANAGER_REQUEST_MOVE_TO_INTERNAL = 0,    /**< Internal type */
        PACKAGE_MANAGER_REQUEST_MOVE_TO_EXTERNAL,        /**< External type */
+       PACKAGE_MANAGER_REQUEST_MOVE_TO_EXTENDED,        /**< Extended type (Since 5.0) */
 
        /* These enum will be deprecated. Use above enum instead. */
        PACAKGE_MANAGER_REQUEST_MOVE_TO_INTERNAL = 0,