messagingfw/biomsgfw/BioWatchers/NbsWatcher.mmp
changeset 0 8e480a14352b
equal deleted inserted replaced
-1:000000000000 0:8e480a14352b
       
     1 // Copyright (c) 2004-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 // nbswatcher.dll Watcher that receives all SMS messages from SMS stack
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #include	"../group/biomsgopt.mph"
       
    23 
       
    24 TARGET			nbswatcher.dll  // figure out how to test later
       
    25 TARGETTYPE		PLUGIN
       
    26 
       
    27 // UIDs - 2nd UID specifies an ECom dll, 3rd UID is unique identifier
       
    28 UID				0x10009D8D 0x10008C66
       
    29 
       
    30 //MW_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has dependency on APP layer
       
    31 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 LIBRARY         ecom.lib
       
    34 
       
    35 SOURCEPATH		Src
       
    36 
       
    37 start resource 10008C66.rss
       
    38 TARGET		nbswatcher.rsc
       
    39 end
       
    40 
       
    41 CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData
       
    42 
       
    43 VENDORID 0x70000001
       
    44 SOURCEPATH	Src
       
    45 USERINCLUDE     Inc ../BIUTINC ../../watcherfw/inc 
       
    46 SOURCE          NbsWatcher.cpp NBSSocketWatcher.cpp
       
    47 LIBRARY         euser.lib esock.lib etext.lib gsmu.lib smsu.lib msgs.lib biowatcher.lib watcher.lib smcm.lib estor.lib
       
    48 
       
    49 
       
    50 
       
    51 
       
    52 SMPSAFE