24
|
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 |
// using relative paths for sourcepath and user includes
|
|
15 |
//
|
|
16 |
//
|
|
17 |
|
|
18 |
TARGET te_voice.exe
|
|
19 |
CAPABILITY All -Tcb
|
|
20 |
TARGETTYPE exe
|
|
21 |
// N.B. UID taken from TE_ETel, therefore the two suites should not be loaded at the same time.
|
|
22 |
UID 0x1000007A 0x102797FE
|
|
23 |
VENDORID 0x70000001
|
|
24 |
|
|
25 |
SOURCEPATH .
|
|
26 |
SOURCE TE_VoiceServer.cpp
|
|
27 |
SOURCE TE_Voice.cpp
|
|
28 |
SOURCE TE_VoiceTestStepBase.cpp
|
|
29 |
|
|
30 |
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
31 |
|
|
32 |
LIBRARY etel.lib etelmm.lib
|
|
33 |
LIBRARY euser.lib
|
|
34 |
|
|
35 |
LIBRARY testexecutelogclient.lib
|
|
36 |
LIBRARY testexecuteutils.lib
|
|
37 |
|
|
38 |
SMPSAFE
|