voicerecorder/group/VoiceRecorderApp.mmp
branchRCL_3
changeset 5 35a9006a7fc7
parent 0 845549f293a7
child 7 6aee962f6139
equal deleted inserted replaced
1:8434d5964e15 5:35a9006a7fc7
    18 */
    18 */
    19 
    19 
    20 
    20 
    21 #include <data_caging_paths.hrh>
    21 #include <data_caging_paths.hrh>
    22 #include <platform_paths.hrh>
    22 #include <platform_paths.hrh>
       
    23 #include "VoiceRecorderSingleClick.hrh"
    23 
    24 
    24 TARGET	VoiceRecorder.exe
    25 TARGET	VoiceRecorder.exe
    25 TARGETTYPE    exe
    26 TARGETTYPE    exe
    26 epocstacksize 0x5000
    27 epocstacksize 0x5000
    27 
    28 
    30 
    31 
    31 VERSION         10.0
    32 VERSION         10.0
    32 
    33 
    33 CAPABILITY	CAP_APPLICATION
    34 CAPABILITY	CAP_APPLICATION
    34 VENDORID	VID_DEFAULT
    35 VENDORID	VID_DEFAULT
       
    36 
       
    37 #ifdef IAD_INCLUDE_SINGLE_CLICK 
       
    38 MACRO SINGLE_CLICK_INCLUDED
       
    39 #endif
       
    40 
    35 SOURCEPATH	../AppSrc
    41 SOURCEPATH	../AppSrc
    36 
    42 
    37 SOURCE	CVRApplication.cpp 
    43 SOURCE	CVRApplication.cpp 
    38 SOURCE		CVRDocument.cpp 
    44 SOURCE		CVRDocument.cpp 
    39 SOURCE		CVRAppUI.cpp
    45 SOURCE		CVRAppUI.cpp