os/security/contentmgmt/cafstreamingsupport/group/bld.inf
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-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 // Stream Access Framework for DRM agents and consumers
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 
    23 PRJ_PLATFORMS
    24 DEFAULT
    25 
    26 PRJ_EXPORTS
    27 
    28 // Streaming CAF includes
    29 ../inc/keyassociation.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/streaming/keyassociation.h)
    30 ../inc/keystreamdecoder.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/streaming/keystreamdecoder.h)
    31 ../inc/keystreamsink.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/streaming/keystreamsink.h)
    32 ../inc/protectedstreamdesc.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/streaming/protectedstreamdesc.h)
    33 ../inc/streamagentfactory.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/streaming/streamagentfactory.h)
    34 ../inc/streamagentinterface.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/streaming/streamagentinterface.h)
    35 ../inc/streamcaftypes.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/streaming/streamcaftypes.h)
    36 
    37 // ROMKIT includes
    38 ../inc/streamingcaf.iby 			/epoc32/rom/include/streamingcaf.iby
    39 
    40 PRJ_MMPFILES
    41 
    42 #ifndef TOOLS
    43 #ifndef TOOLS2
    44 streamingcaf.mmp
    45 #endif // TOOLS2
    46 #endif // TOOLS
    47 
    48 PRJ_TESTMMPFILES
    49 
    50 #ifndef TOOLS
    51 #ifndef TOOLS2
    52 
    53 // Common test stream agent implementation projects 
    54 stashared.mmp
    55 staclient.mmp		
    56 staserver.mmp
    57 
    58 // Test stream agent ECOM plugins
    59 tscaf_streamagent01.mmp
    60 tscaf_streamagent02.mmp	
    61 
    62 // Test "Single Process" Stream agent ECOM Plugins
    63 tscaf_singleprocess_streamagent.mmp
    64 	
    65 // Integration Test Harness
    66 tscaf.mmp
    67 #endif // TOOLS2
    68 #endif // TOOLS
    69 
    70 PRJ_TESTEXPORTS
    71 
    72 ../test/tscaf/scripts/tscaf.ini				z:/tcaf/tscaf/tscaf.ini
    73 ../test/tscaf/scripts/tscaf.script				z:/tcaf/tscaf/tscaf.script
    74 ../test/tscaf/scripts/tscaf_oom.script			z:/tcaf/tscaf/tscaf_oom.script
    75 ../test/tscaf/scripts/tscafipsec.script			z:/tcaf/tscaf/tscafipsec.script
    76 ../test/tscaf/scripts/tscafipsec_oom.script			z:/tcaf/tscaf/tscafipsec_oom.script
    77 ../test/tscaf/scripts/tscafipsecmanual.script			z:/tcaf/tscaf/tscafipsecmanual.script
    78 
    79 ../test/tscaf/scripts/data/rosimple.dr     			z:/tcaf/tscaf/data/rosimple.dr
    80 ../test/tscaf/scripts/data/roexpired.dr           		z:/tcaf/tscaf/data/roexpired.dr
    81 ../test/tscaf/scripts/data/roprogramprotected.dr  		z:/tcaf/tscaf/data/roprogramprotected.dr
    82 ../test/tscaf/scripts/data/roserviceprotected.dr  		z:/tcaf/tscaf/data/roserviceprotected.dr
    83 ../test/tscaf/scripts/data/rorecordable.dr  			z:/tcaf/tscaf/data/rorecordable.dr
    84 ../test/tscaf/scripts/data/ropostacquisition.dr  		z:/tcaf/tscaf/data/postacquisitiontest.dr
    85 
    86 ../test/tscaf/scripts/data/tscaf_rights_programprotect01.dr   z:/tcaf/tscaf/data/tscaf_rights_programprotect01.dr
    87 ../test/tscaf/scripts/data/tscaf_rights_programprotect02.dr   z:/tcaf/tscaf/data/tscaf_rights_programprotect02.dr
    88 ../test/tscaf/scripts/data/tscaf_rights_programprotect03.dr  	z:/tcaf/tscaf/data/tscaf_rights_programprotect03.dr
    89 ../test/tscaf/scripts/data/tscaf_rights_serviceprotect01.dr  	z:/tcaf/tscaf/data/tscaf_rights_serviceprotect01.dr
    90 ../test/tscaf/scripts/data/tscaf_rights_serviceprotect02.dr  	z:/tcaf/tscaf/data/tscaf_rights_serviceprotect02.dr
    91 ../test/tscaf/scripts/data/tscaf_rights_serviceprotect03.dr  	z:/tcaf/tscaf/data/tscaf_rights_serviceprotect03.dr
    92 ../test/tscaf/scripts/data/tscaf_rights_expired01.dr  	z:/tcaf/tscaf/data/tscaf_rights_expired01.dr
    93 
    94 // ROM streaming caf test iby
    95 ../inc/tscaf.iby 						/epoc32/rom/include/tscaf.iby
    96 
    97