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_devvideo.exe |
|
22 TARGETTYPE exe |
|
23 UID 0x102863E2 0x200041CB |
|
24 VENDORID 0x70000001 |
|
25 |
|
26 capability All -Tcb |
|
27 |
|
28 SOURCEPATH ../src |
|
29 |
|
30 SOURCE ../common/src/datawrapperbase.cpp |
|
31 SOURCE t_cmmfdevvideorecorddata.cpp |
|
32 SOURCE t_cmmfdevvideoplaydata.cpp |
|
33 SOURCE t_devvideoserver.cpp |
|
34 SOURCE H264DecTestEngine.cpp |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 USERINCLUDE ../common/inc |
|
38 |
|
39 SYSTEMINCLUDE /epoc32/include/test |
|
40 SYSTEMINCLUDE /epoc32/include/mmf/devvideo +/include/ecom |
|
41 SYSTEMINCLUDE /epoc32/include/libc |
|
42 |
|
43 library ecom.lib euser.lib |
|
44 library efsrv.lib |
|
45 library testexecuteutils.lib |
|
46 library testexecutelogclient.lib |
|
47 library devvideo.lib |
|
48 library iniparser.lib |
|
49 library bitgdi.lib |
|
50 library fbscli.lib |
|
51 library hal.lib |
|
52 LIBRARY estlib.lib //math.h |
|
53 |
|
54 SMPSAFE |