source: svn/newcon3bcm2_21bu/dst/dmw/src/cc/cc_ddi.c @ 26

Last change on this file since 26 was 26, checked in by phkim, 11 years ago
  1. phkim
  2. 서경방소에서 kctv 로고 변경
  • Property svn:executable set to *
File size: 293 bytes
Line 
1
2#include "cc_config.h"
3
4#if CC_PLATFORM==PLATFORM_WIN
5
6#include "cc_ddi_win.c"
7
8#elif CC_PLATFORM==PLATFORM_BRCM
9
10#include "cc_ddi_brcm.c"
11
12#elif CC_PLATFORM==PLATFORM_LG
13
14#include "cc_ddi_lg.c"
15
16#elif CC_PLATFORM==PLATFORM_NEC
17
18#include "cc_ddi_NEC.c"
19
20#else
21
22#endif
23
Note: See TracBrowser for help on using the repository browser.