phoneuis/BubbleManager/Inc/BubbleManagerPaths.h
changeset 0 5f000ab63145
equal deleted inserted replaced
-1:000000000000 0:5f000ab63145
       
     1 /*
       
     2 * Copyright (c) 2004-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:  Common path defines for BubbleManager.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef BUBBLEMANAGER_HRH
       
    20 #define BUBBLEMANAGER_HRH
       
    21 
       
    22 // INCLUDE FILES
       
    23 #include <e32std.h>
       
    24 #include <data_caging_path_literals.hrh>
       
    25 
       
    26 
       
    27 // CONSTANTS 
       
    28 
       
    29 _LIT( KBMMbmZDrive, "z:" );
       
    30 _LIT( KBMMbmCDrive, "c:" );
       
    31 _LIT( KBMBitmapFile,            "bubblemanager.mbm" );
       
    32 _LIT( KBMCallStatusBitmapFile,  "callstatus.mbm" );
       
    33 _LIT( KBMResourcesFile,         "BubbleManager.rsc" );
       
    34 
       
    35 #endif  // BUBBLEMANAGER_HRH
       
    36 
       
    37 // End of File