sysstatemgmt/systemstarter/group/bld.inf
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2005-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 // include test code
       
    17 #include "../test/tsysstart/group/bld.inf"
       
    18 
       
    19 #ifndef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    20 #include "../test/tapstart/group/bld.inf"
       
    21 #include "../test/tamastarter/group/bld.inf"
       
    22 #include "../test/trestartsys/group/bld.inf"
       
    23 #include "../test/tstartsafe/group/bld.inf"
       
    24 #include "../test/tstartupproperties/group/bld.inf"
       
    25 #include "../test/tsysmon/group/bld.inf"
       
    26 #include "../test/testappnorv/bld.inf"
       
    27 #include "../test/testapprvafterretry/bld.inf"
       
    28 #include "../test/testapprverror/bld.inf"
       
    29 #include "../test/testappslow/bld.inf"
       
    30 #include "../test/tdscstore/group/bld.inf"
       
    31 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    32 
       
    33 #include "../test/tsysstart2/group/bld.inf"
       
    34 #include "../test/testappgood/bld.inf"
       
    35 #include "../test/testprocgood/bld.inf"
       
    36 
       
    37 
       
    38 //Comment in or out the macro to select DBMS or SQLite implementations
       
    39 //#define DSCSTORE_SQL
       
    40 
       
    41 PRJ_PLATFORMS
       
    42 DEFAULT
       
    43 
       
    44 
       
    45 PRJ_EXPORTS
       
    46 ../group/SysStart.IBY			/epoc32/rom/include/sysstart.iby
       
    47 ../group/sysstartconfig.iby		/epoc32/rom/include/sysstartconfig.iby
       
    48 #ifndef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    49 ../inc/startup.hrh 				/epoc32/include/startup.hrh
       
    50 ../inc/startup.rh 				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(startup.rh)
       
    51 
       
    52 
       
    53 // Only export the domain defs if there is no SSM, otherwise the SSM builds it
       
    54 
       
    55 ../dominc/StartUpDomainDefs.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(startupdomaindefs.h)
       
    56 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    57 
       
    58 ../inc/SysStartDefs.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(sysstartdefs.h)
       
    59 
       
    60 #ifndef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    61 
       
    62 ../inc/dscitem.h				SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(dscitem.h)
       
    63 ../inc/dscstore.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(dscstore.h)
       
    64 ../inc/dscstoredefs.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(dscstoredefs.h)
       
    65 
       
    66 ../inc/startupproperties.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(startupproperties.h)
       
    67 ../inc/sysmonclisess.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(sysmonclisess.h)
       
    68 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    69 ../inc/apastarter.h				/epoc32/include/apastarter.h
       
    70 #endif
       
    71 
       
    72 ../group/2000836D.spd	z:/private/100012a5/policy/2000836d.spd
       
    73 
       
    74 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    75 
       
    76 
       
    77 
       
    78 
       
    79 PRJ_MMPFILES
       
    80 #ifndef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    81 
       
    82 ../group/restartsys.mmp
       
    83 ../group/startupproperties.mmp
       
    84 ../group/sysmoncli.mmp
       
    85 ../group/startsafe.mmp
       
    86 ../group/sysmonsrv.mmp
       
    87 
       
    88 #ifdef DSCSTORE_SQL
       
    89 ../group/dscstore_sql.mmp
       
    90 #else
       
    91 ../group/dscstore.mmp
       
    92 #endif // DSCSTORE_SQL
       
    93 
       
    94 ../group/amastartdll.mmp
       
    95 ../group/amastartexe.mmp
       
    96 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    97 
       
    98 ../group/SysStart.mmp
       
    99 ../group/startupmode.mmp
       
   100 
       
   101 // Only build the domain policy if there is no SSM, otherwise the SSM builds it
       
   102 #ifndef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
   103 ../group/domainpolicy2.mmp
       
   104 #endif