meetingrequest/mrurlparserplugin/data/esmrurlparserplugindata.rss
branchRCL_3
changeset 12 4ce476e64c59
parent 11 0396474f30f5
child 13 8592a65ad3fb
equal deleted inserted replaced
11:0396474f30f5 12:4ce476e64c59
     1 /*
       
     2 * Copyright (c) 2008-2008 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:  Non localizable resource for ESMR URL Parser Plugin.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 NAME URLP
       
    20 
       
    21 #include <eikon.rh>
       
    22 #include <eikon.rsg>
       
    23 #include <badef.rh>
       
    24 
       
    25 RESOURCE RSS_SIGNATURE { }
       
    26 
       
    27 RESOURCE EIK_APP_INFO { }
       
    28 
       
    29 //For location URL, not localized texts
       
    30 RESOURCE LBUF r_qtn_location_url
       
    31     {
       
    32     txt = "http://www.ovi.com/maps/";
       
    33     }
       
    34 
       
    35 RESOURCE LBUF r_qtn_location_url_latitude
       
    36     {
       
    37     txt = "lat=";
       
    38     }
       
    39 
       
    40 RESOURCE LBUF r_qtn_location_url_param_separator
       
    41     {
       
    42     txt = "&";
       
    43     }
       
    44 
       
    45 RESOURCE LBUF r_qtn_location_url_longitude
       
    46     {
       
    47     txt = "lon=";
       
    48     }
       
    49 
       
    50 RESOURCE LBUF r_qtn_location_sieve_url
       
    51     {
       
    52     txt = "http://www.ovi.com/maps/lat=*&lon=*";
       
    53     }