00001 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies). 00002 // All rights reserved. 00003 // This component and the accompanying materials are made available 00004 // under the terms of "Eclipse Public License v1.0" 00005 // which accompanies this distribution, and is available 00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html". 00007 // 00008 // Initial Contributors: 00009 // Nokia Corporation - initial contribution. 00010 // 00011 // Contributors: 00012 // 00013 // Description: 00014 // using relative paths for sourcepath and user includes 00015 // 00016 00017 TARGET searchsortexample.exe 00018 TARGETTYPE exe 00019 UID 0 0xE80000ED 00020 00021 /* 00022 WriteDeviceData: Capability required to write message entries to the secure messaging Db. 00023 ReadUserData: Capability required to read the message entries already created in the messaging Db 00024 ReadDeviceData: Capability required to read the metadata of the messaging Db stored in CentralRepository. 00025 WriteUserData: Capability required to delete the created message entries. 00026 */ 00027 CAPABILITY ReadUserData WriteDeviceData ReadDeviceData WriteUserData 00028 SOURCEPATH . 00029 SOURCE example.cpp 00030 SOURCE searchsortexample.cpp 00031 SOURCE mAsyncWaiter.cpp 00032 00033 USERINCLUDE . 00034 APP_LAYER_SYSTEMINCLUDE 00035 00036 LIBRARY euser.lib msgs.lib sendas2.lib efsrv.lib estor.lib imcm.lib 00037 LIBRARY etext.lib biodb.lib bifu.lib biut.lib 00038 LIBRARY bafl.lib charconv.lib commsdat.lib esock.lib commdb.lib 00039 00040 SMPSAFE 00041 00042 00043