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.

#ifndef FSHELL_PLATFORM_MMH
#define FSHELL_PLATFORM_MMH

#define FSHELL_CAP_ALL
#define FSHELL_PROTECTED_UIDS

#define FSHELL_PLATFORM_SYMTB 92

#define FSHELL_NO_WSERV_SUPPORT
#define FSHELL_NO_BLUETOOTH_SUPPORT
#define FSHELL_NO_TELEPHONY_SUPPORT
#define FSHELL_NO_AUDIO_SUPPORT
#define FSHELL_NO_SQL_SUPPORT
#define FSHELL_NO_PIPS_SUPPORT
#define FSHELL_NO_LBS_SUPPORT
#define FSHELL_NO_DOBJECTIX_SUPPORT
#define FSHELL_NO_EGL_SUPPORT
#define FSHELL_NO_OPENVG_SUPPORT
#define FSHELL_NO_ANALYSEHEAP_SUPPORT
#define FSHELL_NO_APPARC_SUPPORT
#define FSHELL_FLEXIBLEMM_AWARE
#define FSHELL_ARM11XX_SUPPORT
#define FSHELL_TRACECORE_SUPPORT
#define FSHELL_NO_HTTP_SUPPORT // wk38 mislaid httpstringconstants.h

#endif // FSHELL_PLATFORM_MMH