diff -r 000000000000 -r 4e91876724a2 photosgallery/gallery/group/glx_reg.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/photosgallery/gallery/group/glx_reg.rss Thu Dec 17 08:45:44 2009 +0200 @@ -0,0 +1,145 @@ +/* +* 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 +#include + +UID2 KUidAppRegistrationResourceFile +UID3 KGlxGalleryApplicationUid + +RESOURCE APP_REGISTRATION_INFO + { + app_file="glx"; + // + localisable_resource_file="\\resource\\apps\\glx_loc"; + localisable_resource_id = R_GLX_LOCALISABLE_APP_INFO; + // + hidden = KAppIsHidden; + + 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"; + } + }; + }