diff -r 000000000000 -r e686773b3f54 phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlauncherheaders.h --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/phonebookui/Phonebook2/ccapplication/ccacommlauncherplugin/inc/ccappcommlauncherheaders.h Tue Feb 02 10:12:17 2010 +0200 @@ -0,0 +1,101 @@ +/* +* Copyright (c) 2007-2007 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "Eclipse Public License v1.0" +* which accompanies this distribution, and is available +* at the URL "http://www.eclipse.org/legal/epl-v10.html". +* +* Initial Contributors: +* Nokia Corporation - initial contribution. +* +* Contributors: +* +* Description: Headers of plugin view implementation to help unit testing +* +*/ + + +#ifndef __CCAPPCOMMLAUNCHERHEADERS_H__ +#define __CCAPPCOMMLAUNCHERHEADERS_H__ + +// logfile definition +#define KCommLauncherLogFile CCA_L("commlauncherplugin.txt") +#include "ccalogger.h" + +// common +#include +#include +#include +#include + +// avkon +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include +#include + +// phonebook2/inc +#include +#include +#include + +// aiw +#include +#include + +// cca client +#include "ccaparameter.h" +#include + +// cms engine +#include "cmscontactfield.h" +#include "cmscontactfieldinfo.h" +#include "cmscontactfielditem.h" +#include "cmssession.h" +#include "cmscontact.h" +#include "ccacontactorservice.h" +#include +#include "cmspresencedata.h" + +#include "ccacmscontactfetcherwrapper.h" + +// help +#include +#include + +// own +#include +#include + +#include "ccappcommlauncherlpadmodel.h" +#include "ccappcommlaunchercontacthandler.h" +#include "ccappcommlauncherheadercontrol.h" +#include "ccappcommlauncherheadertextorder.h" +#include "ccappcommlaunchercontainer.h" +#include "ccappviewpluginbase.h" +#include "ccappcommlauncherplugin.h" +#include "ccappcommlauncherpluginuids.hrh" +#include "ccappcommlauncher.hrh" +#include "CCCAppCommLauncherPbkCmd.h" +#include "ccappcommlaunchermenuhandler.h" +#include "ccappcommlauncherimagedecoding.h" +#include "ccappcommlauncherprivatecrkeys.h" + +#endif // __CCAPPCOMMLAUNCHERHEADERS_H__