diff -r e52958d06c29 -r 5fd161fa28b6 svgtviewer/SvgtViewerPlugin/data/SVGTViewerApp_reg.rss --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/svgtviewer/SvgtViewerPlugin/data/SVGTViewerApp_reg.rss Thu Sep 09 11:17:40 2010 +0300 @@ -0,0 +1,72 @@ +/* +* Copyright (c) 2004,2005 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: Registration resource file for SVGT Viewer Applicaton +* Reqd for the new app framework. +* +*/ + + +// INCLUDES + +#include +#include +#include + +#include "SVGTViewerAppDbgFlags.hrh" + +UID2 KUidAppRegistrationResourceFile +UID3 0x101F874A // application UID + +// RESOURCE DEFINITIONS +// ----------------------------------------------------------------------------- +// +// APP_REGISTRATION_INFO +// Registration resource for SVGT Viewer +// +// ----------------------------------------------------------------------------- +// +RESOURCE APP_REGISTRATION_INFO + { + app_file = "SVGTViewerApp"; + + localisable_resource_file = APP_RESOURCE_DIR"\\SVGTViewerApp"; + localisable_resource_id = R_SVGTVIEWERAPP_LOCALISABLE_APP_INFO; +#ifndef SVGTVIEWERAPP_DBG_OPEN_HARDCODE_FILE + hidden = KAppIsHidden; + embeddability = KAppEmbeddableUiNotStandAlone; +#else + hidden = KAppNotHidden; + embeddability = KAppEmbeddable; +#endif + + datatype_list = + { + DATATYPE + { + // SVG-T Viewer gets high priority for handling + // mime-type image/svg+xml + priority = EDataTypePriorityHigh; + type="image/svg+xml"; + }, + DATATYPE + { + // SVG-T Viewer gets high priority for handling + // mime-type image/svg + priority = EDataTypePriorityHigh; + type="image/svg"; + } + }; + } + +// End of File