sysstatemgmt/systemstarter/group/SysStart.IBY
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     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 //
       
    15 
       
    16 #ifndef __SYSSTART_IBY__
       
    17 #define __SYSSTART_IBY__
       
    18 
       
    19 REM SysStart
       
    20 file=ABI_DIR\BUILD_DIR\SysStart.exe				Sys\bin\SysStart.exe
       
    21 
       
    22 
       
    23 #ifndef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    24 // Only include the domain policy if the SSM is not being built
       
    25 file=ABI_DIR\BUILD_DIR\domainpolicy2.dll		Sys\bin\domainpolicy2.dll
       
    26 file=ABI_DIR\BUILD_DIR\startupproperties.dll	Sys\bin\startupproperties.dll
       
    27 file=ABI_DIR\BUILD_DIR\startsafe.dll			Sys\bin\startsafe.dll
       
    28 file=ABI_DIR\BUILD_DIR\restartsys.dll			Sys\bin\restartsys.dll
       
    29 
       
    30 REM SysMon
       
    31 file=ABI_DIR\BUILD_DIR\sysmoncli.dll			Sys\bin\sysmoncli.dll
       
    32 file=ABI_DIR\BUILD_DIR\sysmon.exe				Sys\bin\sysmon.exe
       
    33 
       
    34 REM AmaStarter
       
    35 file=ABI_DIR\BUILD_DIR\amastart.dll				Sys\bin\amastart.dll
       
    36 file=ABI_DIR\BUILD_DIR\amastarter.exe			Sys\bin\amastarter.exe
       
    37 file=ABI_DIR\BUILD_DIR\dscstore.dll        		sys\bin\dscstore.dll
       
    38 data=ZPRIVATE\100012a5\policy\2000836D.spd 		PRIVATE\100012a5\policy\2000836D.spd
       
    39 
       
    40 #else
       
    41 
       
    42 #include <aplp.iby>
       
    43 #include <shma.iby>
       
    44 #include <amastart.iby>
       
    45 
       
    46 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    47 
       
    48 #endif // __SYSSTART_IBY__