sl@0: // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: // All rights reserved. sl@0: // This component and the accompanying materials are made available sl@0: // under the terms of "Eclipse Public License v1.0" sl@0: // which accompanies this distribution, and is available sl@0: // at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: // sl@0: // Initial Contributors: sl@0: // Nokia Corporation - initial contribution. sl@0: // sl@0: // Contributors: sl@0: // sl@0: // Description: sl@0: // sl@0: sl@0: #ifndef __HELLOWORLDBASIC_HRH__ sl@0: #define __HELLOWORLDBASIC_HRH__ sl@0: sl@0: // HelloWorldBasic enumerate command codes sl@0: enum THelloWorldBasicIds sl@0: { sl@0: EHelloWorldBasicCommand1 = 0x6001, // start value must not be 0 sl@0: EHelloWorldBasicCommand2, sl@0: EHelloWorldBasicCommand3, sl@0: EHelloWorldBasicCommand4 sl@0: }; sl@0: sl@0: enum TFileListCommandIds sl@0: { sl@0: EFileListCmdAppTest = 1, sl@0: EFileListCmdAppTest1, sl@0: EFileListCmdAppTest2, sl@0: EFileListCmdAppTest3, sl@0: EFileListCmdAppTest4, sl@0: EFileListCmdAppTest5 sl@0: }; sl@0: sl@0: enum TFileListDirectories sl@0: { sl@0: EFileListSounds = 1, sl@0: EFileListPictures, sl@0: EFileListVideos, sl@0: EFileListDirNoChange sl@0: }; sl@0: sl@0: enum TFileListSizeDate sl@0: { sl@0: EFileListSize = 1, sl@0: EFileListDate, sl@0: EFileListToggle, sl@0: EFileListSizeDateNoChange sl@0: }; sl@0: sl@0: #endif // __HELLOWORLDBASIC_HRH__