os/security/contentmgmt/cafstreamingsupport/group/stashared.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 // Copyright (c) 2007-2010 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 // This is the project specification file for the streaming test agent utils.
    16 // 
    17 //
    18 
    19 TARGET 		stashared.dll
    20 TARGETTYPE 	DLL
    21 
    22 UID 		0 0x1028588A
    23 
    24 CAPABILITY	All -Tcb
    25 
    26 USERINCLUDE 	../test/streamingtestagent/inc
    27 USERINCLUDE 	../test/streamingtestagent_singleprocess/inc
    28 USERINCLUDE 	../../referencedrmagent/RefTestAgent/streamingrefagent/inc
    29 USERINCLUDE 	../../referencedrmagent/RefTestAgent/localsdp/inc
    30 USERINCLUDE 	../../referencedrmagent/RefTestAgent/localsdp/api
    31 
    32 
    33 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    34 
    35 SOURCEPATH 	../test/streamingtestagent/source/shared
    36 SOURCE		testprotstrdesc.cpp
    37 SOURCE		testkeystreamsink.cpp
    38 SOURCE		testkeyassociation.cpp
    39 SOURCE		testkeystreamdecoderbase.cpp
    40 SOURCE		testagentkeystreamdecoder.cpp
    41 
    42 SOURCEPATH 	../test/streamingtestagent_singleprocess/source/shared
    43 SOURCE		testsingleprocesskeystreamdecoder.cpp
    44 
    45 LIBRARY 	euser.lib
    46 LIBRARY		streamingcaf.lib
    47 LIBRARY		estor.lib
    48 LIBRARY		staclient.lib
    49 LIBRARY		srautils.lib
    50 LIBRARY		localsdpcodec.lib
    51 LIBRARY		efsrv.lib
    52 LIBRARY		bafl.lib
    53 SMPSAFE
    54