equal
deleted
inserted
replaced
1 // Copyright (c) 2002-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 |
|
19 TARGET dscaptestserver.exe |
|
20 CAPABILITY ALL -TCB |
|
21 TARGETTYPE exe |
|
22 UID 0x1000007A 0x101FFA22 |
|
23 VENDORID 0x70000001 |
|
24 |
|
25 SOURCEPATH ../DSCapTestServer |
|
26 SOURCE CapTestServer.cpp |
|
27 SOURCE DevSoundServerTestStep.cpp |
|
28 |
|
29 USERINCLUDE ../DSCapTestServer |
|
30 USERINCLUDE ../SDevSound/inc |
|
31 USERINCLUDE ../../../../../devsound/devsoundrefplugin/src/PlatSec/SoundDevice |
|
32 USERINCLUDE ../../../../../devsound/devsoundrefplugin/src/server |
|
33 USERINCLUDE ../../../../../devsound/devsoundrefplugin/src/PlatSec/Server/AudioServer |
|
34 USERINCLUDE ../../../../../devsound/devsoundrefplugin/src/PlatSec/Client |
|
35 |
|
36 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
37 |
|
38 LIBRARY euser.lib |
|
39 LIBRARY testframeworkclient.lib |
|
40 |
|
41 |
|
42 START WINS |
|
43 #ifndef WINSCW |
|
44 WIN32_LIBRARY CHKSTK.OBJ |
|
45 #endif |
|
46 END |
|
47 |
|
48 SMPSAFE |
|