sysstatemgmt/systemstarter/group/SysStart.IBY
changeset 0 4e1aa6a622a0
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/sysstatemgmt/systemstarter/group/SysStart.IBY	Tue Feb 02 00:53:00 2010 +0200
@@ -0,0 +1,48 @@
+// 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__