equal
deleted
inserted
replaced
|
1 // Copyright (c) 2008-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 // |
|
15 |
|
16 /** |
|
17 @file |
|
18 @test |
|
19 @internalComponent - Internal Symbian test code |
|
20 */ |
|
21 |
|
22 |
|
23 TARGET tview1.exe |
|
24 TARGETTYPE EXE |
|
25 TARGETPATH /sys/bin |
|
26 UID 0X100039CE 0x10207F71 |
|
27 VENDORID 0x70000001 |
|
28 |
|
29 CAPABILITY ALL -Tcb |
|
30 |
|
31 EPOCSTACKSIZE 0x5000 |
|
32 |
|
33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
34 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
35 //SYSTEMINCLUDE /epoc32/include/techview |
|
36 USERINCLUDE . ../tvw |
|
37 |
|
38 SOURCEPATH . |
|
39 SOURCE tview1.CPP |
|
40 |
|
41 SOURCEPATH ../tvw |
|
42 SOURCE tvwappui.CPP tvwview.CPP |
|
43 |
|
44 LIBRARY euser.lib |
|
45 LIBRARY apparc.lib |
|
46 LIBRARY cone.lib |
|
47 LIBRARY eikcore.lib |
|
48 LIBRARY eikdlg.lib |
|
49 LIBRARY eikcoctl.lib |
|
50 LIBRARY eikctl.lib |
|
51 LIBRARY etext.lib |
|
52 LIBRARY ws32.lib |
|
53 LIBRARY apgrfx.lib |
|
54 LIBRARY efsrv.lib |
|
55 LIBRARY viewcli.lib |
|
56 |
|
57 SOURCEPATH . |
|
58 START RESOURCE tview1.RSS |
|
59 HEADER |
|
60 TARGETPATH /resource/apps |
|
61 END |
|
62 |
|
63 RESOURCE tview1_reg.rss |
|
64 START RESOURCE tview1_reg.rss |
|
65 TARGETPATH /private/10003a3f/apps |
|
66 LANG sc |
|
67 END |
|
68 |
|
69 |
|
70 SRCDBG |
|
71 |
|
72 SMPSAFE |