equal
deleted
inserted
replaced
|
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 * |
|
16 */ |
|
17 |
|
18 #include <platform_paths.hrh> |
|
19 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
20 |
|
21 TARGET t_devsound.exe |
|
22 TARGETTYPE exe |
|
23 UID 0x102863E4 0x200041CA |
|
24 VENDORID 0x70000001 |
|
25 |
|
26 capability All -Tcb |
|
27 |
|
28 SOURCEPATH ../src |
|
29 |
|
30 SOURCE ../common/src/datawrapperbase.cpp |
|
31 SOURCE t_cmmfdevsounddata.cpp |
|
32 SOURCE t_devsoundserver.cpp |
|
33 SOURCE t_crepositorydata.cpp |
|
34 |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 USERINCLUDE ../common/inc |
|
38 |
|
39 SYSTEMINCLUDE /epoc32/include/test |
|
40 SYSTEMINCLUDE /epoc32/include/mmf/server |
|
41 |
|
42 LIBRARY euser.lib |
|
43 LIBRARY efsrv.lib |
|
44 LIBRARY testexecuteutils.lib |
|
45 LIBRARY testexecutelogclient.lib |
|
46 LIBRARY iniparser.lib |
|
47 LIBRARY ecom.lib |
|
48 LIBRARY mmfdevsound.lib |
|
49 LIBRARY centralrepository.lib |
|
50 |
|
51 |
|
52 SMPSAFE |