www.pudn.com > SoundMixer_Example_v1_0.zip > SoundMixer.rss


   /* 
    * 
============================================================================ 
    *  Name     : SoundMixer.rss 
    *  Part of  : SoundMixer 
    *  Created  : 03/01/2003 by Forum Nokia 
    *  Description: 
    *     This is the project specification file for SoundMixer. 
    *     Initial content was generated by Series 60 AppWizard. 
    * 
    *  Version  : 1.0.0 
    *  Copyright: Forum Nokia 
    * 
============================================================================ 
    */ 
 
 
//  RESOURCE IDENTIFIER 
NAME    AWIZ // 4 letter ID 
 
//  INCLUDES 
 
#include  
#include "soundmixer.hrh" 
#include "soundmixer.loc" 
#include  
#include  
#include  
 
 
//  CONSTANTS   
//#define ?constant   ?value 
 
 
//  MACROS   
//#define ?macro 
 
 
//  RESOURCE DEFINITIONS  
 
RESOURCE RSS_SIGNATURE { } 
 
RESOURCE TBUF { buf="SoundMixer"; } 
 
RESOURCE EIK_APP_INFO 
    { 
    hotkeys=r_soundmixer_hotkeys; 
    menubar=r_soundmixer_menubar; 
    cba=R_AVKON_SOFTKEYS_OPTIONS_BACK;      
    } 
 
//---------------------------------------------------- 
//    
//    r_soundmixer_hotkeys 
//    ?description 
// 
//---------------------------------------------------- 
// 
RESOURCE HOTKEYS r_soundmixer_hotkeys 
    { 
    control= 
        { 
        HOTKEY { command=EAknCmdExit; key='e'; } 
        }; 
    } 
 
//---------------------------------------------------- 
//    
//    r_soundmixer_menubar 
//    ?description 
// 
//---------------------------------------------------- 
// 
RESOURCE MENU_BAR r_soundmixer_menubar 
    { 
    titles= 
        { 
        MENU_TITLE { menu_pane=r_soundmixer_menu; txt="File"; } 
        }; 
    } 
 
//---------------------------------------------------- 
//    
//    r_soundmixer_menu 
//    ?description 
// 
//---------------------------------------------------- 
// 
RESOURCE MENU_PANE r_soundmixer_menu 
    { 
    items= 
        { 
        MENU_ITEM { command=EAknCmdExit; txt="Exit"; }, 
        MENU_ITEM { command=ESoundMixerCmdStartMixer; txt="Start mixer"; }, 
        MENU_ITEM { command=ESoundMixerCmdStopMixer; txt="Stop mixer"; }, 
        MENU_ITEM { command=ESoundMixerCmdVolumeUp; txt="Volume up"; }, 
        MENU_ITEM { command=ESoundMixerCmdVolumeDown; txt="Volume down"; } 
        }; 
    } 
 
 
 
             
// End of File