| 1 | |
|---|
| 2 | #ifndef __APP_CONFIG_H__ |
|---|
| 3 | #define __APP_CONFIG_H__ |
|---|
| 4 | |
|---|
| 5 | |
|---|
| 6 | #define APP_PORTING 0 |
|---|
| 7 | // this macro must be deleted until app porting is done. |
|---|
| 8 | |
|---|
| 9 | #define USE_WATCHDOG 1 |
|---|
| 10 | // sling shotÀ» »ç¿ëÇÒ °æ¿ì watchdogÀ» ²¨ÁÖ¾î¾ß ÇÔ. |
|---|
| 11 | |
|---|
| 12 | |
|---|
| 13 | #define SUPPORT_NEWBY 1 |
|---|
| 14 | #define SUPPORT_KOR_LANG 0 //Çѱ¹¾î LANG |
|---|
| 15 | //1À̸é Çѱ¹¾î¸¦ ±âº»À¸·Î ÇÔ. 0ÀÌ¸é ¾Æ¿¹ Çѱ¹¾î¸¦ Áö¿øÇÏÁö ¾ÊÀ½. |
|---|
| 16 | |
|---|
| 17 | |
|---|
| 18 | /* NVRAM */ |
|---|
| 19 | #define SUPPORT_NVRAM 1 |
|---|
| 20 | |
|---|
| 21 | #if SUPPORT_NVRAM |
|---|
| 22 | /* ucm size can't be larger than 600 */ |
|---|
| 23 | #define MAX_AIR_UCM_NUM 256 |
|---|
| 24 | #define MAX_CABLE_UCM_NUM 384 |
|---|
| 25 | |
|---|
| 26 | #define MAX_SIZE_SYSDB_IN_FLASH 256 |
|---|
| 27 | #define MAX_NUM_SYS_DB_IN_FLASH 1 |
|---|
| 28 | |
|---|
| 29 | #define MAX_SIZE_RRT_DB 0x2000 |
|---|
| 30 | |
|---|
| 31 | #endif /* SUPPORT_NVRAM */ |
|---|
| 32 | |
|---|
| 33 | /* Channel */ |
|---|
| 34 | #define SUPPORT_ONLY_AIR 1 |
|---|
| 35 | #define SUPPORT_ONLY_CABLE 0 |
|---|
| 36 | |
|---|
| 37 | #define INCLUDE_SPECIAL_HIDDEN 0 |
|---|
| 38 | //KBS Kview¿ë..hiddenÀ» Æ÷ÇÔ½ÃŲ´Ù. |
|---|
| 39 | |
|---|
| 40 | /* AUDIO */ |
|---|
| 41 | #define SUPPORT_MPEG_AUDIO 1 |
|---|
| 42 | #define SUPPORT_AAC_AUDIO 1 |
|---|
| 43 | |
|---|
| 44 | #define SUPPORT_SPDIF_OUTPUT 1 |
|---|
| 45 | #define SUPPORT_HDMI_OUTPUT 1 |
|---|
| 46 | |
|---|
| 47 | #define USE_LANG_ID_FOR_AUDIO_SELECTION 1 |
|---|
| 48 | |
|---|
| 49 | |
|---|
| 50 | /* VIDEO */ |
|---|
| 51 | #define SUPPORT_AFD 0 |
|---|
| 52 | |
|---|
| 53 | |
|---|
| 54 | /* Autoscan */ |
|---|
| 55 | |
|---|
| 56 | //#define SET_SCAN_POLICY (CBTF_IncludeSpecialHidden | CBTF_IgnoreScrambledChannel) |
|---|
| 57 | #define SET_SCAN_POLICY (CBTF_IgnoreScrambledChannel) |
|---|
| 58 | //KBSÇâ.. HiddenÀ» Æ÷ÇÔ½ÃŲ´Ù.-> ¸ß½ÃÄÚ´Â hiddenÀ» ¾ø¾Ú. |
|---|
| 59 | |
|---|
| 60 | // ¾Æ·¡ÀÇ timeout ¼öÄ¡µéÀº À§ÀÇ °¢ platform º° tableµé¿¡¼ÀÇ timeout °ªµéÀ» Âü°íÇÏ¿© ÀÛ¼ºÇÑ °ÍÀÓ. |
|---|
| 61 | // À¯ÀÏÇÏ°Ô Á¶Á¤ÀÌ ÇÊ¿äÇÑ ºÎºÐÀÌ ÀÖ´Ù¸é ¾Æ·¡ÀÇ timeout °ªµéÀÓ. |
|---|
| 62 | // |
|---|
| 63 | #define DEMOD_TIMEOUT_AIR_VSB 800 |
|---|
| 64 | // cafrii 060711, 500->800 |
|---|
| 65 | // PR DS031 ½ÅÈ£¸¦ Á¾Á¾ ¸øÀâ´Â °æ¿ì ¹ß»ýÀ» ÃÖ¼ÒÈÇϱâ À§ÇÑ Á¶Ä¡. |
|---|
| 66 | // cafrii 070713, 800->1100 |
|---|
| 67 | // ÀϺΠ½ºÆ®¸²¿¡¼´Â ä³ÎÀ» ¸ø Àâ´Â ¹®Á¦ ¹ß»ýÇÑ´Ù°í ÇØ¼ Áõ°¡. |
|---|
| 68 | // cafrii 081023, 1100->1400 |
|---|
| 69 | // CB3¿¡¼ broadcom chipÀº vsb lock ½Ã°£ÀÌ ´õ °É¸°´Ù. |
|---|
| 70 | // 1400ms´Â ref sw¿¡¼ »ç¿ëÇÏ´Â °ªÀÌ´Ù. |
|---|
| 71 | |
|---|
| 72 | #define SUPPORT_CABLE_QAM 0 |
|---|
| 73 | |
|---|
| 74 | #define DEMOD_TIMEOUT_AIR_NTSC 400 |
|---|
| 75 | |
|---|
| 76 | #define DEMOD_TIMEOUT_CABLE_AUTO 2000 |
|---|
| 77 | #define DEMOD_TIMEOUT_QAM_AUTO 1900 |
|---|
| 78 | |
|---|
| 79 | #define DEMOD_TIMEOUT_64QAM 1000 |
|---|
| 80 | #define DEMOD_TIMEOUT_256QAM 1000 |
|---|
| 81 | |
|---|
| 82 | #define DEMOD_TIMEOUT_CABLE_VSB 800 |
|---|
| 83 | #define DEMOD_TIMEOUT_CABLE_NTSC 400 |
|---|
| 84 | |
|---|
| 85 | |
|---|
| 86 | /* CC */ |
|---|
| 87 | #define SUPPORT_CC 1 |
|---|
| 88 | |
|---|
| 89 | |
|---|
| 90 | /* POD */ |
|---|
| 91 | #define SUPPORT_POD 0 |
|---|
| 92 | |
|---|
| 93 | |
|---|
| 94 | /* Channel Tune */ |
|---|
| 95 | //#define SET_CH_TUNE_POLICY (CSF_ATSC_Only | CSF_Include_PSI | CTF_ShowHiddenChannelAlso) |
|---|
| 96 | #define SET_CH_TUNE_POLICY (CSF_ATSC_Only | CSF_Include_PSI) |
|---|
| 97 | //¸ß½ÃÄÚÇâÀº mpeg4 ä³ÎÀÌ hidden 󸮵ÇÁö ¾ÊÀ½. |
|---|
| 98 | |
|---|
| 99 | /* EPG */ |
|---|
| 100 | #define SUPPORT_EPG 1 |
|---|
| 101 | |
|---|
| 102 | |
|---|
| 103 | /* Power Off */ |
|---|
| 104 | #define SUPPORT_POWEROFF 0 |
|---|
| 105 | #define SUPPORT_MICOM 0 // if there's no micom, standby mode must be implemented |
|---|
| 106 | |
|---|
| 107 | |
|---|
| 108 | /* Rating */ |
|---|
| 109 | #define SUPPORT_RATING 1 |
|---|
| 110 | |
|---|
| 111 | |
|---|
| 112 | /* RRT */ |
|---|
| 113 | #define SUPPORT_RRT 1 |
|---|
| 114 | #define SUPPORT_DRRT 1 |
|---|
| 115 | |
|---|
| 116 | |
|---|
| 117 | /* Signal Monitoring */ |
|---|
| 118 | #define SUPPORT_SIGMON 1 |
|---|
| 119 | |
|---|
| 120 | |
|---|
| 121 | /* time */ |
|---|
| 122 | #define SUPPORT_TIME 1 |
|---|
| 123 | #define SUPPORT_MANUAL_TIMER 1 |
|---|
| 124 | #define SUPPORT_DAYLIGHT_SAVING 1 |
|---|
| 125 | #define DEF_TIME_ZONE APP_TIMEZONE_CENTRAL |
|---|
| 126 | #define DEF_TIME_SHIFT (-6) |
|---|
| 127 | |
|---|
| 128 | /* RF Update */ |
|---|
| 129 | #define SUPPORT_RFUPDATE 0 |
|---|
| 130 | |
|---|
| 131 | /* EAS */ |
|---|
| 132 | #define SUPPORT_EA 1 |
|---|
| 133 | |
|---|
| 134 | |
|---|
| 135 | /* SDDS update */ |
|---|
| 136 | #define SUPPORT_SDDS 1 |
|---|
| 137 | #define USE_SDDS 1 |
|---|
| 138 | // SUPPORT_SDDS´Â Ç×»ó 1À̾î¾ß ÇÔ. ¿Ö³ªÇϸé RF UPDATE ¶§¹®. |
|---|
| 139 | // USE_SDDS´Â SDDS ¾÷µ¥ÀÌÆ®¸¸ ¸·À½..trigger¸¸ ¸·À½ |
|---|
| 140 | // ->´çÀå¿¡´Â ¹» ¸·¾Æ¾ß ÇÒÁö ¸ð¸£°ÚÀ½. ÀÏ´Ü ±×³É µÎÀÚ. |
|---|
| 141 | |
|---|
| 142 | #define USE_NEWCOLOR 1 |
|---|
| 143 | //º¸¶ó»ö »õ·Î¿î ±ÛÂ¥»ö Àû¿ë(¹øÁö´Â Çö»ó ¶§¹®) |
|---|
| 144 | |
|---|
| 145 | #define SUPPORT_DYN_CH_UPDATE 1 |
|---|
| 146 | // ´ÙÀ̳ª¹Í ä³Î ¾÷µ¥ÀÌÆ® Áö¿ø |
|---|
| 147 | |
|---|
| 148 | #endif /* __APP_CONFIG_H__ */ |
|---|
| 149 | |
|---|
| 150 | /* end of file */ |
|---|