messagingfw/biomsgfw/BioWatchers/class0sms.mmp
changeset 62 db3f5fa34ec7
parent 0 8e480a14352b
equal deleted inserted replaced
60:9f5ae1728557 62:db3f5fa34ec7
       
     1 // Copyright (c) 2007-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 // handling class 0 sms message - class0sms.dll 
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 TARGET			class0sms.dll
       
    24 TARGETTYPE		PLUGIN
       
    25 
       
    26 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier
       
    27 UID			0x10009d8d  0x2000BDF1
       
    28 VENDORID 	0x70000001
       
    29 
       
    30 
       
    31 SOURCEPATH	    Src
       
    32 SOURCE          class0sms.cpp csmsclass0base.cpp
       
    33 
       
    34 USERINCLUDE     Inc
       
    35 
       
    36 //MW_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has dependency on APP layer
       
    37 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 LIBRARY         euser.lib ecom.lib gsmu.lib biowatcher.lib watcher.lib
       
    40 LIBRARY		    wapmsgcli.lib bafl.lib efsrv.lib
       
    41 
       
    42 CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData
       
    43 
       
    44 start resource  2000BDF1.rss
       
    45 target          class0sms.rsc
       
    46 end
       
    47 
       
    48 SMPSAFE