svgtviewer/SvgtViewerPlugin/data/SVGTViewerApp_reg.rss
branchRCL_3
changeset 13 e52958d06c29
parent 10 1882882c7f9c
child 14 20b99a6d6175
--- a/svgtviewer/SvgtViewerPlugin/data/SVGTViewerApp_reg.rss	Tue May 25 12:28:38 2010 +0300
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,72 +0,0 @@
-/*
-* 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 <appinfo.rh>
-#include <svgtviewerapp.rsg>
-#include <data_caging_paths_strings.hrh>
-
-#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