diff -r 4e91876724a2 -r 9ba538e329bd photosgallery/imgvwr/group/glxivwr_reg.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/photosgallery/imgvwr/group/glxivwr_reg.rss Thu Jan 07 12:46:23 2010 +0200 @@ -0,0 +1,144 @@ +/* +* Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Application's registration resource file +* +*/ + + + + +#include +#include + +UID2 KUidAppRegistrationResourceFile +UID3 0x200104E7 + +RESOURCE APP_REGISTRATION_INFO + { + app_file="glxivwr"; + // + localisable_resource_file="\\resource\\apps\\glxivwr_loc"; + localisable_resource_id = R_GLX_LOCALISABLE_APP_INFO; + // + hidden = KAppIsHidden; + embeddability = KAppEmbeddableOnly; + datatype_list = + { + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/jpeg"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/jpg"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/jp2"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/tiff"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/x-wmf"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/ico"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/gif"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/bmp"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/x-bmp"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/x-bitmap"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/x-xbitmap"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/x-win-bitmap"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/x-windows-bmp"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/ms-bmp"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/x-ms-bmp"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/vnd.wap.wbmp"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/png"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/x-epoc-mbm"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/vnd.nokia.ota-bitmap"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/x-ota-bitmap"; + }, + DATATYPE + { + priority = EDataTypePriorityHigh; + type = "image/mng"; + } + }; + }