PhoneSetupGprots.h
上传用户:dengyu
上传日期:2022-05-01
资源大小:153k
文件大小:30k
- /*****************************************************************************
- * Copyright Statement:
- * --------------------
- * This software is protected by Copyright and the information contained
- * herein is confidential. The software may not be copied and the information
- * contained herein may not be used or disclosed except with the written
- * permission of MediaTek Inc. (C) 2005
- *
- * BY OPENING THIS FILE, BUYER HEREBY UNEQUIVOCALLY ACKNOWLEDGES AND AGREES
- * THAT THE SOFTWARE/FIRMWARE AND ITS DOCUMENTATIONS ("MEDIATEK SOFTWARE")
- * RECEIVED FROM MEDIATEK AND/OR ITS REPRESENTATIVES ARE PROVIDED TO BUYER ON
- * AN "AS-IS" BASIS ONLY. MEDIATEK EXPRESSLY DISCLAIMS ANY AND ALL WARRANTIES,
- * EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE IMPLIED WARRANTIES OF
- * MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE OR NONINFRINGEMENT.
- * NEITHER DOES MEDIATEK PROVIDE ANY WARRANTY WHATSOEVER WITH RESPECT TO THE
- * SOFTWARE OF ANY THIRD PARTY WHICH MAY BE USED BY, INCORPORATED IN, OR
- * SUPPLIED WITH THE MEDIATEK SOFTWARE, AND BUYER AGREES TO LOOK ONLY TO SUCH
- * THIRD PARTY FOR ANY WARRANTY CLAIM RELATING THERETO. MEDIATEK SHALL ALSO
- * NOT BE RESPONSIBLE FOR ANY MEDIATEK SOFTWARE RELEASES MADE TO BUYER'S
- * SPECIFICATION OR TO CONFORM TO A PARTICULAR STANDARD OR OPEN FORUM.
- *
- * BUYER'S SOLE AND EXCLUSIVE REMEDY AND MEDIATEK'S ENTIRE AND CUMULATIVE
- * LIABILITY WITH RESPECT TO THE MEDIATEK SOFTWARE RELEASED HEREUNDER WILL BE,
- * AT MEDIATEK'S OPTION, TO REVISE OR REPLACE THE MEDIATEK SOFTWARE AT ISSUE,
- * OR REFUND ANY SOFTWARE LICENSE FEES OR SERVICE CHARGE PAID BY BUYER TO
- * MEDIATEK FOR SUCH MEDIATEK SOFTWARE AT ISSUE.
- *
- * THE TRANSACTION CONTEMPLATED HEREUNDER SHALL BE CONSTRUED IN ACCORDANCE
- * WITH THE LAWS OF THE STATE OF CALIFORNIA, USA, EXCLUDING ITS CONFLICT OF
- * LAWS PRINCIPLES. ANY DISPUTES, CONTROVERSIES OR CLAIMS ARISING THEREOF AND
- * RELATED THERETO SHALL BE SETTLED BY ARBITRATION IN SAN FRANCISCO, CA, UNDER
- * THE RULES OF THE INTERNATIONAL CHAMBER OF COMMERCE (ICC).
- *
- *****************************************************************************/
- /*******************************************************************************
- * Filename:
- * ---------
- * PhoneSetupGprots.h
- *
- * Project:
- * --------
- * MAUI
- *
- * Description:
- * ------------
- *
- *
- * Author:
- * -------
- *
- *
- *==============================================================================
- * HISTORY
- * Below this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
- *------------------------------------------------------------------------------
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- * removed!
- * removed!
- * removed!
- *
- *------------------------------------------------------------------------------
- * Upper this line, this part is controlled by PVCS VM. DO NOT MODIFY!!
- *==============================================================================
- *******************************************************************************/
- #ifndef PHONESETUP_GPROTS_H_
- #define PHONESETUP_GPROTS_H_
- #include "MMI_features.h"
- #ifndef __MMI_FEATURES__
- #error "Please include MMI_features.h first"
- #endif
- /*
- * Define
- */
- /* Date and time */
- #define PHNSET_DATE_SEPERATOR_DOT 0 /* date seperator is spot */
- #define PHNSET_DATE_SEPERATOR_COLON 1 /* date seperator is colon */
- #define PHNSET_DATE_SEPERATOR_SLOPE 2 /* date seperator is slash */
- #define PHNSET_DATE_SEPERATOR_LINE 3 /* date seperator is line */
- #ifdef __MMI_INNERVATION_WORLD__
- typedef enum
- {
- ENUM_WALLPAPER,
- #ifdef __MMI_TV_PLAYER__
- ENUM_FULL_TV_SCREEN,
- #endif
- ENUM_FULL_VDO_SCREEN,
- ENUM_ROCK_SONG,
- ENUM_CALLIN_SILENT,
- ENUM_LAZY_CLOCK,
- ENUM_FMRADIO_CHANNEL_SWITCH,
- ENUM_INNERVATION_WORLD_MAX
- }PHNSET_INNERVATION_WORLD_ENUM;
- #endif
- /**
- * Default encoding type enum
- * Notice: This order should match with menu item!!
- **/
- typedef enum
- {
- #ifdef __MMI_CHSET_BIG5__
- PHNSET_ENCOD_BIG5,
- #endif
- #ifdef __MMI_CHSET_GB2312__
- PHNSET_ENCOD_GB2312,
- #endif
- #ifdef __MMI_CHSET_HKSCS__
- PHNSET_ENCOD_HKSCS,
- #endif
- #ifdef __MMI_CHSET_GB18030__
- PHNSET_ENCOD_GB18030,
- #endif
- PHNSET_ENCOD_UCS2,
- PHNSET_ENCOD_LAST
- } PHNSET_ENCODING_TYPE;
- #ifdef __MMI_SCREEN_SWITCH_EFFECT__
- /* screen switch effect case */
- typedef enum
- {
- MMI_PHNSET_SSE_NONE, /* not support screen switch effect */
- MMI_PHNSET_SSE_SIMPLE, /* simple support screen switch effect */
- MMI_PHNSET_SSE_FULL, /* full support screen switch effect */
- MMI_PHNSET_SSE_NUM /* support item number */
- } mmi_phnset_sse_status_enum;
- #endif /* __MMI_SCREEN_SWITCH_EFFECT__ */
- #if defined(__MMI_TOUCH_SCREEN__) || defined(__MMI_HANDWRITING_PAD__)
- /* Calibration state machine */
- typedef enum
- {
- CALIBRATION_NULL_STATE, /* pen calibration null state */
- CALIBRATION_WELCOME_STATE, /* pen calibration welcome state */
- CALIBRATION_TOP_LEFT_POINT_STATE, /* pen calibration top left point state */
- CALIBRATION_BOTTOM_RIGHT_POINT_STATE, /* pen calibration bottom right point state */
- CALIBRATION_CENTER_POINT_STATE, /* pen calibration center point state */
- CALIBRATION_MAX_STATE
- } PHNSET_CALIBRATION_STATE_ENUM;
- /* hand writing speed enum */
- typedef enum
- {
- PHNSET_HANDWRITING_FAST, /* fast handwriting speed */
- PHNSET_HANDWRITING_MEDIUM, /* medium handwriting speed */
- PHNSET_HANDWRITING_SLOW /* slow handwriting speed */
- } PHNSET_HANDWRITING_SPEED_ENUM;
- #ifdef __MMI_FREETYPE_SETTING_SUPPORT__
- typedef enum
- {
- MMI_PHNSET_FREETYPE_SMALL,
- MMI_PHNSET_FREETYPE_MEDIUM,
- MMI_PHNSET_FREETYPE_LARGE,
- MMI_PHNSET_FREETYPE_NUM
- } mmi_phnset_freetype_status_enum;
- #endif
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetHandwritingColor
- * DESCRIPTION
- * This function get current hand writing color
- * PARAMETERS
- * void
- * RETURNS
- * Current hand writing color
- *****************************************************************************/
- extern color PhnsetGetHandwritingColor(void);
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetHandwritingSpeed
- * DESCRIPTION
- * This function get current hand writing speed
- * PARAMETERS
- * void
- * RETURNS
- * current hand writing speed with PHNSET_HANDWRITING_SPEED_ENUM
- *****************************************************************************/
- extern PHNSET_HANDWRITING_SPEED_ENUM PhnsetGetHandwritingSpeed(void);
- /*****************************************************************************
- * FUNCTION
- * PhnsetReadNvramCalibrationData
- * DESCRIPTION
- * Function to read calibration data from NVRAM
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void PhnsetReadNvramCalibrationData(void);
- /*****************************************************************************
- * FUNCTION
- * PhnsetNeedFactoryDefaultCalibration
- * DESCRIPTION
- * Whether pen is calibrated.
- * PARAMETERS
- * void
- * RETURNS
- Whether mobile need enter calibration when power on
- * RETURN VALUES
- * TRUE : if need enter calibration screen
- * FALSE : if don't need enter calibration screen
- *****************************************************************************/
- extern BOOL PhnsetNeedFactoryDefaultCalibration(void);
- /*****************************************************************************
- * FUNCTION
- * EntryPhnseFactoryDefaultCalibrationScr
- * DESCRIPTION
- * Enter calibration screen when power on mobile
- * PARAMETERS
- * callback : [IN] Call this function after calibrate success
- * RETURNS
- * void
- *****************************************************************************/
- extern void EntryPhnseFactoryDefaultCalibrationScr(void (*callback) (void));
- #ifdef __MMI_HANDWRITING_PAD__
- typedef enum
- {
- TEST_CONTROL_AREA_WELCOME_STATE,
- TEST_CONTROL_AREA_TESTING_STATE,
- TEST_CONTROL_AREA_FINISH_STATE,
- TEST_CONTROL_AREA_MAX_STATE
- } PHNSET_TEST_CONTROL_AREA_STATE_ENUM;
- #endif /* __MMI_HANDWRITING_PAD__ */
- #endif /* defined(__MMI_TOUCH_SCREEN__) || defined(__MMI_HANDWRITING_PAD__) */
- extern void HighlightPhnsetScr(void);
- extern void HighlightPhnsetTimeAndDate(void);
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetTimeFormat
- * DESCRIPTION
- * This function get current time format display in idle
- * PARAMETERS
- * void
- * RETURNS
- * Current time format
- *****************************************************************************/
- extern U8 PhnsetGetTimeFormat(void);
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetDateFormat
- * DESCRIPTION
- * This function get current date format display in idle
- * PARAMETERS
- * void
- * RETURNS
- * Current date format
- *****************************************************************************/
- extern U8 PhnsetGetDateFormat(void);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_dt_get_datefmt
- * DESCRIPTION
- * This function get current date format with AT commond enum
- * PARAMETERS
- * void
- * RETURNS
- * Current date and time format
- *****************************************************************************/
- extern U8 mmi_phnset_dt_get_datefmt(void);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_dt_set_datefmt
- * DESCRIPTION
- * This function set current date format with AT commond enum
- * PARAMETERS
- * date_sep_fmt : [IN] set date and time format with AT commond enum
- * RETURNS
- * void
- *****************************************************************************/
- extern void mmi_phnset_dt_set_datefmt(U8 date_sep_fmt);
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetDateSeperatorFormat
- * DESCRIPTION
- * This function get current date seperator format
- * PARAMETERS
- * void
- * RETURNS
- * Date seperator format
- *****************************************************************************/
- extern U8 PhnsetGetDateSeperatorFormat(void);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_dt_set_datefmt
- * DESCRIPTION
- * This function set current date seperator format
- * PARAMETERS
- * date_sep_fmt : [IN] set date seperator format
- * RETURNS
- * write NVRAM return value
- *****************************************************************************/
- extern S16 PhnsetSetDateSeperatorFormat(U8 dateSep);
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetHomeCity
- * DESCRIPTION
- * This function get current home city index
- * PARAMETERS
- * void
- * RETURNS
- * current home city index
- *****************************************************************************/
- extern U8 PhnsetGetHomeCity(void);
- /*****************************************************************************
- * FUNCTION
- * PhnsetInitTimeNDate
- * DESCRIPTION
- * This function init city list
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void PhnsetInitTimeNDate(void);
- extern void PhnsetSetDTFillInlineStruct(void *);
- /*****************************************************************************
- * FUNCTION
- * PhnsetReinitHomeCityIdx
- * DESCRIPTION
- * This function reinit home city after language change
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void PhnsetReinitHomeCityIdx(void);
- extern void PhnsetMainLCDContrast(U8 level);
- extern void PhnsetSubLCDContrast(U8 level);
- extern void PhnsetChangeMainLCDContrastValue(U8 level);
- extern void PhnsetChangeSubLCDContrastValue(U8 level);
- /*****************************************************************************
- * FUNCTION
- * PhnsetSetShowDTStatus
- * DESCRIPTION
- * This function set show date and time status
- * PARAMETERS
- * status : [IN] show date and time status will be set
- * RETURNS
- * void
- *****************************************************************************/
- extern void PhnsetSetShowDTStatus(U8 status);
- extern MMI_BOOL PhnsetRestoreToNvramContrast(void);
- /*****************************************************************************
- * FUNCTION
- * PhnsetSetLangByNvramValue
- * DESCRIPTION
- * This function set current language with NVRAM value
- * PARAMETERS
- * void
- * RETURNS
- * whether set language success
- * RETURN VALUES
- * MMI_TRUE : if set language success
- * MMI_FALSE : if set language failed
- *****************************************************************************/
- extern MMI_BOOL PhnsetSetLangByNvramValue(void);
- #ifdef __MMI_AUTO_LANG_EN__
- extern void PhnsetSetLP(U8 LP);
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetLang
- * DESCRIPTION
- * This function get current language index
- * PARAMETERS
- * void
- * RETURNS
- * current language index
- *****************************************************************************/
- extern U8 PhnsetGetLang(void);
- /*****************************************************************************
- * FUNCTION
- * PhnsetPLPInd
- * DESCRIPTION
- * This function get language information from SIM
- * PARAMETERS
- * LPArr : [OUT] language array
- * RETURNS
- * void
- *****************************************************************************/
- extern void PhnsetPLPInd(U8 *LPArr);
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetAutoLangIdx
- * DESCRIPTION
- * This function get auto language index
- * PARAMETERS
- * void
- * RETURNS
- * Auto language index
- *****************************************************************************/
- extern U16 PhnsetGetAutoLangIdx(void);
- #endif /* __MMI_AUTO_LANG_EN__ */
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetDefEncodingType
- * DESCRIPTION
- * This function is export function for applications to query the current encoding type setting
- * PARAMETERS
- * void
- * RETURNS
- * current mobile encoding type
- *****************************************************************************/
- extern U8 PhnsetGetDefEncodingType(void);
- #ifdef __MMI_TVOUT__
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_tvout_lcd_sleepin_handler
- * DESCRIPTION
- * LCD sleep in handler
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void mmi_phnset_tvout_lcd_sleepin_handler(void);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_tvout_lcd_sleepout_handler
- * DESCRIPTION
- * LCD sleep out handler
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void mmi_phnset_tvout_lcd_sleepout_handler(void);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_tvout_disable_tv_sleep_in
- * DESCRIPTION
- * Do not allow tv to sleep in
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void mmi_phnset_tvout_disable_tv_sleep_in(void);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_tvout_enable_tv_sleep_in
- * DESCRIPTION
- * Allow tv to sleep in
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void mmi_phnset_tvout_enable_tv_sleep_in(void);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_init_tvout
- * DESCRIPTION
- * Init tvout
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void mmi_phnset_init_tvout(void);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_early_init_tvout_before_pwron
- * DESCRIPTION
- * Init tvout before poweron indication
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void mmi_phnset_early_init_tvout_before_pwron(void);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_tvout_check_pwron_start
- * DESCRIPTION
- * Check need start tvout when power on
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void mmi_phnset_tvout_check_pwron_start(void);
- #endif /* __MMI_TVOUT__ */
- #ifdef __MMI_SCREEN_SWITCH_EFFECT__
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetScreenSwitchEffectStatus
- * DESCRIPTION
- * This function is export function for get current screen switch effect status
- * PARAMETERS
- * void
- * RETURNS
- * current screen switch effect status
- *****************************************************************************/
- extern mmi_phnset_sse_status_enum PhnsetGetScreenSwitchEffectStatus(void);
- /*****************************************************************************
- * FUNCTION
- * PhnsetSetScreenSwitchEffectStatus
- * DESCRIPTION
- * This function is export function for set current screen switch effect status
- * PARAMETERS
- * status : [IN] screen switch effect status need to set
- * RETURNS
- * void
- *****************************************************************************/
- extern void PhnsetSetScreenSwitchEffectStatus(mmi_phnset_sse_status_enum status);
- #endif /* __MMI_SCREEN_SWITCH_EFFECT__ */
- #ifdef __MMI_OP11_HOMESCREEN__
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- /* under construction !*/
- #endif /* __MMI_OP11_HOMESCREEN__ */
- #ifdef __MMI_DUAL_CLOCK__
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetHomeScreenStatus
- * DESCRIPTION
- * current dual clock status
- * PARAMETERS
- * void
- * RETURNS
- * mobile dual clock status
- *****************************************************************************/
- extern U8 PhnsetGetDualClockState(void);
- #endif
- #ifdef __MMI_MOTION_DIAL__
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetDialStyle
- * DESCRIPTION
- * return current dial motion type
- * PARAMETERS
- * void
- * RETURNS
- * current dual motion type
- *****************************************************************************/
- extern U16 PhnsetGetDialStyle(void);
- #endif /* __MMI_MOTION_DIAL__ */
- #ifdef __MMI_MOTION_MAINMENU__
- /*****************************************************************************
- * FUNCTION
- * GetMainMenuMotionStyle
- * DESCRIPTION
- * return current main menu motion type
- * PARAMETERS
- * void
- * RETURNS
- * current main menu motion type
- *****************************************************************************/
- extern U16 GetMainMenuMotionStyle(void);
- #endif /* __MMI_MOTION_MAINMENU__ */
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_disable_partial_ss
- * DESCRIPTION
- * export function for other application disable partial screen saver
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void mmi_phnset_disable_partial_ss(void);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_enable_partial_ss
- * DESCRIPTION
- * export function for other application enable partial screen saver
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void mmi_phnset_enable_partial_ss(void);
- #if defined(__MMI_FILE_MANAGER__) && defined(_FILE_MGR_H_)
- /*****************************************************************************
- * FUNCTION
- * PhnsetWallpaperForwardFromFmgr
- * DESCRIPTION
- * export function for file manager forward file to wallpaper
- * PARAMETERS
- * path : [IN] file path
- * filter : [IN] file type
- * is_short : [IN] short file name or not
- * RETURNS
- * void
- *****************************************************************************/
- extern void PhnsetWallpaperForwardFromFmgr(void *path, FMGR_FILTER *filter, int is_short);
- #ifdef __MMI_SUB_WALLPAPER__
- /*****************************************************************************
- * FUNCTION
- * PhnsetSubWallpaperForwardFromFmgr
- * DESCRIPTION
- * export function for file manager forward file to subwallpaper
- * PARAMETERS
- * path : [IN] file path
- * filter : [IN] file type
- * is_short : [IN] short file name or not
- * RETURNS
- * void
- *****************************************************************************/
- extern void PhnsetSubWallpaperForwardFromFmgr(void *path, FMGR_FILTER *filter, int is_short);
- #endif
- /*****************************************************************************
- * FUNCTION
- * PhnsetScrSvrForwardFromFmgr
- * DESCRIPTION
- * export function for file manager forward file to screen saver
- * PARAMETERS
- * path : [IN] file path
- * filter : [IN] file type
- * is_short : [IN] short file name or not
- * RETURNS
- * void
- *****************************************************************************/
- extern void PhnsetScrSvrForwardFromFmgr(void *path, FMGR_FILTER *filter, int is_short);
- #ifdef __MMI_POWER_ON_OFF_DISPLAY__
- /*****************************************************************************
- * FUNCTION
- * PhnsetPwrOnOffForwardFromFmgr
- * DESCRIPTION
- * export function for file manager forward file to power on off display
- * PARAMETERS
- * path : [IN] file path
- * filter : [IN] file type
- * is_short : [IN] short file name or not
- * RETURNS
- * void
- *****************************************************************************/
- extern void PhnsetPwrOnOffForwardFromFmgr(void *path, FMGR_FILTER *filter, BOOL is_poweron, int is_short);
- #endif /* __MMI_POWER_ON_OFF_DISPLAY__ */
- #endif /* #if defined(__MMI_FILE_MANAGER__) && defined(_FILE_MGR_H_) */
- extern void PhnsetReadGPIOSetting(void);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_save_wallpaper_to_speedup
- * DESCRIPTION
- * export function for idle screen create a cache image to speedup wallpaper
- * PARAMETERS
- * void
- * RETURNS
- * void
- *****************************************************************************/
- extern void mmi_phnset_save_wallpaper_to_speedup(void);
- #ifdef __GEMINI__
- /*****************************************************************************
- * FUNCTION
- * PhnsetGetUARTConfig
- * DESCRIPTION
- * export function for get current UART config
- * PARAMETERS
- * void
- * RETURNS
- * UART config status from l4c_dual_sim_uart_setting_enum
- *****************************************************************************/
- extern l4c_dual_sim_uart_setting_enum PhnsetGetUARTConfig(void);
- /*****************************************************************************
- * FUNCTION
- * PhnsetSetUARTConfig
- * DESCRIPTION
- * export function for set UART config
- * PARAMETERS
- * void
- * RETURNS
- * UART config status from l4c_dual_sim_uart_setting_enum
- *****************************************************************************/
- extern void PhnsetSetUARTConfig(l4c_dual_sim_uart_setting_enum uart_config);
- #endif /* __GEMINI__ */
- /*****************************************************************************
- * FUNCTION
- * mmi_fmgr_phnset_notify_hdlr
- * DESCRIPTION
- * export function for set UART config
- * PARAMETERS
- * notify_flag : [IN] notify type
- * para : [IN] unused
- * RETURNS
- * notify process success or failed
- * RETURN VALUES
- * TRUE : notify process success
- * FALSE : notify process failed
- *****************************************************************************/
- extern BOOL mmi_fmgr_phnset_notify_hdlr(U32 notify_flag, void* para);
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_get_language_idx
- * DESCRIPTION
- * export function for get mobile language setting
- * PARAMETERS
- * void
- * RETURNS
- * current language index
- *****************************************************************************/
- extern U8 mmi_phnset_get_language_idx(void);
- #ifdef __MMI_VUI_HOMESCREEN__
- /*****************************************************************************
- * FUNCTION
- * mmi_phnset_get_vui_homescreen_status
- * DESCRIPTION
- * export function for get vui homescreen status
- * PARAMETERS
- * void
- * RETURNS
- * current homescreen status
- *****************************************************************************/
- extern U8 mmi_phnset_get_vui_homescreen_status(void);
- #endif /* __MMI_VUI_HOMESCREEN__ */
- #ifdef __MMI_INNERVATION_WORLD__
- extern void HighlightInnerWorld(void);
- extern void HighlightDyWall(void);
- #ifdef __MMI_TV_PLAYER__
- extern void HighlightTVFullScreen(void);
- extern void EntryTVFullScreen(void);
- extern void LSKClickedTVFullMenu(void);
- extern void HintTVFullScreen(U16 index);
- #endif
- extern void HintFMChnlSwitchScreen(U16 index);
- extern void LSKClickedFMChnlSwitchMenu(void);
- extern void EntryFMChnlSwitchScreen(void);
- extern void HighlightVDOFullScreen(void);
- extern void EntryVDOFullScreen(void);
- extern void LSKClickedVDOFullMenu(void);
- extern void HintVDOFullScreen(U16 index);
- extern void HighlightCallinMode(void);
- extern void HighlightCallinSilent(void);
- extern void HighlightRockSong(void);
- extern void HighlightDyWallSetting(void);
- extern void HighlightDyWallInstru(void);
- extern void HighlightLazyClock(void);
- extern void EntryInnerWorld(void);
- extern void EntryDyWall(void);
- extern void EntryCallinMode(void);
- extern void EntryCallinSilent(void);
- extern void EntryRockSong(void);
- extern void EntryDyWallSetting(void);
- extern void EntryDyWallInstru(void);
- extern void EntryLazyClock(void);
- extern void LSKClickedCallinSilentMenu(void);
- extern void LSKClickedRockSongMenu(void);
- extern void LSKClickedDynamicWPMenu(void);
- extern void LSKClickedLazyBootsMenu(void);
- extern void LSKClickedLazyBootsMenu(void);
- extern void HintDyWallSetting(U16 index);
- extern void HintRockSong(U16 index);
- extern void HintCallinSilent(U16 index);
- extern void HintLazyClock(U16 index);
- extern void HintFMChnlSwitchScreen(U16 index);
- void MMI_Lazyboots_Clock_Handler(void);
- void MMI_Dynamic_Wallpaper_Setting_Handler(void);
- void MMI_Rock_Song_Switch_Handler(void);
- void MMI_Callin_Silent_Handler(void);
- #ifdef __MMI_TV_PLAYER__
- void MMI_TV_Full_Screen_Handler(void);
- void ExecuteTVFullScreenHandler(S32 index);
- #endif
- void MMI_FMChnl_Switch_Screen_Handler();
- void MMI_VDO_Full_Screen_Handler(void);
- void ExecuteVDOFullScreenHandler(S32 index);
- void ExecuteCallinSilentHandler(S32 index);
- void ExecuteRockSongHandler(S32 index);
- void ExecuteDynamicWallHandler(S32 index);
- void ExecuteLazyClockHandler(S32 index);
- void ExecuteFMRadioSwitchHandler(S32 index);
- U8 Get_Nvram_Innervation_World(U8 index);
- #endif
- #endif /* PHONESETUP_GPROTS_H_ */