omadm/omadmappui/data/NSmlDMSync_reg.rss
changeset 18 7d11f9a6646f
parent 4 75a71fdb4c92
child 21 c707676bf59f
equal deleted inserted replaced
4:75a71fdb4c92 18:7d11f9a6646f
     1 /*
       
     2 * Copyright (c) 2005 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: Implementation of DM UI component
       
    15 * 	This is part of omadmappui.
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <appinfo.rh>
       
    21 #include <NSmlDMSync.rsg>
       
    22 #include <SyncService.rh>
       
    23 #include <SyncServiceConst.h>
       
    24 #include <data_caging_paths_strings.hrh>
       
    25 
       
    26 UID2 KUidAppRegistrationResourceFile
       
    27 UID3 0x101F6DE5 // Define your application UID here
       
    28 
       
    29 RESOURCE APP_REGISTRATION_INFO
       
    30     {
       
    31     app_file = "NSmlDMSync";
       
    32     localisable_resource_file = APP_RESOURCE_DIR"\\NSmlDMSync";
       
    33     localisable_resource_id = R_NSMLDMSYNC_LOCALISABLE_APP_INFO;
       
    34     embeddability = KAppNotEmbeddable;
       
    35     service_list =
       
    36         {
       
    37         SERVICE_INFO { uid = KSyncServiceUid; opaque_data = r_service_edit; }
       
    38         };
       
    39     }
       
    40 
       
    41 RESOURCE SYNC_SERVICE_STRUCT r_service_edit
       
    42     {
       
    43     type = KDevManServiceStart;
       
    44     }
       
    45 
       
    46 // End of File
       
    47