mmappfw_plat/mpx_playback_utility_api/tsrc/mpxplaybackutilitytest/inc/mpxplaybackutilitytestdefs.h
changeset 25 d881023c13eb
child 54 fa0adf088850
equal deleted inserted replaced
21:a05c44bc3c61 25:d881023c13eb
       
     1 /*
       
     2 * Copyright (c) 2002 - 2007 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  mpxplaybackutilitytestdefs header for STIF Test Framework TestScripter.
       
    15 *
       
    16 */
       
    17 
       
    18 #ifndef MPXPLAYBACKUTILITYTESTDEFS_H
       
    19 #define MPXPLAYBACKUTILITYTESTDEFS_H
       
    20 
       
    21 const TInt KGeneralPlaybackMsgOffset = 0;
       
    22 const TInt KVideoPlaybackMsgOffset = 100;
       
    23 const TInt KStifPlaybackMsgOffset = 200;
       
    24 const TInt KMPXMessageStif = 0x20011397;
       
    25 
       
    26 
       
    27 #endif      // MPXPLAYBACKUTILITYTESTDEFS_H
       
    28 
       
    29 // End of File