pushmtm/Data/PushViewer_reg.rss
branchRCL_3
changeset 65 8e6fa1719340
parent 0 84ad3b177aa3
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2004 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 the License "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:  RSS for registration file.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include "PushMtmDef.hrh"
       
    20 #include <MuiuMsgEditorService.rh>
       
    21 #include <MuiuMsgEditorServiceConst.h>
       
    22 #include <data_caging_paths_strings.hrh>
       
    23 #include <appinfo.rh>
       
    24 #include <PushViewer.rsg>
       
    25 
       
    26 
       
    27 UID2 KUidAppRegistrationResourceFile
       
    28 UID3 0x10008D3C
       
    29 
       
    30 
       
    31 RESOURCE APP_REGISTRATION_INFO
       
    32     {
       
    33     app_file = "PushViewer";
       
    34 
       
    35     hidden = KAppIsHidden;
       
    36     embeddability = KAppEmbeddable;
       
    37     
       
    38     service_list = 
       
    39         {
       
    40         SERVICE_INFO { uid = KMuiuMsgEditorServiceUid; 
       
    41                        opaque_data = r_push_service_view; }
       
    42         };
       
    43     }
       
    44 
       
    45 RESOURCE MSG_SERVICE_STRUCT r_push_service_view
       
    46     {
       
    47     mtm_id = EUidPushMtmWapPush;
       
    48     type = KMsgServiceView;
       
    49     }
       
    50 
       
    51 // End of File
       
    52