pushmtm/ViewerInc/PushViewerDef.h
branchRCL_3
changeset 65 8e6fa1719340
parent 0 84ad3b177aa3
equal deleted inserted replaced
64:6385c4c93049 65:8e6fa1719340
       
     1 /*
       
     2 * Copyright (c) 2002 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:  Generic definition file. Internal usage only.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #ifndef PUSHVIEWERDEF_H
       
    21 #define PUSHVIEWERDEF_H
       
    22 
       
    23 // INCLUDE FILES
       
    24 
       
    25 #include "PushMtmDef.hrh"
       
    26 
       
    27 // CONSTANTS
       
    28 
       
    29 /// Push Viewer application UID.
       
    30 LOCAL_D const TUid KUidPushViewerApp = { EUidPushViewerApp };
       
    31 /// WML Browser releates figures.
       
    32 LOCAL_D const TUid KUidWmlBrowserApp = { 0x10008D39 };
       
    33 /// Other applications.
       
    34 LOCAL_D const TUid KUidNotepadApp = { 0x1000599d };
       
    35 /// Bitmap file.
       
    36 _LIT( KPushViewerMbm, "z:\\resource\\PushViewer.mbm");
       
    37 
       
    38 #endif // PUSHVIEWERDEF_H
       
    39 
       
    40 //  End of File