pushmtm/MtmUiInc/PushMtmUiDef.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 PUSHMTMUIDEF_H
       
    21 #define PUSHMTMUIDEF_H
       
    22 
       
    23 // CONSTANTS
       
    24 
       
    25 /// Resource file for the Push Ui Data Mtm.
       
    26 _LIT( KPushMtmUiDataResourceFileAndDrive, "z:PushMtmUi.rsc" );
       
    27 
       
    28 /// Bitmap file for the Push Ui Data Mtm.
       
    29 _LIT( KPushMtmUiDataBitmapFileAndDrive, "z:PushMtm.mbm" );
       
    30 
       
    31 /// Resource file for the Push Ui Mtm.
       
    32 _LIT( KPushMtmUiResourceFileAndDrive, "z:PushMtmUi.rsc" );
       
    33 
       
    34 #endif // PUSHMTMUIDEF_H
       
    35 
       
    36 //  End of File