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.
sl@0
     1
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     2
// All rights reserved.
sl@0
     3
// This component and the accompanying materials are made available
sl@0
     4
// under the terms of the License "Eclipse Public License v1.0"
sl@0
     5
// which accompanies this distribution, and is available
sl@0
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     7
//
sl@0
     8
// Initial Contributors:
sl@0
     9
// Nokia Corporation - initial contribution.
sl@0
    10
//
sl@0
    11
// Contributors:
sl@0
    12
//
sl@0
    13
// Description:
sl@0
    14
//
sl@0
    15
sl@0
    16
sl@0
    17
#ifndef __TSCAF_IBY__
sl@0
    18
#define __TSCAF_IBY__
sl@0
    19
sl@0
    20
#include <testexecute.iby>
sl@0
    21
#include "scs.iby"
sl@0
    22
sl@0
    23
define ZDRIVE \epoc32\data\Z
sl@0
    24
sl@0
    25
REM Streaming CAF Tests
sl@0
    26
sl@0
    27
// Test Streaming CAF Agent binaries
sl@0
    28
file=ABI_DIR\BUILD_DIR\tscaf.exe				\sys\bin\tscaf.exe
sl@0
    29
file=ABI_DIR\BUILD_DIR\staserver.exe				\sys\bin\staserver.exe
sl@0
    30
file=ABI_DIR\BUILD_DIR\staclient.dll				\sys\bin\staclient.dll
sl@0
    31
file=ABI_DIR\BUILD_DIR\stashared.dll				\sys\bin\stashared.dll
sl@0
    32
sl@0
    33
// Test Streaming CAF Agent plugin
sl@0
    34
ECOM_PLUGIN(tscaf_streamagent01.dll, tscaf_streamagent01.rsc)
sl@0
    35
ECOM_PLUGIN(tscaf_streamagent02.dll, tscaf_streamagent02.rsc)
sl@0
    36
ECOM_PLUGIN(tscaf_singleprocess_streamagent.dll, tscaf_singleprocess_streamagent.rsc)
sl@0
    37
sl@0
    38
// Test Streaming CAF Agent scripts
sl@0
    39
data = ZDRIVE\tcaf\tscaf\tscaf.ini				\tcaf\tscaf\tscaf.ini
sl@0
    40
data = ZDRIVE\tcaf\tscaf\tscaf.script				\tcaf\tscaf\tscaf.script
sl@0
    41
data = ZDRIVE\tcaf\tscaf\tscafipsec.script			\tcaf\tscaf\tscafipsec.script
sl@0
    42
data = ZDRIVE\tcaf\tscaf\tscafipsecmanual.script		\tcaf\tscaf\tscafipsecmanual.script
sl@0
    43
sl@0
    44
// Test Streaming CAF Agent data
sl@0
    45
data = ZDRIVE\tcaf\tscaf\data\rosimple.dr				\tcaf\tscaf\data\rosimple.dr
sl@0
    46
data = ZDRIVE\tcaf\tscaf\data\roexpired.dr			\tcaf\tscaf\data\roexpired.dr
sl@0
    47
data = ZDRIVE\tcaf\tscaf\data\roprogramprotected.dr		\tcaf\tscaf\data\roprogramprotected.dr
sl@0
    48
data = ZDRIVE\tcaf\tscaf\data\roserviceprotected.dr		\tcaf\tscaf\data\roserviceprotected.dr
sl@0
    49
data = ZDRIVE\tcaf\tscaf\data\rorecordable.dr			\tcaf\tscaf\data\rorecordable.dr
sl@0
    50
data = ZDRIVE\tcaf\tscaf\data\postacquisitiontest.dr		\tcaf\tscaf\data\postacquisitiontest.dr
sl@0
    51
sl@0
    52
data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_programprotect01.dr	\tcaf\tscaf\data\tscaf_rights_programprotect01.dr
sl@0
    53
data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_programprotect02.dr	\tcaf\tscaf\data\tscaf_rights_programprotect02.dr
sl@0
    54
data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_programprotect03.dr	\tcaf\tscaf\data\tscaf_rights_programprotect03.dr
sl@0
    55
data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_serviceprotect01.dr	\tcaf\tscaf\data\tscaf_rights_serviceprotect01.dr
sl@0
    56
data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_serviceprotect02.dr	\tcaf\tscaf\data\tscaf_rights_serviceprotect02.dr
sl@0
    57
data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_serviceprotect03.dr	\tcaf\tscaf\data\tscaf_rights_serviceprotect03.dr
sl@0
    58
data = ZDRIVE\tcaf\tscaf\data\tscaf_rights_expired01.dr		\tcaf\tscaf\data\tscaf_rights_expired01.dr
sl@0
    59
sl@0
    60
#endif