diff -r f345bda72bc4 -r 43e37759235e Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/smsexample_8mmp-source.html --- a/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/smsexample_8mmp-source.html Tue Mar 30 11:56:28 2010 +0100 +++ /dev/null Thu Jan 01 00:00:00 1970 +0000 @@ -1,46 +0,0 @@ - -
-00001 /* -00002 // Copyright (c) 2005-2009 Nokia Corporation and/or its subsidiary(-ies). -00003 // All rights reserved. -00004 // This component and the accompanying materials are made available -00005 // under the terms of "Eclipse Public License v1.0" -00006 // which accompanies this distribution, and is available -00007 // at the URL "http://www.eclipse.org/legal/epl-v10.html". -00008 // -00009 // Initial Contributors: -00010 // Nokia Corporation - initial contribution. -00011 // -00012 // Contributors: -00013 // -00014 // Description: This is the project specification file for the SMS example. -00015 */ -00016 -00017 target smsexample.exe -00018 TARGETTYPE exe -00019 -00020 UID 0 0xE80000FB -00021 VENDORID 0x70000001 -00022 -00023 //This application needs the following capabilities to read and write messages, access network services etc. -00024 CAPABILITY ReadDeviceData WriteDeviceData ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData -00025 -00026 SOURCEPATH ../src -00027 SOURCE smsexample.cpp -00028 -00029 USERINCLUDE ../inc -00030 SYSTEMINCLUDE /epoc32/include -00031 -00032 LIBRARY euser.lib msgs.lib etext.lib smcm.lib gsmu.lib -00033 -00034 SMPSAFE -