58
|
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 "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: for building DM adapters
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
|
|
22 |
#include "../devinfo/bld/bld.inf"
|
|
23 |
#include "../devdetail/bld/bld.inf"
|
|
24 |
//#include "../internet/bld/bld.inf"
|
|
25 |
#include "../syncmldm/bld/bld.inf"
|
|
26 |
#include "../syncmldm12/bld/bld.inf"
|
|
27 |
#include "../browseradapter/bld/bld.inf"
|
|
28 |
#include "../streamingadapter/bld/bld.inf"
|
|
29 |
|
|
30 |
#include "../globalwlansettings/group/bld.inf"
|
|
31 |
#include "../nsmldinternet/group/bld.inf"
|
|
32 |
#include "../nsmldmalwaysonadapter/group/bld.inf"
|
|
33 |
#include "../nsmldmbmadapter/group/bld.inf"
|
|
34 |
#include "../wlanctrldcmoadapter/group/bld.inf"
|
|
35 |
#include "../connmoadapter/group/bld.inf"
|
|
36 |
|
|
37 |
#ifdef __SYNCML_DM_DS
|
|
38 |
#include "../syncmlds/bld/bld.inf"
|
|
39 |
#endif
|
|
40 |
|
|
41 |
#ifdef __SYNCML_DM_EMAIL
|
|
42 |
#include "../email/bld/bld.inf"
|
|
43 |
#endif
|
|
44 |
|
|
45 |
#ifdef __SYNCML_DM_MMS
|
|
46 |
#include "../mms/bld/bld.inf"
|
|
47 |
#endif
|
|
48 |
|
|
49 |
#ifdef __SYNCML_DM_FOTA
|
|
50 |
#include "../fota/bld/bld.inf"
|
|
51 |
#endif
|
|
52 |
|
|
53 |
#ifdef __SYNCML_DM_IMPS
|
|
54 |
#include "../imps/bld/bld.inf"
|
|
55 |
#endif
|
|
56 |
|
|
57 |
#include "../dcmodmadapter/group/bld.inf"
|