phoneuis/easydialing/edcontactor/inc/edcontactorserviceheaders.h
branchRCL_3
changeset 3 8871b09be73b
equal deleted inserted replaced
2:c84cf270c54f 3:8871b09be73b
       
     1 /*
       
     2 * Copyright (c) 2010 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:  ccacontactorservice's headers
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #ifndef __EDCONTACTORSERVICEHEADERS_H__
       
    20 #define __EDCONTACTORSERVICEHEADERS_H__
       
    21 
       
    22 // Constants
       
    23 #include <e32cons.h>
       
    24 #define KEDContactorServiceLoggerFile CCA_L("ccacontactorservice.txt")
       
    25 _LIT( KEDContactorServiceResourceFileName, "\\resource\\ccacontactorservicersc.rsc" );
       
    26 _LIT( KColon, ":" );
       
    27 
       
    28 
       
    29 // system
       
    30 #include <e32base.h>
       
    31 #include <bautils.h>
       
    32 #include <coeutils.h>
       
    33 #include <coemain.h>
       
    34 
       
    35 //Phbk 
       
    36 #include <VPbkFieldTypeSelectorFactory.h>
       
    37 
       
    38 // AIW
       
    39 #include <AiwCommon.h>
       
    40 #include <AiwServiceHandler.h>
       
    41 #include <AiwGenericParam.h>
       
    42 #include <AiwContactSelectionDataTypes.h>
       
    43 
       
    44 //SPSettings
       
    45 #include <spsettings.h>
       
    46 #include <spproperty.h>
       
    47 
       
    48 //own
       
    49 #include "edcontactorservice.h"
       
    50 #include "edcontactorserviceoperator.h"
       
    51 #include "medcontactorobserver.h"
       
    52 #include "edcontactorpopuphandler.h"
       
    53 #include <edcontactor.rsg>
       
    54 
       
    55 #include "edcontactor.h"
       
    56 
       
    57 #include "easydialinglogger.h"
       
    58 
       
    59 #endif // __EDCONTACTORSERVICEHEADERS_H__