0
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-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: Build information file
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include "..\Common\group\bld.inf"
|
|
20 |
#include "..\HttpTraffic\group\bld.inf"
|
|
21 |
#include "..\MsgRelay\group\bld.inf"
|
|
22 |
#include "..\PushURL\group\bld.inf"
|
|
23 |
#include "..\SDK\group\bld.inf"
|
|
24 |
// #include "..\SimPsy\group\bld.inf"
|
|
25 |
#include "..\TaskManager\group\bld.inf"
|
|
26 |
#include "..\EventSim\group\bld.inf"
|
|
27 |
#include "..\Wsock\group\bld.inf"
|
|
28 |
|
|
29 |
#ifndef SDK_CPP
|
|
30 |
// Plugins not present in C++ SDK
|
|
31 |
#include "..\MidpDebug\group\bld.inf"
|
|
32 |
#include "..\SocketForward\group\bld.inf"
|
|
33 |
#include "..\NCI\group\bld.inf"
|
|
34 |
#endif // SDK_CPP
|
|
35 |
|
|
36 |
// End of File
|