diff -r 000000000000 -r 63b37f68c1ce adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/sms/group/sms.mmp --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/adaptationlayer/tsy/nokiatsy_dll/internal/test/nokiatsy_test_tool/sms/group/sms.mmp Fri Nov 06 17:28:23 2009 +0000 @@ -0,0 +1,90 @@ +/* +* Copyright (c) 2002-2007 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" +* 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: ?Description +* +*/ + + + +#include +#include + +TARGET ntt_sms.dll +TARGETTYPE dll +UID 0x1000008D 0x101FB3E3 +FEATUREVARIANT + +#if defined(EKA2) +CAPABILITY ALL -TCB +/* Remove comments and replace 0x00000000 with correct vendor id */ +VENDORID 0x101FB657 +#endif + +//TARGETPATH ?target_path +DEFFILE sms.def + +SOURCEPATH ../src +SOURCE sms.cpp +SOURCE smsblocks.cpp + +//RESOURCE resource_file +//RESOURCE resource_file2 + +#if ( NCP_COMMON_S60_VERSION_SUPPORT == S60_VERSION_32 ) +USERINCLUDE ../../core/inc +#else +USERINCLUDE ../../core_exports_to_roots/inc +#endif +USERINCLUDE ../../notify/inc +USERINCLUDE ../inc +USERINCLUDE ../../../../../inc + +// Dependencies from other components +OS_LAYER_SYSTEMINCLUDE +NON_FOUNDATION_ADAPT_LAYER_SYSTEMINCLUDE + +LIBRARY euser.lib +LIBRARY stiftestinterface.lib +LIBRARY NTT_core.lib + +LIBRARY commontsy.lib // Common TSY +LIBRARY nokiatsy.lib // Nokia TSY +LIBRARY etelmm.lib +LIBRARY flogger.lib // Logging + +LANG SC + +/* +START WINS +?wins_specific_information +END + +START MARM +?marm_specific_information +END +*/ +// Other possible keywords: + +// DOCUMENT ?file, that is not compiled, but added to MSVC project workspace (i.e. release notes) +/* +START BITMAP ?target +TARGETPATH ?emulated_path_on_target_machine +HEADER +SOURCE ?color_depth ?source_bitmap +END +*/ +// DEFFILE ?filename +// AIF ?filename + +// End of File