os/mm/mmtestenv/mmtesttools/Rom/MVSIntTests.iby
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     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 "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 #ifndef MVSINTTESTS_IBY
    17 #define MVSINTTESTS_IBY
    18 
    19 #ifdef SYMBIAN_VARIABLE_BITRATE_CODEC
    20 #define SYMBIAN_MMF_MODEL_CONTROLLERS
    21 #endif
    22 
    23 #ifdef SYMBIAN_MMF_MODEL_CONTROLLERS
    24 
    25 // multimedia validation client and agents
    26 #include <mvsagents.iby>
    27 #include <mvsapp.iby>
    28 
    29 // mvs agents test harness
    30 #include <tsi_mvs_agents.iby>
    31 
    32 data=EPOCROOT##epoc32\data\c\runmvsaudioagentinttests.bat       runmvsaudioagentinttests.bat
    33 data=EPOCROOT##epoc32\data\c\runmvsvideoagentinttests.bat       runmvsvideoagentinttests.bat
    34 
    35 // Batch file CR957
    36 data=EPOCROOT##epoc32\data\c\runmvsvideoagentsecDispinttests.bat       runmvsvideoagentsecDispinttests.bat
    37 data=EPOCROOT##epoc32\data\c\runmvsvideoagentaprinttests.bat           runmvsvideoagentaprinttests.bat
    38 
    39 #endif // SYMBIAN_MMF_MODEL_CONTROLLERS
    40 
    41 #endif // MVSINTTESTS_IBY