22
|
1 |
// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
2 |
// All rights reserved.
|
|
3 |
// This component and the accompanying materials are made available
|
|
4 |
// under the terms of "Eclipse Public License v1.0"
|
|
5 |
// which accompanies this distribution, and is available
|
|
6 |
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
|
7 |
//
|
|
8 |
// Initial Contributors:
|
|
9 |
// Nokia Corporation - initial contribution.
|
|
10 |
//
|
|
11 |
// Contributors:
|
|
12 |
//
|
|
13 |
// Description:
|
|
14 |
// Messaging engine and services including Email, Fax & SMS MTMs
|
|
15 |
// This check is for chosing which IMAP version to use.
|
|
16 |
// As SYMBIAN_CENTREP_NOC is only defined in Symbian OS 9.3 and above
|
|
17 |
// version 2 of the IMAP component will be built.
|
|
18 |
//
|
|
19 |
//
|
|
20 |
|
|
21 |
/**
|
|
22 |
@file
|
|
23 |
*/
|
|
24 |
#ifdef SYMBIAN_CENTREP_NOC
|
|
25 |
#define USE_IMAP_V2
|
|
26 |
#endif
|
|
27 |
|
|
28 |
PRJ_PLATFORMS
|
|
29 |
DEFAULT
|
|
30 |
|
|
31 |
// These lot are not
|
|
32 |
#if !defined(WINC)
|
|
33 |
#include "../../msgconf/group/bld.inf"
|
|
34 |
#include "../../biomsgfw/group/BLD.INF"
|
|
35 |
#include "../../biomsgfw/T_BIOMSG/Group/BLD.INF"
|
|
36 |
#include "../../msgsrvnstore/group/bld.inf"
|
|
37 |
#include "../../watcherfw/group/bld.inf"
|
|
38 |
#include "../../scheduledsendmtm/group/bld.inf"
|
|
39 |
#include "../../sendas/group/bld.inf"
|
|
40 |
#include "../../../../../app/messaging/email/pop3andsmtpmtm/group/bld.inf"
|
|
41 |
#ifdef USE_IMAP_V2
|
|
42 |
#include "../../../../../app/messaging/email/imap4mtm/group/bld.inf"
|
|
43 |
#else
|
|
44 |
#include "../../../../../app/messaging/email/pop3andsmtpmtm/imapservermtm/group/bld.inf"
|
|
45 |
#endif
|
|
46 |
#include "../../../../../app/messaging/mobilemessaging/smsmtm/group/bld.inf"
|
|
47 |
#include "../../../../../app/messaging/messagingappbase/obexmtms/Group/bld.inf"
|
|
48 |
#include "../../../../../app/messaging/messagingappbase/smilparser/GROUP/bld.inf"
|
|
49 |
#include "../../msgurlhandler/group/bld.inf"
|
|
50 |
#include "../../../../../app/messaging/mmsengine/mmssettings/group/bld.inf"
|
|
51 |
#include "../../../../../app/messaging/mmsengine/mmsconf/bld.inf"
|
|
52 |
#include "../../msgtest/group/bld.inf"
|
|
53 |
#include "../../msgtestfw/group/bld.inf"
|
|
54 |
#include "../../watcherfw/test/group/bld.inf"
|
|
55 |
#endif
|