os/security/contentmgmt/cafstreamingsupport/inc/tscaf.iby
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 //
    15 
    16 
    17 #ifndef __TSCAF_IBY__
    18 #define __TSCAF_IBY__
    19 
    20 #include <testexecute.iby>
    21 #include "scs.iby"
    22 
    23 define ZDRIVE \epoc32\data\Z
    24 
    25 REM Streaming CAF Tests
    26 
    27 // Test Streaming CAF Agent binaries
    28 file=ABI_DIR\BUILD_DIR\tscaf.exe				\sys\bin\tscaf.exe
    29 file=ABI_DIR\BUILD_DIR\staserver.exe				\sys\bin\staserver.exe
    30 file=ABI_DIR\BUILD_DIR\staclient.dll				\sys\bin\staclient.dll
    31 file=ABI_DIR\BUILD_DIR\stashared.dll				\sys\bin\stashared.dll
    32 
    33 // Test Streaming CAF Agent plugin
    34 ECOM_PLUGIN(tscaf_streamagent01.dll, tscaf_streamagent01.rsc)
    35 ECOM_PLUGIN(tscaf_streamagent02.dll, tscaf_streamagent02.rsc)
    36 ECOM_PLUGIN(tscaf_singleprocess_streamagent.dll, tscaf_singleprocess_streamagent.rsc)
    37 
    38 // Test Streaming CAF Agent scripts
    39 data = ZDRIVE\tcaf\tscaf\tscaf.ini				\tcaf\tscaf\tscaf.ini
    40 data = ZDRIVE\tcaf\tscaf\tscaf.script				\tcaf\tscaf\tscaf.script
    41 data = ZDRIVE\tcaf\tscaf\tscafipsec.script			\tcaf\tscaf\tscafipsec.script
    42 data = ZDRIVE\tcaf\tscaf\tscafipsecmanual.script		\tcaf\tscaf\tscafipsecmanual.script
    43 
    44 // Test Streaming CAF Agent data
    45 data = ZDRIVE\tcaf\tscaf\data\rosimple.dr				\tcaf\tscaf\data\rosimple.dr
    46 data = ZDRIVE\tcaf\tscaf\data\roexpired.dr			\tcaf\tscaf\data\roexpired.dr
    47 data = ZDRIVE\tcaf\tscaf\data\roprogramprotected.dr		\tcaf\tscaf\data\roprogramprotected.dr
    48 data = ZDRIVE\tcaf\tscaf\data\roserviceprotected.dr		\tcaf\tscaf\data\roserviceprotected.dr
    49 data = ZDRIVE\tcaf\tscaf\data\rorecordable.dr			\tcaf\tscaf\data\rorecordable.dr
    50 data = ZDRIVE\tcaf\tscaf\data\postacquisitiontest.dr		\tcaf\tscaf\data\postacquisitiontest.dr
    51 
    52 data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_programprotect01.dr	\tcaf\tscaf\data\tscaf_rights_programprotect01.dr
    53 data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_programprotect02.dr	\tcaf\tscaf\data\tscaf_rights_programprotect02.dr
    54 data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_programprotect03.dr	\tcaf\tscaf\data\tscaf_rights_programprotect03.dr
    55 data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_serviceprotect01.dr	\tcaf\tscaf\data\tscaf_rights_serviceprotect01.dr
    56 data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_serviceprotect02.dr	\tcaf\tscaf\data\tscaf_rights_serviceprotect02.dr
    57 data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_serviceprotect03.dr	\tcaf\tscaf\data\tscaf_rights_serviceprotect03.dr
    58 data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_expired01.dr		\tcaf\tscaf\data\tscaf_rights_expired01.dr
    59 
    60 #endif