diff -r a5a39a295112 -r 8baec10861af homescreenpluginsrv/group/bld.inf --- a/homescreenpluginsrv/group/bld.inf Wed Sep 01 12:22:09 2010 +0100 +++ b/homescreenpluginsrv/group/bld.inf Tue Sep 14 21:55:16 2010 +0300 @@ -49,10 +49,14 @@ // Generic configuration interface for component cenrep settings -../conf/hsps.confml APP_LAYER_CONFML(hsps.confml) +#if defined(FF_LAYOUT_480_640_TOUCH_VGA4) || defined(FF_LAYOUT_640_480_TOUCH_VGA4) +../conf/hsps_vga.confml APP_LAYER_CONFML(hsps.confml) +#else +../conf/hsps_qhd.confml APP_LAYER_CONFML(hsps.confml) +#endif + ../conf/hsps_200159c9.crml APP_LAYER_CRML(hsps_200159c9.crml) - // Exports for SAPI impl ../inc/hspsdomattribute.h MW_LAYER_PLATFORM_EXPORT_PATH(hspsdomattribute.h) ../inc/mhspsdomlistitem.h MW_LAYER_PLATFORM_EXPORT_PATH(mhspsdomlistitem.h)