os/security/contentmgmt/cafstreamingsupport/group/streamingcaf.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2007-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 the License "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 // @file 
    15 // @SYMPurpose streamingcaf.dll Content Access Framework implementation for Streaming DRM support
    16 // 
    17 //
    18 
    19 TARGET		streamingcaf.dll
    20 TARGETTYPE	DLL
    21 
    22 CAPABILITY	All -Tcb
    23 
    24 UID			0 0x10285888
    25 VENDORID	0x70000001
    26 
    27 SOURCEPATH	../source/
    28 
    29 SOURCE		keyassociation.cpp
    30 SOURCE		keystreamsink.cpp
    31 SOURCE		keystreamdecoder.cpp 
    32 SOURCE		streamagentinterface.cpp 
    33 SOURCE		streamagentfactory.cpp
    34 SOURCE		streamagentresolver.cpp
    35 SOURCE		streamagentinfo.cpp
    36 SOURCE		patchdata.cpp
    37 
    38 SOURCE		ipsec/ipseckeystreamsink.cpp 
    39 SOURCE		ipsec/ipseckeyassociation.cpp 
    40 SOURCE		ipsec/ipsecprotectedstreamdesc.cpp 
    41 
    42 USERINCLUDE	../inc/
    43 USERINCLUDE     ../../../cryptomgmtlibs/securitycommonutils/inc
    44 
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    46 
    47 LIBRARY		euser.lib 
    48 LIBRARY		lib_pfkey.lib
    49 LIBRARY		esock.lib
    50 LIBRARY		insock.lib
    51 LIBRARY		ecom.lib
    52 LIBRARY 	ipsecpolapi.lib
    53 LIBRARY     estor.lib caf.lib cafutils.lib efsrv.lib 
    54 SMPSAFE