equal
deleted
inserted
replaced
|
1 // Copyright (c) 2006-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 APP_LAYER_SYSTEMINCLUDE |
|
34 |
|
35 USERINCLUDE . ../tvw |
|
36 |
|
37 SOURCEPATH . |
|
38 SOURCE tview1.CPP |
|
39 |
|
40 SOURCEPATH ../tvw |
|
41 SOURCE tvwappui.CPP tvwview.CPP |
|
42 |
|
43 LIBRARY euser.lib |
|
44 LIBRARY apparc.lib |
|
45 LIBRARY cone.lib |
|
46 LIBRARY eikcore.lib |
|
47 LIBRARY eikdlg.lib |
|
48 LIBRARY eikcoctl.lib |
|
49 LIBRARY eikctl.lib |
|
50 LIBRARY etext.lib |
|
51 LIBRARY ws32.lib |
|
52 LIBRARY apgrfx.lib |
|
53 LIBRARY efsrv.lib |
|
54 LIBRARY viewcli.lib |
|
55 |
|
56 SOURCEPATH . |
|
57 START RESOURCE tview1.RSS |
|
58 HEADER |
|
59 TARGETPATH /resource/apps |
|
60 END |
|
61 |
|
62 RESOURCE tview1_reg.rss |
|
63 START RESOURCE tview1_reg.rss |
|
64 TARGETPATH /private/10003a3f/apps |
|
65 LANG sc |
|
66 END |
|
67 |
|
68 |
|
69 SRCDBG |
|
70 |
|
71 SMPSAFE |