X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fpkgmgrinfo_basic.h;h=974d9b808249acc6e7810b108e8e7609fbe88d9d;hb=aa88d97f98ae9093f07947ec8397e15e07e1dac3;hp=87b61096f68fa1d16ab19a8d6925dad4cbcd6cb2;hpb=3a590da91ac9922ec07c2dc28d88c0e6dbcbc46d;p=platform%2Fcore%2Fappfw%2Fpkgmgr-info.git diff --git a/include/pkgmgrinfo_basic.h b/include/pkgmgrinfo_basic.h index 87b6109..974d9b8 100644 --- a/include/pkgmgrinfo_basic.h +++ b/include/pkgmgrinfo_basic.h @@ -91,6 +91,13 @@ typedef struct compatibility_x { char *text; } compatibility_x; +typedef struct plugin_x { + char *pkgid; + char *appid; + char *plugin_type; + char *plugin_name; +} plugin_x; + typedef struct datacontrol_x { char *providerid; char *access; @@ -233,6 +240,7 @@ typedef struct package_x { GList *compatibility; /**< package compatibility, element*/ GList *deviceprofile; /**< package device profile, element*/ GList *dependencies; /**< package dependencies, element*/ + GList *plugin; /**< plugin execution list, no xml part*/ } package_x; typedef struct updateinfo_x {