rtp/srtpstack/group/srtp.mmp
changeset 0 307788aac0a8
equal deleted inserted replaced
-1:000000000000 0:307788aac0a8
       
     1 /*
       
     2 * Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:    SRTP (Secure Real-time Transport Protocol) library
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 // write to logfile
       
    22 //MACRO SRTP_LOG
       
    23 
       
    24 
       
    25 TARGET          srtp.dll
       
    26 TARGETTYPE      dll
       
    27 UID             0x1000008d 0x1020E4C9
       
    28 VENDORID        VID_DEFAULT
       
    29 
       
    30 SOURCEPATH      ../src
       
    31 
       
    32 SOURCE          srtpstream.cpp 
       
    33 SOURCE          srtpstreamin.cpp 
       
    34 SOURCE          srtpstreamout.cpp 
       
    35 SOURCE          srtpsession.cpp 
       
    36 SOURCE          srtputils.cpp 
       
    37 SOURCE          srtpcryptohandler.cpp 
       
    38 SOURCE          srtpcryptohandlersrtp.cpp 
       
    39 SOURCE          srtpcryptohandlersrtcp.cpp 
       
    40 SOURCE          srtpauthentication_hmac_sha1.cpp
       
    41 SOURCE          srtpauthentication_null.cpp
       
    42 SOURCE          srtpcipher_aescm128.cpp
       
    43 SOURCE          srtpcipher_null.cpp
       
    44 SOURCE          srtpkeyderivation_aescm128.cpp
       
    45 SOURCE          srtpaesctrcrypto.cpp
       
    46 SOURCE          tsrtpstreamstatebase.cpp
       
    47 SOURCE          tsrtpstreaminstatebase.cpp
       
    48 SOURCE          tsrtpstreaminstateuninit.cpp
       
    49 SOURCE          tsrtpstreaminstatelatebind.cpp
       
    50 SOURCE          tsrtpstreaminstatenormal.cpp
       
    51 SOURCE          tsrtpstreamoutstatebase.cpp
       
    52 SOURCE          tsrtpstreamoutstateuninit.cpp
       
    53 SOURCE          tsrtpstreamoutstatenormal.cpp
       
    54 SOURCE          srtppacket.cpp
       
    55 SOURCE          srtppacketrtp.cpp
       
    56 SOURCE          srtppacketsrtp.cpp
       
    57 SOURCE          srtppacketrtcp.cpp
       
    58 SOURCE          srtppacketsrtcp.cpp
       
    59 SOURCE			srtpcryptocontext.cpp
       
    60 SOURCE          srtpmasterkey.cpp
       
    61 SOURCE          srtpmastersalt.cpp
       
    62 SOURCE			srtpauthentication_rcc.cpp
       
    63 
       
    64 USERINCLUDE     ../inc
       
    65 
       
    66 MW_LAYER_SYSTEMINCLUDE
       
    67 
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY			insock.lib
       
    70 LIBRARY			esock.lib
       
    71 LIBRARY			commdb.lib
       
    72 LIBRARY			efsrv.lib
       
    73 LIBRARY			hash.lib
       
    74 LIBRARY			cryptography.lib
       
    75 
       
    76 CAPABILITY      CAP_GENERAL_DLL
       
    77 
       
    78 //EXPORTUNFROZEN
       
    79 
       
    80 // End of File