messagingfw/biomsgfw/BioWatchers/BioWatcher.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 // biowatcher.dll Shared watcher utility code
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 #include	"../group/biomsgopt.mph"
       
    23 
       
    24 TARGET          biowatcher.dll
       
    25 TARGETTYPE      dll
       
    26 
       
    27 CAPABILITY ReadDeviceData WriteDeviceData NetworkServices LocalServices ReadUserData WriteUserData
       
    28 UID      0x1000008d 0x10006552
       
    29 VENDORID 0x70000001
       
    30 SOURCEPATH	Src
       
    31 USERINCLUDE     Inc ../BIUTINC 
       
    32 USERINCLUDE		../../watcherfw/inc
       
    33 //MW_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has dependency on APP layer
       
    34 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 SOURCE          SmsSocketWatcher.cpp SmsWatcher.cpp
       
    36 LIBRARY         euser.lib etext.lib biodb.lib msgs.lib smcm.lib bifu.lib c32.lib watcher.lib gsmu.lib
       
    37 LIBRARY			ecom.lib efsrv.lib
       
    38 
       
    39 
       
    40 #ifdef WINSCW
       
    41 DEFFILE       bwins/v2_BASE.DEF
       
    42 #elif defined X86GCC
       
    43 DEFFILE       bx86gcc/v2_BASE.DEF
       
    44 #else 
       
    45 DEFFILE       EABI/v2_BASE.def
       
    46 #endif // WINSCW
       
    47 
       
    48 
       
    49 SMPSAFE