diff -r c743ef5928ba -r f966699dea19 idlehomescreen/xmluicontroller/inc/aixmluiconstants.h --- a/idlehomescreen/xmluicontroller/inc/aixmluiconstants.h Tue Feb 02 00:04:13 2010 +0200 +++ b/idlehomescreen/xmluicontroller/inc/aixmluiconstants.h Fri Feb 19 22:42:37 2010 +0200 @@ -112,6 +112,7 @@ _LIT8( KConfiguration, "configuration" ); _LIT8( KNewsTicker, "newsticker" ); _LIT8( KAnimation, "animation" ); + _LIT8( KTextEditor, "texteditor" ); } } // End of namespace xml @@ -120,6 +121,7 @@ #define KContentTypeText TPtrC8( reinterpret_cast< const TText8* >( KAiContentTypeText ) ) #define KContentTypeBitmap TPtrC8( reinterpret_cast< const TText8* >( KAiContentTypeBitmap ) ) +#define KContentTypeData TPtrC8( reinterpret_cast< const TText8* >( KAiContentTypeData )) _LIT8( KContentTypeImage, "image/" ); _LIT8( KContentTypeImageSvg, "image/svg+xml" ); _LIT( KTargetSliderVolumeValue, "slider::volume" );