0
|
1 |
/*
|
|
2 |
* Copyright (c) 2005-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 |
* Using relative paths for sourcepath and user includes
|
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
|
|
20 |
|
|
21 |
TARGET SampleServer.exe
|
|
22 |
TARGETTYPE exe
|
|
23 |
UID 0x1000007A 0x101F7794
|
|
24 |
VENDORID 0x70000001
|
|
25 |
|
|
26 |
SOURCEPATH ../src
|
|
27 |
SOURCE SampleServer.cpp
|
|
28 |
SOURCE SampleStep.cpp
|
|
29 |
|
|
30 |
USERINCLUDE ../src
|
|
31 |
SYSTEMINCLUDE /epoc32/include
|
|
32 |
SYSTEMINCLUDE /epoc32/include/test
|
|
33 |
|
|
34 |
LIBRARY euser.lib
|
|
35 |
LIBRARY testexecuteutils.lib
|
|
36 |
LIBRARY efsrv.lib
|
|
37 |
LIBRARY testexecutelogclient.lib
|