diff -r aa99f2208aad -r b8d18c84f71c localisation/apparchitecture/apstart/apstart.mmp --- a/localisation/apparchitecture/apstart/apstart.mmp Wed Jul 28 16:03:37 2010 +0100 +++ b/localisation/apparchitecture/apstart/apstart.mmp Tue Aug 03 10:20:34 2010 +0100 @@ -1,7 +1,7 @@ // 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 the License "Eclipse Public License v1.0" +// 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". // @@ -17,14 +17,20 @@ TARGETTYPE dll TARGETPATH /sys/bin UID 0x1000008D 0x200086A0 +#ifndef SYMBIAN_SYSTEM_STATE_MANAGEMENT CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent // same as SysStart.exe +#else +CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ SwEvent DiskAdmin +#endif VENDORID 0x70000001 USERINCLUDE ../inc -SYSTEMINCLUDE /epoc32/include +MW_LAYER_SYSTEMINCLUDE_SYMBIAN SOURCEPATH ../apstart SOURCE apstart.cpp SOURCE apststd.cpp LIBRARY euser.lib apparc.lib apgrfx.lib + +SMPSAFE