applaunchservices/aftermarketappstarter/group/bld.inf
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    18 // include test code
       
    19 #include "../test/tamastarter/group/bld.inf"
       
    20 #include "../test/tdscstore/group/bld.inf"
       
    21 #include "../test/testapps/bld.inf"
       
    22 
       
    23 //Comment in or out the macro to select DBMS or SQLite implementations
       
    24 //#define DSCSTORE_SQL
       
    25 
       
    26 PRJ_PLATFORMS
       
    27 DEFAULT
       
    28 
       
    29 PRJ_EXPORTS
       
    30 ../group/amastart.iby			/epoc32/rom/include/amastart.iby
       
    31 
       
    32 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    33 ../inc/amastart.h				/epoc32/include/amastart.h
       
    34 #endif
       
    35 ../inc/dscitem.h				SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(dscitem.h)
       
    36 ../inc/dscstore.h				SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(dscstore.h)
       
    37 ../inc/dscstoredefs.h			SYMBIAN_MW_LAYER_PLATFORM_EXPORT_PATH(dscstoredefs.h)
       
    38 
       
    39 ../group/2000836D.spd			z:/private/100012a5/policy/2000836d.spd
       
    40 
       
    41 
       
    42 PRJ_MMPFILES
       
    43 
       
    44 #ifdef DSCSTORE_SQL
       
    45 ../group/dscstore_sql.mmp
       
    46 #else
       
    47 ../group/dscstore.mmp
       
    48 #endif // DSCSTORE_SQL
       
    49 
       
    50 ../group/loadamastart.mmp
       
    51 ../group/amastartdll.mmp
       
    52 ../group/amastartexe.mmp
       
    53 
       
    54 PRJ_TESTEXPORTS
       
    55 ../group/amastarttest.iby /epoc32/rom/include/amastarttest.iby
       
    56 
       
    57 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT