|
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 target tssaac_tapp.exe |
|
23 TARGETTYPE exe |
|
24 targetpath /sys/bin |
|
25 UID 0x100039CE 0x10207F7A |
|
26 VENDORID 0x70000001 |
|
27 CAPABILITY none |
|
28 |
|
29 #if defined(WINS) |
|
30 // startup with tssaac application for emulator |
|
31 START RESOURCE tssaac_tapp_emulator.rss |
|
32 TARGETPATH /private/10205c44 |
|
33 END |
|
34 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
35 // startup with tssaac application for emulator for ssma. |
|
36 START RESOURCE tssaac_tapp_emulator_ssma.rss |
|
37 TARGETPATH /private/2000d75b/startup/test |
|
38 END |
|
39 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
40 #else |
|
41 // startup with tssaac application for hardware |
|
42 START RESOURCE tssaac_tapp_hardware.rss |
|
43 TARGETPATH /private/10205C44 |
|
44 END |
|
45 #endif |
|
46 |
|
47 SOURCEPATH . |
|
48 SOURCE tssaac_tapp.cpp |
|
49 |
|
50 USERINCLUDE . |
|
51 USERINCLUDE ../../tef |
|
52 USERINCLUDE ../../../uiftestfw/inc |
|
53 |
|
54 |
|
55 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
56 APP_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
57 //SYSTEMINCLUDE /epoc32/include/techview |
|
58 |
|
59 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
60 SYSTEMINCLUDE /epoc32/include/ssm |
|
61 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT |
|
62 |
|
63 // Application exe specific resource which is localised to the application |
|
64 RESOURCE tssaac_tapp.rss |
|
65 start resource tssaac_tapp.rss |
|
66 targetpath /resource/apps |
|
67 lang sc |
|
68 end |
|
69 |
|
70 RESOURCE tssaac_tapp_loc.rss |
|
71 start resource tssaac_tapp_loc.rss |
|
72 targetpath /resource/apps |
|
73 lang sc |
|
74 end |
|
75 |
|
76 // Application exe registration resource file |
|
77 START RESOURCE tssaac_tapp_reg.rss |
|
78 TARGETPATH /private/10003a3f/apps |
|
79 lang sc |
|
80 END |
|
81 |
|
82 |
|
83 LIBRARY apparc.lib |
|
84 LIBRARY cone.lib |
|
85 LIBRARY efsrv.lib |
|
86 LIBRARY eikcore.lib |
|
87 LIBRARY estor.lib |
|
88 LIBRARY euser.lib |
|
89 LIBRARY gdi.lib |
|
90 |
|
91 SMPSAFE |