diff -r 89d6a7a84779 -r 25a17d01db0c Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/smsexample_8mmp-source.html --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Symbian3/Examples/guid-6013a680-57f9-415b-8851-c4fa63356636/smsexample_8mmp-source.html Fri Jan 22 18:26:19 2010 +0000 @@ -0,0 +1,46 @@ + +
+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 +