persistentstorage/sqlite3api/GROUP/tclsqlite3.mmp
branchRCL_3
changeset 10 31a8f755b7fe
parent 0 08ec8eefde2f
child 23 26645d81f48d
equal deleted inserted replaced
9:667e88a979d7 10:31a8f755b7fe
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2007-2010 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     9 // Nokia Corporation - initial contribution.
     9 // Nokia Corporation - initial contribution.
    10 //
    10 //
    11 // Contributors:
    11 // Contributors:
    12 //
    12 //
    13 // Description:
    13 // Description:
    14 // SQLite C API test application
    14 // SQLite C API test application (used to run the TCL test suite)
    15 // The "buildrom" command:
    15 // The "buildrom" command (uncomment before that the line in sqlite3tests.iby file that copies "1020383e.txt" file):
    16 // buildrom -D_SERIAL_DOWNLOAD -DRVCT -D_EABI=ARMV5 -D_NAND2 -fm=/epoc32/rom/include/featuredatabase.xml h4hrp.oby textshell.oby syslibs_utils.oby sqlite3.iby sqlite3tests.iby openenv.iby bluetooth.iby ups.iby -orombld.img
    16 // buildrom -D_SERIAL_DOWNLOAD -DRVCT -D_EABI=ARMV5 -fm=/epoc32/rom/include/featuredatabase.xml h4hrp.oby textshell.oby sqlite3.iby sqlite3tests.iby openenv.iby bluetooth.iby ups.iby timezonelocalization.iby -orombld.img
    17 // 
    17 // 
    18 //
    18 //
    19 
    19 
    20 /**
    20 /**
    21  @file
    21  @file
    34 
    34 
    35 SMPSAFE
    35 SMPSAFE
    36 
    36 
    37 EPOCSTACKSIZE 81920  //max 80kb
    37 EPOCSTACKSIZE 81920  //max 80kb
    38 EPOCHEAPSIZE 0x00100000 0x02000000
    38 EPOCHEAPSIZE 0x00100000 0x02000000
       
    39 
       
    40 // Need this otherwise get a lot of mismatched IMPORT_C/EXPORT_C even though this is an exe
       
    41 MACRO SQLITE_DLL
    39 
    42 
    40 //////////////////////////////////////////////////////////////////////////////////////////////////////////
    43 //////////////////////////////////////////////////////////////////////////////////////////////////////////
    41 /////////////////  RVCT compiler warning & optimization options  /////////////////////////////////////////
    44 /////////////////  RVCT compiler warning & optimization options  /////////////////////////////////////////
    42 
    45 
    43 //550: <entity-kind> "entity" was set but never used
    46 //550: <entity-kind> "entity" was set but never used