diff -r 000000000000 -r c6b0df440bee dbgagents/trkagent/app/s60/TrkApp.hrh --- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/dbgagents/trkagent/app/s60/TrkApp.hrh Tue Mar 02 10:33:16 2010 +0530 @@ -0,0 +1,42 @@ +/* +* Copyright (c) 2005 Nokia Corporation and/or its subsidiary(-ies). +* All rights reserved. +* This component and the accompanying materials are made available +* under the terms of "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: +* +*/ + + +#ifndef __TRKAPP_HRH__ +#define __TRKAPP_HRH__ + +// HelloWorldBasic enumerate command codes +enum TTrkMenuCommands + { + ETrkConnect = 100, // start value must not be 0 + ETrkDisconnect, + ETrkSettings, + ETrkAbout, + ETrkCmdChange + }; + +enum TExpressPrefControls + { + ETrkConnectionType = 200, + ETrkConnectionPort, + ETrkConnectionBaudRate, + ETrkPlugAndPlayOption + }; + +#endif // __TRKAPP_HRH__ + +