|
Last change
on this file since 76 was
76,
checked in by megakiss, 10 years ago
|
|
1W 대기전력을 만족시키기 위하여 POWEROFF시 튜너를 Standby 상태로 함
|
-
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.