build/ncp/platform.mmh
author Tom Sutcliffe <thomas.sutcliffe@accenture.com>
Thu, 26 Aug 2010 00:49:35 +0100
changeset 45 534b01198c2d
parent 33 cfabd0207208
child 85 6a26ca985d90
permissions -rw-r--r--
Added ENotifyKeypresses and ECaptureCtrlC flags to CCommandBase. Commands can now get keypresses and handle ctrl-C via callbacks instead of having to implement custom active objects. As part of this extended the CCommandBase extension interface to MCommandExtensionsV2 for the new virtual functions KeyPressed(TUint aKeyCode, TUint aModifiers) and CtrlCPressed(). sudo now cleans up correctly by using ECaptureCtrlC.
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
13
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    24
eb50996ae8a8 Added NCP platform. Build fixes.
Tom Sutcliffe <thomas.sutcliffe@accenture.com>
parents:
diff changeset
    25
#endif // FSHELL_PLATFORM_MMH