Adjust some log levels
[platform/core/appfw/pkgmgr-info.git] / include / pkgmgrinfo_basic.h
index 275fe65..e78fd61 100644 (file)
@@ -77,6 +77,7 @@ typedef struct appcontrol_x {
        char *operation;
        char *uri;
        char *mime;
+       GList *privileges;
 } appcontrol_x;
 
 typedef struct compatibility_x {
@@ -88,6 +89,8 @@ typedef struct datacontrol_x {
        char *providerid;
        char *access;
        char *type;
+       char *trusted;
+       GList *privileges;
 } datacontrol_x;
 
 typedef struct splashscreen_x {
@@ -139,6 +142,7 @@ typedef struct application_x {
        char *ui_gadget;        /*attr, default: "false"*/
        char *launch_mode;      /*attr, default: "single"*/
        char *support_ambient;  /*attr, default: "false"*/
+       char *setup_appid;      /*attr*/
        char *alias_appid;      /*attr*/
        char *effective_appid;  /*attr*/
        char *package_type;     /*set from package_x*/
@@ -209,6 +213,12 @@ typedef struct package_x {
        GList *deviceprofile;           /**< package device profile, element*/
 } package_x;
 
+typedef struct updateinfo_x {
+       char *pkgid;
+       char *version;
+       int type;
+} updateinfo_x;
+
 typedef struct package_x manifest_x;
 
 void pkgmgrinfo_basic_free_application(application_x *application);