|
1 // Copyright (c) 2007-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 |
|
24 TARGET tstapp.exe |
|
25 TARGETTYPE exe |
|
26 TARGETPATH /sys/bin |
|
27 |
|
28 CAPABILITY All -Tcb |
|
29 |
|
30 UID 0x100039CE 10 //the original UID |
|
31 VENDORID 0x70000001 |
|
32 EPOCSTACKSIZE 0x5000 |
|
33 |
|
34 SOURCEPATH . |
|
35 SOURCE TSTAPP_standalone.CPP |
|
36 |
|
37 USERINCLUDE . |
|
38 |
|
39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
41 //SYSTEMINCLUDE /epoc32/include/techview |
|
42 //systeminclude /epoc32/include/ecom |
|
43 |
|
44 |
|
45 //reg added for Datacaging |
|
46 START RESOURCE tstapp_reg.rss |
|
47 TARGETPATH /private/10003a3f/import/apps |
|
48 END |
|
49 |
|
50 START RESOURCE TSTAPP.rss |
|
51 TARGETPATH /resource/apps |
|
52 END |
|
53 |
|
54 START RESOURCE tstapp_loc.rss |
|
55 TARGETPATH /resource/apps |
|
56 LANG SC 01 02 03 04 05 |
|
57 END |
|
58 |
|
59 START BITMAP tstapp.mbm |
|
60 TARGETPATH /resource/apps |
|
61 SOURCEPATH ../tdatasrc |
|
62 SOURCE c8,1 tstappicon24x20.bmp tstappicon24x20m.bmp |
|
63 SOURCE c8,1 tstappicon24x20.bmp tstappicon24x20m.bmp |
|
64 SOURCE c8,1 tstappicon40x55.bmp tstappicon40x55m.bmp |
|
65 |
|
66 END |
|
67 |
|
68 START BITMAP tstapp02.m02 |
|
69 TARGETPATH /resource/apps |
|
70 SOURCEPATH ../tdatasrc |
|
71 SOURCE c8,1 def25.bmp def25m.bmp def25.bmp def25m.bmp def50.bmp def50m.bmp |
|
72 END |
|
73 |
|
74 START BITMAP tstappview01.m01 |
|
75 TARGETPATH /resource/apps |
|
76 SOURCEPATH ../tdatasrc |
|
77 SOURCE c8,1 def25.bmp def25m.bmp def35.bmp def35m.bmp def50.bmp def50m.bmp |
|
78 END |
|
79 |
|
80 START BITMAP tstappview02.k |
|
81 TARGETPATH /resource/apps |
|
82 SOURCEPATH ../tdatasrc |
|
83 SOURCE c8,1 tstappicon24x20.bmp tstappicon24x20m.bmp |
|
84 SOURCE c8,1 tstappicon24x20.bmp tstappicon24x20m.bmp |
|
85 SOURCE c8,1 tstappicon40x55.bmp tstappicon40x55m.bmp |
|
86 END |
|
87 |
|
88 START BITMAP tstappview01.m02 |
|
89 TARGETPATH /resource/apps |
|
90 SOURCEPATH ../tdatasrc |
|
91 SOURCE c8,1 def25.bmp def25m.bmp def35.bmp def35m.bmp def50.bmp def50m.bmp |
|
92 END |
|
93 |
|
94 START BITMAP tstappview |
|
95 TARGETPATH /resource/apps |
|
96 SOURCEPATH ../tdatasrc |
|
97 SOURCE c8,1 tstappicon24x20.bmp tstappicon24x20m.bmp |
|
98 SOURCE c8,1 tstappicon24x20.bmp tstappicon24x20m.bmp |
|
99 SOURCE c8,1 tstappicon40x55.bmp tstappicon40x55m.bmp |
|
100 END |
|
101 |
|
102 LIBRARY euser.lib apparc.lib eikcore.lib cone.lib |
|
103 |
|
104 SMPSAFE |