equal
deleted
inserted
replaced
|
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 // FTP engine |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 |
|
23 |
|
24 PRJ_PLATFORMS |
|
25 |
|
26 DEFAULT |
|
27 |
|
28 PRJ_EXPORTS |
|
29 |
|
30 ../inc/FTPPROT.H SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(ftpprot.h) |
|
31 ../inc/FTPSESS.H SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(ftpsess.h) |
|
32 ../group/ftp_e.iby /epoc32/rom/include/ftp_e.iby |
|
33 |
|
34 PRJ_TESTEXPORTS |
|
35 ../group/tftp_e.iby /epoc32/rom/include/tftp_e.iby |
|
36 |
|
37 |
|
38 PRJ_MMPFILES |
|
39 FTPPROT.MMP |
|
40 FTPSESS.MMP |
|
41 CONSUI.MMP |
|
42 |
|
43 PRJ_TESTMMPFILES |
|
44 FTPTST01.MMP |
|
45 FTPTST02.MMP |
|
46 |