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 TARGET tview2.exe |
|
23 TARGETTYPE EXE |
|
24 TARGETPATH /sys/bin |
|
25 |
|
26 UID 0X100039CE 0x10207F72 |
|
27 VENDORID 0x70000001 |
|
28 CAPABILITY ALL -Tcb |
|
29 |
|
30 EPOCSTACKSIZE 0x5000 |
|
31 |
|
32 APP_LAYER_SYSTEMINCLUDE |
|
33 |
|
34 USERINCLUDE . ../tvw |
|
35 |
|
36 SOURCEPATH . |
|
37 SOURCE tview2.CPP |
|
38 |
|
39 SOURCEPATH ../tvw |
|
40 SOURCE tvwappui.CPP tvwview.CPP |
|
41 |
|
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 |
|
54 |
|
55 SOURCEPATH . |
|
56 START RESOURCE tview2.RSS |
|
57 HEADER |
|
58 TARGETPATH /resource/apps |
|
59 END |
|
60 |
|
61 RESOURCE tview2_reg.rss |
|
62 START RESOURCE tview2_reg.rss |
|
63 TARGETPATH /private/10003a3f/apps |
|
64 LANG sc |
|
65 END |
|
66 |
|
67 |
|
68 SMPSAFE |