messagingappbase/smsmtm/smsgetdetdescdefault/group/smsgetdetdescdefault.mmp
changeset 25 84d9eb65b26f
parent 23 238255e8b033
child 27 e4592d119491
child 37 518b245aa84c
child 79 2981cb3aa489
equal deleted inserted replaced
23:238255e8b033 25:84d9eb65b26f
     1 // Copyright (c) 2006-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // Default implementation of ECOM interface to create the 
       
    15 // details and description values for an SMS.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 TARGET		smsgetdetdescdefault.dll
       
    24 TARGETTYPE	PLUGIN
       
    25 
       
    26 // UIDs - UID #2 specifies an ECom dll, UID #3 is implementation specific UID
       
    27 UID		0x10009D8D 0x10282FA6
       
    28 
       
    29 CAPABILITY	All -TCB
       
    30 VENDORID 	0x70000001
       
    31 
       
    32 VERSION 	10.0
       
    33 PAGED
       
    34 
       
    35 USERINCLUDE	../inc
       
    36 APP_LAYER_SYSTEMINCLUDE
       
    37 SYSTEMINCLUDE /epoc32/include/ecom
       
    38 
       
    39 SOURCEPATH	../src
       
    40 SOURCE		csmsgetdetdescdefault.cpp
       
    41 
       
    42 LIBRARY		euser.lib ecom.lib mtur.lib smcm.lib
       
    43 
       
    44 SOURCEPATH	../src
       
    45 start resource 	10282fa6.rss
       
    46 TARGET		smsgetdetdescdefault.rsc
       
    47 end
       
    48 
       
    49 SMPSAFE