build/ncp/platform.mmh
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Thu, 21 Oct 2010 22:32:59 +0100
changeset 73 dc41da2f70a4
parent 68 6a26ca985d90
child 81 c915fc349757
permissions -rw-r--r--
Added showdebug command. Also: * Added an exported constructor to RChildProcess so the iProcess handle was set to zero on construction. * Fixed bug in fshell_builddocs script that created HTML relative links with backslashes instead of forward slashes.
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
33
cfabd0207208 Added terminalkeyboard console (terminalkeyboardcons.dll)
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents: 13
diff changeset
    23
#define FSHELL_TRACECORE_SUPPORT
68
6a26ca985d90 patch for NCP
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents: 33
diff changeset
    24
#define FSHELL_NO_HTTP_SUPPORT // wk38 mislaid httpstringconstants.h
13
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    25
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    26
#endif // FSHELL_PLATFORM_MMH