Add color-depth field for package_app_splash_screen table
[platform/core/appfw/pkgmgr-info.git] / parser / pkgmgr_parser.c
index 885ae8e..75ad043 100644 (file)
@@ -1549,6 +1549,7 @@ static int __ps_process_splashscreen(xmlTextReaderPtr reader, splashscreen_x *sp
        __save_xml_attribute(reader, "orientation", &splashscreen->orientation, NULL);
        __save_xml_attribute(reader, "indicator-display", &splashscreen->indicatordisplay, NULL);
        __save_xml_attribute(reader, "app-control-operation", &splashscreen->operation, NULL);
+       __save_xml_attribute(reader, "color-depth", &splashscreen->color_depth, NULL);
        return 0;
 }