build/ncp/platform.mmh
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Sat, 31 Jul 2010 19:07:57 +0100
changeset 23 092bcc217d9d
parent 13 eb50996ae8a8
child 33 cfabd0207208
permissions -rw-r--r--
Tidied iocli exports, build macro tweaks. Removed 4 overloads of CCommandBase::RunCommand[L] that are no longer used at all, and changed one more to not be exported as it's only used internally to iocli.dll. fixed builds on platforms that don't support btrace or any form of tracing.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
13
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     1
#ifndef FSHELL_PLATFORM_MMH
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     2
#define FSHELL_PLATFORM_MMH
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     3
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     4
#define FSHELL_CAP_ALL
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     5
#define FSHELL_PROTECTED_UIDS
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     6
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     7
#define FSHELL_PLATFORM_SYMTB 92
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     8
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
     9
#define FSHELL_NO_WSERV_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    10
#define FSHELL_NO_BLUETOOTH_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    11
#define FSHELL_NO_TELEPHONY_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    12
#define FSHELL_NO_AUDIO_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    13
#define FSHELL_NO_SQL_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    14
#define FSHELL_NO_PIPS_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    15
#define FSHELL_NO_LBS_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    16
#define FSHELL_NO_DOBJECTIX_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    17
#define FSHELL_NO_EGL_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    18
#define FSHELL_NO_OPENVG_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    19
#define FSHELL_NO_ANALYSEHEAP_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    20
#define FSHELL_NO_APPARC_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    21
#define FSHELL_FLEXIBLEMM_AWARE
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    22
#define FSHELL_ARM11XX_SUPPORT
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    23
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    24
#endif // FSHELL_PLATFORM_MMH