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 tview3.exe |
|
24 TARGETTYPE EXE |
|
25 TARGETPATH /sys/bin |
|
26 |
|
27 UID 0X100039CE 0x10207F73 |
|
28 VENDORID 0x70000001 |
|
29 CAPABILITY ALL -Tcb |
|
30 EPOCSTACKSIZE 0x5000 |
|
31 |
|
32 APP_LAYER_SYSTEMINCLUDE |
|
33 |
|
34 USERINCLUDE . ../tvw |
|
35 |
|
36 SOURCEPATH . |
|
37 SOURCE tview3.CPP |
|
38 |
|
39 SOURCEPATH ../tvw |
|
40 SOURCE tvwappui.CPP tvwview.CPP |
|
41 |
|
42 LIBRARY euser.lib |
|
43 LIBRARY apparc.lib |
|
44 LIBRARY cone.lib |
|
45 LIBRARY eikcore.lib |
|
46 LIBRARY eikdlg.lib |
|
47 LIBRARY eikcoctl.lib |
|
48 LIBRARY eikctl.lib |
|
49 LIBRARY etext.lib |
|
50 LIBRARY ws32.lib |
|
51 |
|
52 SOURCEPATH . |
|
53 START RESOURCE tview3.RSS |
|
54 HEADER |
|
55 TARGETPATH /resource/apps |
|
56 END |
|
57 |
|
58 RESOURCE tview3_reg.rss |
|
59 START RESOURCE tview3_reg.rss |
|
60 TARGETPATH /private/10003a3f/apps |
|
61 LANG sc |
|
62 END |
|
63 |
|
64 SMPSAFE |