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 // Test Application - used for launching applications using AMAStarter |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 @test |
|
21 @internalComponent - Internal Symbian test code |
|
22 */ |
|
23 |
|
24 TARGET tamastarter_app4.exe |
|
25 TARGETTYPE exe |
|
26 TARGETPATH /sys/bin |
|
27 UID 0x100039ce 0x102832CB |
|
28 VENDORID 0x70000001 |
|
29 |
|
30 CAPABILITY none |
|
31 |
|
32 SOURCEPATH ../src |
|
33 USERINCLUDE ../inc |
|
34 USERINCLUDE ../../../inc |
|
35 |
|
36 SOURCE tamastarter_app.cpp |
|
37 |
|
38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 |
|
41 LIBRARY euser.lib |
|
42 LIBRARY bafl.lib |
|
43 LIBRARY efsrv.lib |
|
44 LIBRARY cinidata.lib |
|
45 LIBRARY apparc.lib |
|
46 LIBRARY charconv.lib |
|
47 LIBRARY sysmoncli.lib |
|
48 |
|
49 SMPSAFE |