mapnavproviderrefapp/data/mnrefproviderback_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) 2006 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 file for MnRefProviderBack
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <appinfo.rh>
       
    20 
       
    21 #include "mnappserviceuids.hrh"
       
    22 #include "mnappservices.hrh"
       
    23 #include "mnserviceinfo.rh"
       
    24 
       
    25 #include <mnrefproviderback.rsg>
       
    26 
       
    27 UID2 KUidAppRegistrationResourceFile
       
    28 UID3 0x03132014
       
    29 
       
    30 RESOURCE APP_REGISTRATION_INFO
       
    31     {
       
    32     app_file = "mnrefproviderback";
       
    33     localisable_resource_file = "\\resource\\apps\\mnrefproviderback";
       
    34     localisable_resource_id = R_MNREFGEOCODER_LOCALISABLE_APP_INFO;
       
    35 
       
    36     launch = KAppLaunchInBackground;
       
    37     hidden = KAppIsHidden;
       
    38 
       
    39     datatype_list = {};
       
    40     file_ownership_list = {};
       
    41     service_list =
       
    42         {
       
    43         SERVICE_INFO
       
    44             {
       
    45             uid = KMnAppGeocodingService;
       
    46             datatype_list = {};
       
    47             opaque_data = r_mnrefgeocoder_geocoding_opaquedata;
       
    48             }
       
    49 #ifdef RD_MAPNAV_BITMAP_ACCESS
       
    50         ,
       
    51         SERVICE_INFO
       
    52             {
       
    53             uid = KMnAppMapImageService;
       
    54             datatype_list = {};
       
    55             opaque_data = r_mnrefprovider_mapimage_opaquedata;
       
    56             }
       
    57 #endif
       
    58         };
       
    59     }
       
    60 
       
    61 RESOURCE MN_SERVICE_INFO r_mnrefgeocoder_geocoding_opaquedata
       
    62     {
       
    63     service_features =
       
    64         KMnSvcFeatureCoordToAddr |
       
    65         KMnSvcFeatureAddrToCoord |
       
    66         KMnSvcFeaturePlainAddrToCoord;
       
    67     }
       
    68 
       
    69 #ifdef RD_MAPNAV_BITMAP_ACCESS
       
    70 RESOURCE MN_SERVICE_INFO r_mnrefprovider_mapimage_opaquedata
       
    71     {
       
    72     service_features = KMnSvcFeatureVectorMap;
       
    73     }
       
    74 #endif
       
    75