sysstatemgmt/systemstarter/group/SysStart.IBY
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 27 May 2010 14:11:20 +0300
changeset 29 e5a0aab53f3f
parent 0 4e1aa6a622a0
permissions -rw-r--r--
Revision: 201021 Kit: 2010121

// Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

#ifndef __SYSSTART_IBY__
#define __SYSSTART_IBY__

REM SysStart
file=ABI_DIR\BUILD_DIR\SysStart.exe				Sys\bin\SysStart.exe


#ifndef SYMBIAN_SYSTEM_STATE_MANAGEMENT
// Only include the domain policy if the SSM is not being built
file=ABI_DIR\BUILD_DIR\domainpolicy2.dll		Sys\bin\domainpolicy2.dll
file=ABI_DIR\BUILD_DIR\startupproperties.dll	Sys\bin\startupproperties.dll
file=ABI_DIR\BUILD_DIR\startsafe.dll			Sys\bin\startsafe.dll
file=ABI_DIR\BUILD_DIR\restartsys.dll			Sys\bin\restartsys.dll

REM SysMon
file=ABI_DIR\BUILD_DIR\sysmoncli.dll			Sys\bin\sysmoncli.dll
file=ABI_DIR\BUILD_DIR\sysmon.exe				Sys\bin\sysmon.exe

REM AmaStarter
file=ABI_DIR\BUILD_DIR\amastart.dll				Sys\bin\amastart.dll
file=ABI_DIR\BUILD_DIR\amastarter.exe			Sys\bin\amastarter.exe
file=ABI_DIR\BUILD_DIR\dscstore.dll        		sys\bin\dscstore.dll
data=ZPRIVATE\100012a5\policy\2000836D.spd 		PRIVATE\100012a5\policy\2000836D.spd

#else

#include <aplp.iby>
#include <shma.iby>
#include <amastart.iby>

#endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT

#endif // __SYSSTART_IBY__