devmngt_plat/services_db_api/tsrc/ServicesDbApiTest/src/ServicesDbApiTest.rss
branchRCL_3
changeset 13 90fe62538f66
parent 12 3fec62e6e7fc
child 14 5f281e37a2f5
equal deleted inserted replaced
12:3fec62e6e7fc 13:90fe62538f66
     1 /*
       
     2 * Copyright (c) 2009 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: Resource definitions for project ServicesDbApiTest
       
    15 *
       
    16 */
       
    17 // ---------------------------------------------------------------------------
       
    18 // r_da_services_mime
       
    19 // This resource stores localized strings for the supported services, identified
       
    20 // by their Uid and generic name.
       
    21 // This resource is defined in the services_db.rh file
       
    22 // ---------------------------------------------------------------------------
       
    23 //
       
    24 #include    <bldvariant.hrh>
       
    25 #include    <avkon.rh>
       
    26 //#include    <avkon.rsg>
       
    27 //#include    <avkon.mbg>
       
    28 //#include    <eikcore.rsg>
       
    29 #include    <eikon.rh>
       
    30 //#include    <eikon.rsg>
       
    31 //#include    <avkon.loc>
       
    32 //#include    <data_caging_paths_strings.hrh>
       
    33 #include <services_db.rh>
       
    34 //  RESOURCE IDENTIFIER
       
    35 NAME    SDBT // 4 letter ID
       
    36 RESOURCE RSS_SIGNATURE { }
       
    37 RESOURCE TBUF { buf=""; }
       
    38 
       
    39 RESOURCE DAS_SERVICES r_da_service_mime
       
    40     {
       
    41     services = 
       
    42         {
       
    43         DAS_SERVICE_ENTRY
       
    44             {
       
    45             service_uid = 0x101; // NOT A REAL UID
       
    46             service_name = "Open";
       
    47             service_localized_name = "Open Localized";
       
    48             },
       
    49         DAS_SERVICE_ENTRY
       
    50             {
       
    51             service_uid = 0x102; // NOT A REAL UID
       
    52             service_name = "Upload";
       
    53             service_localized_name = "Upload Localized";
       
    54             },
       
    55         DAS_SERVICE_ENTRY
       
    56             {
       
    57             service_uid = 0x103; // NOT A REAL UID
       
    58             service_name = "Print";
       
    59             service_localized_name = "Print Localized %U";
       
    60             }
       
    61         };
       
    62     }