sysstatemgmt/systemstarter/group/amastartdll.mmp
changeset 0 4e1aa6a622a0
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2006-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 TARGET          amastart.dll	
       
    17 TARGETTYPE		dll
       
    18 TARGETPATH      /sys/bin
       
    19 
       
    20 UID				0x1000008D 0x200086A1
       
    21 VENDORID 		0x70000001
       
    22 
       
    23 CAPABILITY 		ALL -TCB
       
    24 
       
    25 SOURCEPATH		../amastartsrc
       
    26 
       
    27 
       
    28 USERINCLUDE		../inc
       
    29 USERINCLUDE		../amastartsrc
       
    30 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    31 USERINCLUDE		../../systemstatemgr/localinc
       
    32 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    33 
       
    34 #ifndef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    35 userinclude	../startsafesrc
       
    36 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    37 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 
       
    39 SOURCE  		amastart.cpp
       
    40 
       
    41 LIBRARY			euser.lib 
       
    42 LIBRARY			startupproperties.lib 
       
    43 LIBRARY			startsafe.lib 
       
    44 LIBRARY			dscstore.lib 
       
    45 LIBRARY			sysmoncli.lib
       
    46 
       
    47 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    48 STATICLIBRARY 	amastartsrv.lib // required by amastartcli
       
    49 STATICLIBRARY 	amastartcli.lib
       
    50 #endif // SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    51 
       
    52 #ifdef SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    53 	deffile amastartssma.def
       
    54 #else
       
    55 	deffile amastart.DEF
       
    56 #endif //SYMBIAN_SYSTEM_STATE_MANAGEMENT
       
    57 
       
    58 SMPSAFE