svgtviewer/SvgtViewerPlugin/data/SVGTViewerApp_reg.rss
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 09 Sep 2010 11:17:40 +0300
branchRCL_3
changeset 20 5fd161fa28b6
permissions -rw-r--r--
Revision: 201019 Kit: 201035

/*
* 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