landmarksui/msgviewer/data/LmkMsgViewer_reg.rss
branchRCL_3
changeset 17 1fc85118c3ae
parent 16 8173571d354e
child 18 870918037e16
equal deleted inserted replaced
16:8173571d354e 17:1fc85118c3ae
     1 /*
       
     2 * Copyright (c) 2002 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:    LandmarksUi Content File -     
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 
       
    23 
       
    24 
       
    25 #include <data_caging_paths_strings.hrh>
       
    26 
       
    27 #include <appinfo.rh>
       
    28 #include <lmkmsgviewer.rsg>
       
    29 #include "LmkUID.h"
       
    30 
       
    31 UID2 KUidAppRegistrationResourceFile
       
    32 UID3 KLmkMsgViewerAppUID3
       
    33 
       
    34 
       
    35 RESOURCE APP_REGISTRATION_INFO
       
    36     {    
       
    37     app_file = "LmkMsgViewer";
       
    38 
       
    39 	localisable_resource_file = APP_RESOURCE_DIR"\\LmkMsgViewer";
       
    40     //hidden = KAppHidden;
       
    41     localisable_resource_id = R_LMKMSGVIEWER_LOCALISABLE_APP_INFO;
       
    42 
       
    43 
       
    44     hidden = KAppIsHidden;
       
    45     embeddability = KAppEmbeddableUiNotStandAlone;
       
    46 
       
    47 #if 0
       
    48     hidden = KAppNotHidden;
       
    49     embeddability = KAppEmbeddable;
       
    50 #endif 
       
    51 
       
    52     datatype_list = 
       
    53         {
       
    54         DATATYPE
       
    55             {
       
    56             priority = EDataTypePriorityNormal;
       
    57             type = "application/vnd.nokia.landmarkcollection+xml";
       
    58             },
       
    59         DATATYPE
       
    60             {
       
    61             priority = EDataTypePriorityNormal;
       
    62             type = "application/gps+xml";
       
    63             },
       
    64         DATATYPE
       
    65             {
       
    66             priority = EDataTypePriorityNormal;
       
    67             type = "application/vnd.google-earth.kml+xml";
       
    68             },
       
    69         DATATYPE
       
    70             {
       
    71             priority = EDataTypePriorityNormal;
       
    72             type = "application/vnd.google-earth.kmz";
       
    73             }       
       
    74         };
       
    75     }
       
    76 
       
    77 
       
    78 
       
    79 
       
    80 
       
    81 
       
    82 // End of File