contentmgmt/cafstreamingsupport/group/stashared.mmp
branchRCL_3
changeset 43 2f10d260163b
child 61 641f389e9157
equal deleted inserted replaced
42:eb9b28acd381 43:2f10d260163b
       
     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 // 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 
       
    30 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    31 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    32 
       
    33 SOURCEPATH 	../test/streamingtestagent/source/shared
       
    34 SOURCE		testprotstrdesc.cpp
       
    35 SOURCE		testkeystreamsink.cpp
       
    36 SOURCE		testkeyassociation.cpp
       
    37 SOURCE		testkeystreamdecoderbase.cpp
       
    38 SOURCE		testagentkeystreamdecoder.cpp
       
    39 
       
    40 SOURCEPATH 	../test/streamingtestagent_singleprocess/source/shared
       
    41 SOURCE		testsingleprocesskeystreamdecoder.cpp
       
    42 
       
    43 LIBRARY 	euser.lib
       
    44 LIBRARY		streamingcaf.lib
       
    45 LIBRARY		estor.lib
       
    46 LIBRARY		staclient.lib
       
    47 LIBRARY		srautils.lib
       
    48 #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
       
    49 LIBRARY		sdpcodec.lib
       
    50 #endif
       
    51 LIBRARY		efsrv.lib
       
    52 LIBRARY		bafl.lib
       
    53 SMPSAFE
       
    54