svgtviewer/SvgtViewerPlugin/data/SVGTViewerApp_reg.rss
branchRCL_3
changeset 20 5fd161fa28b6
equal deleted inserted replaced
17:e52958d06c29 20:5fd161fa28b6
       
     1 /*
       
     2 * Copyright (c) 2004,2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Registration resource file for SVGT Viewer Applicaton
       
    15 *                Reqd for the new app framework.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 //  INCLUDES
       
    21 
       
    22 #include <appinfo.rh>
       
    23 #include <svgtviewerapp.rsg>
       
    24 #include <data_caging_paths_strings.hrh>
       
    25 
       
    26 #include "SVGTViewerAppDbgFlags.hrh"
       
    27 
       
    28 UID2 KUidAppRegistrationResourceFile
       
    29 UID3 0x101F874A // application UID
       
    30 
       
    31 //  RESOURCE DEFINITIONS
       
    32 // -----------------------------------------------------------------------------
       
    33 //
       
    34 // APP_REGISTRATION_INFO
       
    35 // Registration resource for SVGT Viewer
       
    36 //
       
    37 // -----------------------------------------------------------------------------
       
    38 //
       
    39 RESOURCE APP_REGISTRATION_INFO
       
    40     {
       
    41     app_file = "SVGTViewerApp";
       
    42 
       
    43     localisable_resource_file = APP_RESOURCE_DIR"\\SVGTViewerApp";
       
    44     localisable_resource_id = R_SVGTVIEWERAPP_LOCALISABLE_APP_INFO;
       
    45 #ifndef SVGTVIEWERAPP_DBG_OPEN_HARDCODE_FILE
       
    46     hidden = KAppIsHidden;
       
    47     embeddability = KAppEmbeddableUiNotStandAlone;
       
    48 #else
       
    49     hidden = KAppNotHidden;
       
    50     embeddability = KAppEmbeddable;
       
    51 #endif    
       
    52 
       
    53     datatype_list =
       
    54         {
       
    55         DATATYPE
       
    56             {
       
    57             // SVG-T Viewer gets high priority for handling 
       
    58             // mime-type image/svg+xml
       
    59             priority = EDataTypePriorityHigh;
       
    60             type="image/svg+xml";
       
    61             },
       
    62         DATATYPE
       
    63             {
       
    64             // SVG-T Viewer gets high priority for handling 
       
    65             // mime-type image/svg
       
    66             priority = EDataTypePriorityHigh;
       
    67             type="image/svg";
       
    68             }
       
    69         };
       
    70     }
       
    71 
       
    72 // End of File