telephonyserverplugins/simtsy/testconfigfileparser/group/testconfigfileparser.mmp
equal
deleted
inserted
replaced
|
1 // Copyright (c) 2001-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 // Top-level project file for DLL that parses config files for test harnesses |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file testconfigfileparser.mmp |
|
20 */ |
|
21 |
|
22 TARGET testconfigfileparser.dll |
|
23 CAPABILITY All -Tcb |
|
24 TARGETTYPE dll |
|
25 |
|
26 SOURCEPATH ../src |
|
27 SOURCE testconfigfile.cpp |
|
28 SOURCE testconfigsection.cpp |
|
29 SOURCE testconfigitem.cpp |
|
30 |
|
31 #ifdef EABI |
|
32 DEFFILE testconfigfileparser.def |
|
33 #else |
|
34 DEFFILE TESTCONFIGFILEPARSER.DEF |
|
35 #endif |
|
36 |
|
37 USERINCLUDE ../inc |
|
38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
39 |
|
40 LIBRARY euser.lib efsrv.lib |
|
41 |
|
42 VENDORID 0x70000001 |