comparison src/ui3/bmi/mmiBookShared.c @ 424:8587eb7bd2d5

src/ui3/bmi/mmiBookShared.c: passes compilation
author Mychaela Falconia <falcon@freecalypso.org>
date Sun, 21 Jan 2018 04:32:27 +0000
parents 6a4d9f47793e
children 8407800b3184
comparison
equal deleted inserted replaced
423:627d8ab425df 424:8587eb7bd2d5
279 279
280 #ifdef FF_MMI_CAMERA_APP 280 #ifdef FF_MMI_CAMERA_APP
281 #include "mfw_camapp.h" 281 #include "mfw_camapp.h"
282 #endif //FF_MMI_TEST_CAMERA 282 #endif //FF_MMI_TEST_CAMERA
283 283
284 #if 0 /* FreeCalypso */
284 /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- Start */ 285 /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- Start */
285 #include "mfw_fm.h" 286 #include "mfw_fm.h"
286 /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- End */ 287 /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- End */
288 #endif
287 289
288 #include "dspl.h" 290 #include "dspl.h"
289 291
290 #include "ksd.h" 292 #include "ksd.h"
291 #include "psa.h" 293 #include "psa.h"
1593 SUB_MENU( TxtStorageDevice, menuVoicebufferStorage, item_flag_none ) 1595 SUB_MENU( TxtStorageDevice, menuVoicebufferStorage, item_flag_none )
1594 END_MENU( menuVoiceBuffering, menuListArea, COLOUR_LIST_SUBMENU ) 1596 END_MENU( menuVoiceBuffering, menuListArea, COLOUR_LIST_SUBMENU )
1595 #endif 1597 #endif
1596 #ifndef FF_NO_VOICE_MEMO 1598 #ifndef FF_NO_VOICE_MEMO
1597 1599
1600 #if 0 /* FreeCalypso */
1598 /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- Start */ 1601 /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- Start */
1599 1602
1600 BEGIN_MENU( menuVoiceMemoStorage ) 1603 BEGIN_MENU( menuVoiceMemoStorage )
1601 MENU_ITEM( TxtFFS, voice_memo_storeage, mmi_check_nor ), 1604 MENU_ITEM( TxtFFS, voice_memo_storeage, mmi_check_nor ),
1602 MENU_ITEM( TxtNORMS, voice_memo_storeage, mmi_check_norms ), 1605 MENU_ITEM( TxtNORMS, voice_memo_storeage, mmi_check_norms ),
1603 MENU_ITEM( TxtNAND, voice_memo_storeage, mmi_check_nand ), 1606 MENU_ITEM( TxtNAND, voice_memo_storeage, mmi_check_nand ),
1604 MENU_ITEM( TxtTflash, voice_memo_storeage, mmi_check_tflash ), 1607 MENU_ITEM( TxtTflash, voice_memo_storeage, mmi_check_tflash ),
1605 END_MENU( menuVoiceMemoStorage, menuListArea, COLOUR_LIST_SUBMENU ) 1608 END_MENU( menuVoiceMemoStorage, menuListArea, COLOUR_LIST_SUBMENU )
1606 1609
1607 /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- End */ 1610 /* Sep 26, 2007 Configuration of Drives for SBuild 2.3.0 Migration x0080701 (Bharat) -- End */
1608 1611 #endif
1609 1612
1610 //Sub-Menu of Voice Memo 1613 //Sub-Menu of Voice Memo
1611 BEGIN_MENU( menuVoiceMemo ) 1614 BEGIN_MENU( menuVoiceMemo )
1612 MENU_ITEM( TxtPlay, voice_memo_play, item_flag_none ), 1615 MENU_ITEM( TxtPlay, voice_memo_play, item_flag_none ),
1613 MENU_ITEM( TxtRecord, voice_memo_record, item_flag_none ), 1616 MENU_ITEM( TxtRecord, voice_memo_record, item_flag_none ),
1617 #if 0 /* FreeCalypso */
1614 SUB_MENU( TxtStorageDevice, menuVoiceMemoStorage, item_flag_none ) 1618 SUB_MENU( TxtStorageDevice, menuVoiceMemoStorage, item_flag_none )
1619 #endif
1615 END_MENU( menuVoiceMemo, menuListArea, COLOUR_LIST_SUBMENU ) 1620 END_MENU( menuVoiceMemo, menuListArea, COLOUR_LIST_SUBMENU )
1616 #endif 1621 #endif
1617 1622
1618 //e-armanetsaid 18/05/04 Add menu for Midi driver test 1623 //e-armanetsaid 18/05/04 Add menu for Midi driver test
1619 //Sub-Menu of Loop On/Off 1624 //Sub-Menu of Loop On/Off