networkprotocolmodules/common/suplrrlpasn1/group/suplrrlpasn1.mmp
changeset 57 3267d9ea3e98
parent 48 81c9bee26a45
child 61 a2244af7b395
equal deleted inserted replaced
48:81c9bee26a45 57:3267d9ea3e98
     1 // Copyright (c) 2008-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 //
       
    15 
       
    16 TARGET		suplrrlpasn1.dll
       
    17 TARGETTYPE	dll
       
    18 UID		0x1000008d 0x10285aa5
       
    19 
       
    20 // capabilities
       
    21 CAPABILITY	ALL -Tcb
       
    22 
       
    23 // macro definition enables developer logging
       
    24 MACRO ENABLE_SUPL_DEV_LOGGER
       
    25 
       
    26 // user include paths
       
    27 USERINCLUDE	../inc
       
    28 USERINCLUDE	../../asn1supl/inc
       
    29 USERINCLUDE	../../asn1rrlp/inc
       
    30 USERINCLUDE ../../supldevlogger/inc
       
    31 USERINCLUDE ../../asn1export/inc
       
    32 USERINCLUDE ../../asn1export/inc/rtpersrc
       
    33 USERINCLUDE ../../asn1export/inc/rtsrc
       
    34 USERINCLUDE ../../asn1export/inc/rtxsrc
       
    35 
       
    36 // system include paths
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 OS_LAYER_ESTLIB_SYSTEMINCLUDE
       
    39 OS_LAYER_LIBC_SYSTEMINCLUDE
       
    40 
       
    41 SOURCEPATH	../src
       
    42 // wrapper classes definitions
       
    43 SOURCE 		suplmessagebase.cpp
       
    44 SOURCE 		suplmessagecommon.cpp
       
    45 SOURCE 		suplinit.cpp
       
    46 SOURCE 		suplstart.cpp
       
    47 SOURCE 		suplresponse.cpp
       
    48 SOURCE 		suplposinit.cpp
       
    49 SOURCE 		suplend.cpp
       
    50 SOURCE 		suplpos.cpp
       
    51 SOURCE 		suplpospayload.cpp
       
    52 SOURCE 		rrlpmessagebase.cpp
       
    53 SOURCE 		rrlpmeasureposrequest.cpp
       
    54 SOURCE 		rrlpmeasureposresponse.cpp
       
    55 SOURCE 		rrlpassistancedata.cpp
       
    56 SOURCE 		rrlpassistancedataack.cpp
       
    57 SOURCE 		rrlpprotocolerror.cpp
       
    58 SOURCE 		suplasn1decoder.cpp
       
    59 SOURCE 		suplasn1decoderimpl.cpp
       
    60 SOURCE 		rrlputils.cpp
       
    61 
       
    62 // Standard Libraries
       
    63 LIBRARY		euser.lib
       
    64 LIBRARY		estlib.lib 
       
    65 LIBRARY		hash.lib 
       
    66 
       
    67 // ASN1 Runtime Libraries
       
    68 LIBRARY		asn1rt.lib
       
    69 LIBRARY		asn1per.lib 
       
    70 
       
    71 // SUPL/RRLP Specific ASN1 Encode/Decode Libraries
       
    72 LIBRARY		asn1supl.lib
       
    73 LIBRARY		asn1rrlp.lib
       
    74 
       
    75 // LBS Libraries
       
    76 LIBRARY		lbsloccommon.lib
       
    77 LIBRARY		lbsnetprotocol.lib
       
    78 LIBRARY		lbs.lib
       
    79 LIBRARY		lbsassistancedata.lib 
       
    80 LIBRARY		supldevlogger.lib
       
    81 
       
    82 // macro definitions for generated ASN1 code
       
    83 macro         USEASN1RTDLL USEASN1PERDLL _NO_LICENSE_CHECK _NO_INT64_SUPPORT _COMPACT
       
    84 // macro definition to exclude unused components of generated SUPL/RRLP code
       
    85 macro		  _ASN1_EXCLUDE
       
    86 SMPSAFE