2
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
|
|
3 |
* All rights reserved.
|
|
4 |
* This component and the accompanying materials are made available
|
|
5 |
* under the terms of the License "Symbian Foundation License v1.0"
|
|
6 |
* which accompanies this distribution, and is available
|
|
7 |
* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
|
|
8 |
*
|
|
9 |
* Initial Contributors:
|
|
10 |
* Nokia Corporation - initial contribution.
|
|
11 |
*
|
|
12 |
* Contributors:
|
|
13 |
*
|
|
14 |
* Description:
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
|
|
20 |
#ifndef __GLOBALS_MACROS_MMH__
|
|
21 |
#define __GLOBALS_MACROS_MMH__
|
|
22 |
|
|
23 |
macro DISPLAYMODE=all
|
|
24 |
#define DISPLAYMODE all
|
|
25 |
|
|
26 |
// macro JSR_135_SUPPORT
|
|
27 |
// #define JSR_135_SUPPORT
|
|
28 |
|
|
29 |
macro USE_NATIVE_HTTP=yes
|
|
30 |
#define USE_NATIVE_HTTP yes
|
|
31 |
|
|
32 |
macro SUPPORT_COMMCONNECTION
|
|
33 |
#define SUPPORT_COMMCONNECTION
|
|
34 |
|
|
35 |
macro SUITE_ATTRIBUTE_ACCESS
|
|
36 |
#define SUITE_ATTRIBUTE_ACCESS
|
|
37 |
|
|
38 |
macro PRODUCTSDK=true
|
|
39 |
#define PRODUCTSDK true
|
|
40 |
|
|
41 |
macro MIDP2_SECURITY_RP
|
|
42 |
#define MIDP2_SECURITY_RP
|
|
43 |
|
|
44 |
// macro JAVA_API_ENHANCEMENTS
|
|
45 |
// #define JAVA_API_ENHANCEMENTS
|
|
46 |
|
|
47 |
#if defined(__SECURE_DATA__) && defined(SYMBIAN_SECURE_DBMS) && defined(SYMBIAN_SECURE_MIDLET_INSTALL)
|
|
48 |
macro __SECURE_J2ME__
|
|
49 |
#define __SECURE_J2ME__
|
|
50 |
#endif
|
|
51 |
|
|
52 |
#if defined(__SECURE_DATA__) && defined(SYMBIAN_SECURE_DBMS) && defined(SYMBIAN_SECURE_MIDLET_INSTALL)
|
|
53 |
macro __SECURE_MIDLET_HASH_INSTALL__
|
|
54 |
#define __SECURE_MIDLET_HASH_INSTALL__
|
|
55 |
#endif
|
|
56 |
|
|
57 |
#if defined(__SECURE_DATA__) && defined(SYMBIAN_SECURE_DBMS) && defined(SYMBIAN_SECURE_MIDLET_INSTALL)
|
|
58 |
macro __SECURE_RESIDENT_MIDLET__
|
|
59 |
#define __SECURE_RESIDENT_MIDLET__
|
|
60 |
#endif
|
|
61 |
|
|
62 |
#endif
|