62
|
1 |
// Copyright (c) 1997-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 |
#if defined(WINS)
|
|
17 |
target Start.DLL
|
|
18 |
#else
|
|
19 |
target Start.EXE
|
|
20 |
#endif
|
|
21 |
|
|
22 |
targettype EXEDLL
|
|
23 |
|
|
24 |
CAPABILITY All -TCB
|
|
25 |
targetpath /SYSTEM/PROGRAMS
|
|
26 |
|
|
27 |
UID 0x1000008D 0x10009B16
|
|
28 |
VENDORID 0x70000001
|
|
29 |
|
|
30 |
resource Start.RSS
|
|
31 |
lang SC
|
|
32 |
|
|
33 |
sourcepath .
|
|
34 |
userinclude .
|
|
35 |
|
|
36 |
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
|
|
37 |
source Start.CPP
|
|
38 |
source Starter.cpp threadwatch.cpp AppStarter.cpp
|
|
39 |
|
|
40 |
library EUSER.LIB APPARC.LIB EIKSRVC.LIB APGRFX.LIB
|
|
41 |
library EFSRV.LIB BAFL.LIB msvtestutils.lib
|
|
42 |
|
|
43 |
#ifdef WINS
|
|
44 |
DEFFILE ./wins.def
|
|
45 |
#else
|
|
46 |
DEFFILE ./marm.def
|
|
47 |
#endif
|
|
48 |
|
|
49 |
SMPSAFE
|