mediasettings/mediasettingsapp/inc/MPSettingsConstants.h
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Thu, 15 Jul 2010 18:41:27 +0300
branchRCL_3
changeset 20 2d690156cf8f
parent 8 ce5ada96ab30
permissions -rw-r--r--
Revision: 201025 Kit: 2010127

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:   MediaSetting constants.*
*/


// Version : %version: 4 %




#ifndef MPSETTINGSCONSTANTS_H
#define MPSETTINGSCONSTANTS_H

// CONSTANTS

// UIDs of views

// Main view
const TUid KMPSettMainViewId = {1};

// UIDs for views, which are opened from Main view.
// The UID values have to be in the same order as
// the views appear in Main view's list, i.e. the
// first item has to have smallest UID and so forth.
const TUid KMPSettVideoViewId = {2};
const TUid KMPSettAudioViewId = {3};
const TUid KMPSettStreamingViewId = {4};

// UIDs for subviews
const TUid KMPSettProxyViewId = {11};
const TUid KMPSettNetworkViewId = {12};
const TUid KMPSettAdvancedBwViewId = {13};

// App uid for help context
const TUid KIptvHelpContextUid = {0x102750E2};
const TUid KGSVideoPluginUid = {0x10275069}; 

// Middle Softkey control ID.
const TInt KMediaSettingsMSKControlID = 3;

#endif      // MPSETTINGSCONSTANTS_H   
            
// End of File