project/com.nokia.carbide.cpp.epoc.engine.tests/data/mmp/global_macros.mmh
author cawthron
Tue, 24 Mar 2009 22:20:21 -0500
changeset 2 d760517a8095
child 1201 d6dbdb4c0be1
permissions -rw-r--r--
new
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
2
cawthron
parents:
diff changeset
     1
/*
cawthron
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies). 
cawthron
parents:
diff changeset
     3
* All rights reserved.
cawthron
parents:
diff changeset
     4
* This component and the accompanying materials are made available
cawthron
parents:
diff changeset
     5
* under the terms of the License "Symbian Foundation License v1.0"
cawthron
parents:
diff changeset
     6
* which accompanies this distribution, and is available
cawthron
parents:
diff changeset
     7
* at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
cawthron
parents:
diff changeset
     8
*
cawthron
parents:
diff changeset
     9
* Initial Contributors:
cawthron
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
cawthron
parents:
diff changeset
    11
*
cawthron
parents:
diff changeset
    12
* Contributors:
cawthron
parents:
diff changeset
    13
* 
cawthron
parents:
diff changeset
    14
* Description:
cawthron
parents:
diff changeset
    15
*
cawthron
parents:
diff changeset
    16
*/
cawthron
parents:
diff changeset
    17
cawthron
parents:
diff changeset
    18
cawthron
parents:
diff changeset
    19
cawthron
parents:
diff changeset
    20
#ifndef __GLOBALS_MACROS_MMH__
cawthron
parents:
diff changeset
    21
#define __GLOBALS_MACROS_MMH__
cawthron
parents:
diff changeset
    22
cawthron
parents:
diff changeset
    23
macro DISPLAYMODE=all
cawthron
parents:
diff changeset
    24
#define DISPLAYMODE all
cawthron
parents:
diff changeset
    25
cawthron
parents:
diff changeset
    26
// macro JSR_135_SUPPORT  
cawthron
parents:
diff changeset
    27
// #define JSR_135_SUPPORT
cawthron
parents:
diff changeset
    28
cawthron
parents:
diff changeset
    29
macro USE_NATIVE_HTTP=yes
cawthron
parents:
diff changeset
    30
#define USE_NATIVE_HTTP yes
cawthron
parents:
diff changeset
    31
cawthron
parents:
diff changeset
    32
macro SUPPORT_COMMCONNECTION
cawthron
parents:
diff changeset
    33
#define SUPPORT_COMMCONNECTION
cawthron
parents:
diff changeset
    34
cawthron
parents:
diff changeset
    35
macro SUITE_ATTRIBUTE_ACCESS
cawthron
parents:
diff changeset
    36
#define SUITE_ATTRIBUTE_ACCESS
cawthron
parents:
diff changeset
    37
cawthron
parents:
diff changeset
    38
macro PRODUCTSDK=true
cawthron
parents:
diff changeset
    39
#define PRODUCTSDK true
cawthron
parents:
diff changeset
    40
cawthron
parents:
diff changeset
    41
macro MIDP2_SECURITY_RP
cawthron
parents:
diff changeset
    42
#define MIDP2_SECURITY_RP
cawthron
parents:
diff changeset
    43
cawthron
parents:
diff changeset
    44
// macro JAVA_API_ENHANCEMENTS  
cawthron
parents:
diff changeset
    45
// #define JAVA_API_ENHANCEMENTS
cawthron
parents:
diff changeset
    46
cawthron
parents:
diff changeset
    47
#if defined(__SECURE_DATA__) && defined(SYMBIAN_SECURE_DBMS) && defined(SYMBIAN_SECURE_MIDLET_INSTALL)
cawthron
parents:
diff changeset
    48
macro __SECURE_J2ME__
cawthron
parents:
diff changeset
    49
#define __SECURE_J2ME__
cawthron
parents:
diff changeset
    50
#endif
cawthron
parents:
diff changeset
    51
cawthron
parents:
diff changeset
    52
#if defined(__SECURE_DATA__) && defined(SYMBIAN_SECURE_DBMS) && defined(SYMBIAN_SECURE_MIDLET_INSTALL)
cawthron
parents:
diff changeset
    53
macro __SECURE_MIDLET_HASH_INSTALL__
cawthron
parents:
diff changeset
    54
#define __SECURE_MIDLET_HASH_INSTALL__
cawthron
parents:
diff changeset
    55
#endif
cawthron
parents:
diff changeset
    56
cawthron
parents:
diff changeset
    57
#if defined(__SECURE_DATA__) && defined(SYMBIAN_SECURE_DBMS) && defined(SYMBIAN_SECURE_MIDLET_INSTALL)
cawthron
parents:
diff changeset
    58
macro __SECURE_RESIDENT_MIDLET__
cawthron
parents:
diff changeset
    59
#define __SECURE_RESIDENT_MIDLET__
cawthron
parents:
diff changeset
    60
#endif
cawthron
parents:
diff changeset
    61
cawthron
parents:
diff changeset
    62
#endif