equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 TARGET ts_usecases.dll |
|
19 TARGETTYPE dll |
|
20 |
|
21 SOURCEPATH ../ts_commdb/ts_usecases |
|
22 SOURCE TS_UseCasesSuite.cpp |
|
23 SOURCE TS_UseCasesStep.cpp |
|
24 SOURCE TS_UseCasesSteps.cpp |
|
25 |
|
26 USERINCLUDE ../ts_commdb/ts_usecases |
|
27 #ifdef SYMBIAN_OLD_EXPORT_LOCATION |
|
28 SYSTEMINCLUDE /epoc32/include |
|
29 #else |
|
30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
31 #endif |
|
32 |
|
33 LIBRARY euser.lib |
|
34 LIBRARY commdb.lib |
|
35 LIBRARY integrationtestutils.lib |
|
36 |
|
37 CAPABILITY ALL -Tcb |
|
38 |
|
39 VENDORID 0x70000001 |
|
40 |
|
41 SMPSAFE |