smsprotocols/smsstack/wapprot/Group/wapprot.mmp
changeset 0 3553901f7fa8
child 24 6638e7f4bd8f
child 42 3adadc800673
equal deleted inserted replaced
-1:000000000000 0:3553901f7fa8
       
     1 // Copyright (c) 1997-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 // Top-level project file for WAPPROT.PRT
       
    15 // wapprot.prt WAP ESOCK protocol module
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21 */
       
    22 
       
    23 TARGET          wapprot.prt
       
    24 CAPABILITY CommDD PowerMgmt ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    25 TARGETTYPE      dll
       
    26 UID             0x10003D38 0x10003d5d
       
    27 VENDORID 0x70000001
       
    28 
       
    29 SOURCEPATH      ../Src
       
    30 SOURCE          ws_main.cpp
       
    31 SOURCE          ws_prtcl.cpp
       
    32 SOURCE          ws_prvdr.cpp
       
    33 SOURCE          ws_obsvr.cpp
       
    34 SOURCE          wapdgrm.cpp
       
    35 SOURCE          wappstor.cpp
       
    36 SOURCE          wapthdr.cpp
       
    37 SOURCE          wapmain.cpp
       
    38 
       
    39 SOURCEPATH      ../../common/src
       
    40 SOURCE          smsstacklog.cpp
       
    41 
       
    42 USERINCLUDE     ../Inc
       
    43 USERINCLUDE     ../../common/inc
       
    44 USERINCLUDE   ../../gsmu/inc
       
    45 USERINCLUDE   ../../smsprot/Inc
       
    46 USERINCLUDE   ../../smsu/inc
       
    47 
       
    48 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    49 
       
    50 LIBRARY         euser.lib esock.lib estor.lib gsmu.lib charconv.lib efsrv.lib smsu.lib bafl.lib
       
    51 LIBRARY         mbufmgr.lib esocksvr.lib
       
    52 
       
    53 LIBRARY		commsdat.lib
       
    54 
       
    55 
       
    56 DEBUGLIBRARY    comsdbgutil.lib
       
    57 
       
    58 //#if defined(WINS)
       
    59 // libraries needed by CCover
       
    60 //LIBRARY       covrt.obj covrt-nt-entryuser.obj covrt-nt-link.obj
       
    61 //LIBRARY       kernel32.lib user32.lib // Windoz stuff
       
    62 //#endif
       
    63 
       
    64 START WINS
       
    65 	BASEADDRESS 0x7D0C0000
       
    66 END
       
    67 
       
    68 
       
    69 SMPSAFE