mapnavproviderrefapp/data/mnrefprovider_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 MnRefProvider
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <appinfo.rh>
       
    20 
       
    21 #include "mnappserviceuids.hrh"
       
    22 #include "mnappservices.hrh"
       
    23 #include "mnserviceinfo.rh"
       
    24 
       
    25 #include <mnrefprovider.rsg>
       
    26 
       
    27 UID2 KUidAppRegistrationResourceFile
       
    28 UID3 0x03132013
       
    29 
       
    30 RESOURCE APP_REGISTRATION_INFO
       
    31     {
       
    32     app_file = "MnRefProvider";
       
    33     localisable_resource_file = "\\resource\\apps\\MnRefProvider";
       
    34     localisable_resource_id = R_MNREFPROVIDER_LOCALISABLE_APP_INFO;
       
    35     
       
    36     launch = KAppLaunchInForeground;
       
    37     hidden = KAppNotHidden;
       
    38         
       
    39     datatype_list = {};
       
    40     file_ownership_list = {};
       
    41     service_list =
       
    42         {
       
    43         SERVICE_INFO
       
    44             {
       
    45             uid = KMnAppMapViewService;
       
    46             datatype_list = {};
       
    47             opaque_data = r_mnrefprovider_mapview_opaquedata;
       
    48             },
       
    49         SERVICE_INFO
       
    50             {
       
    51             uid = KMnAppNavigationService;
       
    52             datatype_list = {};
       
    53             opaque_data = r_mnrefprovider_navigation_opaquedata;
       
    54             }
       
    55         };
       
    56     }
       
    57 
       
    58 RESOURCE MN_SERVICE_INFO r_mnrefprovider_mapview_opaquedata
       
    59     {
       
    60     service_features = KMnSvcFeatureShowMap | KMnSvcFeatureSelectFromMap;
       
    61     }
       
    62 
       
    63 RESOURCE MN_SERVICE_INFO r_mnrefprovider_navigation_opaquedata
       
    64     {
       
    65     service_features = KMnSvcFeatureNavigateTo;
       
    66     }