sysstatemgmt/systemstatemgr/group/bld.inf
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-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 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    17 
       
    18 // include production code
       
    19 #include "../cmn/group/bld.inf"
       
    20 #include "../sus/group/bld.inf"
       
    21 #include "../cmd/group/bld.inf"
       
    22 #include "../cle/group/bld.inf"
       
    23 #include "../dompolicy/group/bld.inf"
       
    24 #include "../ssm/group/bld.inf"
       
    25 #include "../ss/group/bld.inf"
       
    26 
       
    27 // include test code
       
    28 #include "../test/tcmn/group/bld.inf"
       
    29 #include "../test/tsus/group/bld.inf"
       
    30 #include "../test/tcle/group/bld.inf"
       
    31 #include "../test/tssm/group/bld.inf"
       
    32 #include "../test/tcmd/group/bld.inf"
       
    33 #include "../test/tss/group/bld.inf"
       
    34 #include "../test/testapps/group/bld.inf"
       
    35 #include "../test/tipcfuzz/group/bld.inf"
       
    36 
       
    37 
       
    38 PRJ_PLATFORMS
       
    39 DEFAULT
       
    40 
       
    41 
       
    42 PRJ_EXPORTS
       
    43 ../group/ssma.iby					/epoc32/rom/include/ssma.iby
       
    44 
       
    45 ../inc/ssmloadlafshut.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ssm/ssmloadlafshut.h)
       
    46 ../inc/ssmloadsysmon.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ssm/ssmloadsysmon.h)
       
    47 ../inc/ssmloadamastart.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ssm/ssmloadamastart.h)
       
    48 ../inc/apastarter.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(apastarter.h)
       
    49 ../inc/ssmadefs.h					SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ssm/ssmadefs.h)
       
    50 ../inc/dscstorecommondefs.hrh		/epoc32/include/dscstorecommondefs.hrh
       
    51 ../inc/ssmpatchableconstants.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ssm/ssmpatchableconstants.h)
       
    52 #ifdef SYMBIAN_SSM_GRACEFUL_SHUTDOWN
       
    53 ../inc/ssmgracefulshutdown_patch.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(ssm/ssmgracefulshutdown_patch.h)
       
    54 #endif //SYMBIAN_SSM_GRACEFUL_SHUTDOWN
       
    55 PRJ_TESTEXPORTS
       
    56 ../group/ssmatest.iby /epoc32/rom/include/ssmatest.iby
       
    57 
       
    58 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT