43
|
1 |
/*
|
|
2 |
* Copyright (c) 2002-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: Build info file for SeCon
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include <platform_paths.hrh>
|
|
19 |
|
|
20 |
#include "../catalogspcconnectivityplugin/group/bld.inf"
|
|
21 |
#include "../cntparser/bld/bld.inf"
|
|
22 |
#include "../services/csc/bld/bld.inf"
|
|
23 |
#include "../services/ftp/bld/bld.inf"
|
|
24 |
#include "../services/pcd/bld/bld.inf"
|
|
25 |
|
|
26 |
#include "../wbxml/conmlhandler/bld/bld.inf"
|
|
27 |
#include "../servers/pcconn/bld/bld.inf"
|
|
28 |
#include "../servers/syncserver/group/bld.inf"
|
|
29 |
|
|
30 |
#include "../clients/pcconn/bld/bld.inf"
|
|
31 |
#include "../clients/syncclient/group/bld.inf"
|
|
32 |
|
|
33 |
#include "../plugins/pcconn/bld/bld.inf"
|
|
34 |
#include "../plugins/ftp/bld/bld.inf"
|
|
35 |
#include "../plugins/hapticsconnplugin/group/bld.inf"
|
|
36 |
|
|
37 |
PRJ_EXPORTS
|
|
38 |
|
|
39 |
// Export stub files
|
|
40 |
stubs/secon_stub.SIS /epoc32/data/z/system/install/secon_stub.SIS
|
|
41 |
stubs/sconpcconnplugin_stub.SIS /epoc32/data/z/system/install/sconpcconnplugin_stub.SIS
|
|
42 |
stubs/sconftpplugin_stub.SIS /epoc32/data/z/system/install/sconftpplugin_stub.SIS
|
|
43 |
|
|
44 |
../rom/sconpcd.iby CORE_MW_LAYER_IBY_EXPORT_PATH(sconpcd.iby)
|
|
45 |
../rom/sconpcconnplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(sconpcconnplugin.iby)
|
|
46 |
../rom/sconpcconnclientserver.iby CORE_MW_LAYER_IBY_EXPORT_PATH(sconpcconnclientserver.iby)
|
|
47 |
../rom/sconftpresources.iby LANGUAGE_MW_LAYER_IBY_EXPORT_PATH(sconftpresources.iby)
|
|
48 |
../rom/sconftpplugin.iby CORE_MW_LAYER_IBY_EXPORT_PATH(sconftpplugin.iby)
|
|
49 |
../rom/sconftp.iby CORE_MW_LAYER_IBY_EXPORT_PATH(sconftp.iby)
|
|
50 |
../rom/sconcsc.iby CORE_MW_LAYER_IBY_EXPORT_PATH(sconcsc.iby)
|
|
51 |
../rom/cntparser.iby CORE_MW_LAYER_IBY_EXPORT_PATH(cntparser.iby)
|
|
52 |
|