sysstatemgmt/systemstarter/group/SysStart.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2005-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 target          	sysstart.exe	
       
    17 TARGETTYPE	exe
       
    18 targetpath     	 /sys/bin
       
    19 
       
    20 UID		0x1000008D 0x10205C44
       
    21 VENDORID 	0x70000001
       
    22 
       
    23 EPOCSTACKSIZE 	0x5000
       
    24 EPOCHEAPSIZE  	0x1000 0x2000000
       
    25 
       
    26 CAPABILITY 	PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent
       
    27 
       
    28 sourcepath	../src
       
    29 
       
    30 userinclude	../inc
       
    31 userinclude	../src
       
    32 userinclude	../group
       
    33 
       
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 source  		start.cpp
       
    37 source  		SysStart.cpp
       
    38 source			StartupState.cpp
       
    39 source			StartupSplashScreen.cpp
       
    40 source			SystemStartupStateInfo.cpp
       
    41 source  		SystemStartupDllInfo.cpp
       
    42 source  		DllStarter.cpp
       
    43 source  		BootModeMapping.cpp
       
    44 
       
    45 library			euser.lib efsrv.lib bafl.lib domaincli.lib
       
    46 
       
    47 #ifndef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    48 userinclude		../startsafesrc
       
    49 userinclude 	../restartsyssrc
       
    50 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    51 
       
    52 userinclude 	../amastartsrc
       
    53 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    54 userinclude		../../systemstatemgr/localinc
       
    55 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    56 
       
    57 source  		startuputilprovider.cpp
       
    58 source			appstarter2.cpp
       
    59 source  		resourcefilereader2.cpp
       
    60 source  		initapparcserver2.cpp
       
    61 source  		multiplewait2.cpp
       
    62 source  		amastarter.cpp
       
    63 source  		sysstartpanic.cpp
       
    64 
       
    65 library 		startupproperties.lib startsafe.lib sysmoncli.lib restartsys.lib hal.lib
       
    66 
       
    67 
       
    68 
       
    69 SMPSAFE