equal
deleted
inserted
replaced
1 /* |
1 /* |
2 * Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies). |
2 * Copyright (c) 2008-2010 Nokia Corporation and/or its subsidiary(-ies). |
3 * All rights reserved. |
3 * All rights reserved. |
4 * This component and the accompanying materials are made available |
4 * This component and the accompanying materials are made available |
5 * under the terms of "Eclipse Public License v1.0" |
5 * under the terms of "Eclipse Public License v1.0" |
6 * which accompanies this distribution, and is available |
6 * which accompanies this distribution, and is available |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
7 * at the URL "http://www.eclipse.org/legal/epl-v10.html". |
9 * Initial Contributors: |
9 * Initial Contributors: |
10 * Nokia Corporation - initial contribution. |
10 * Nokia Corporation - initial contribution. |
11 * |
11 * |
12 * Contributors: |
12 * Contributors: |
13 * |
13 * |
14 * Description: Project description file for commsdatcreator |
14 * Description: |
15 * |
15 * Project description file for commsdatcreator |
16 */ |
16 */ |
17 |
|
18 |
|
19 |
17 |
20 #include <platform_paths.hrh> |
18 #include <platform_paths.hrh> |
21 |
19 |
22 TARGET commsdatcreator.dll |
20 TARGET commsdatcreator.dll |
23 TARGETTYPE dll |
21 TARGETTYPE dll |
28 |
26 |
29 VENDORID VID_DEFAULT |
27 VENDORID VID_DEFAULT |
30 |
28 |
31 LANG SC |
29 LANG SC |
32 |
30 |
33 SOURCEPATH ../Src |
31 SOURCEPATH ../src |
34 |
32 |
35 SOURCE cdcreaderbase.cpp |
33 SOURCE cdcreaderbase.cpp |
36 SOURCE cdcreaderxml.cpp |
34 SOURCE cdcreaderxml.cpp |
37 SOURCE cdcprocessorbase.cpp |
35 SOURCE cdcprocessorbase.cpp |
38 SOURCE cdcprocessorpacketdata.cpp |
36 SOURCE cdcprocessorpacketdata.cpp |
48 SOURCE cdctagcontainer.cpp |
46 SOURCE cdctagcontainer.cpp |
49 SOURCE cdcdumptables.cpp |
47 SOURCE cdcdumptables.cpp |
50 |
48 |
51 |
49 |
52 // Component specific internal headers |
50 // Component specific internal headers |
53 USERINCLUDE ../Inc |
51 USERINCLUDE ../inc |
54 |
52 |
55 USERINCLUDE ../../inc |
53 USERINCLUDE ../../inc |
56 |
54 |
57 // ADO-SUBSYSTEM specific internal headers |
55 // ADO-SUBSYSTEM specific internal headers |
58 SYSTEMINCLUDE ../../../inc |
56 SYSTEMINCLUDE ../../../inc |