Add attribute for lib rpk
[platform/core/appfw/pkgmgr-info.git] / include / pkgmgrinfo_basic.h
index d75c33f..9623cb6 100644 (file)
@@ -243,6 +243,7 @@ typedef struct package_x {
        char *locale;   /*no xml part*/
        char *res_type; /**< res type, attr*/
        char *res_version;      /**< res version, attr*/
+       char *lib;      /**< whether lib rpk or not, attr*/
        char *is_disabled; /**< Flag that indicates if the package is disabled or not, no xml part*/
        char *light_user_switch_mode;   /**< light_user_switch_mode flag, attr, default: "dafault"*/
        GList *icon;            /**< package icon, element*/