sysstatemgmt/systemstateplugins/test/tintgsapolicy/group/tgsastatetranfromstartup.mmp
changeset 63 09d657f1ee00
parent 0 4e1aa6a622a0
child 61 8cb079868133
equal deleted inserted replaced
54:072a9626b290 63:09d657f1ee00
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
     1 // Copyright (c) 2008-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".
    20 CAPABILITY  	PowerMgmt
    20 CAPABILITY  	PowerMgmt
    21 
    21 
    22 UID           	0xA000A180
    22 UID           	0xA000A180
    23 VENDORID 		0x70000001
    23 VENDORID 		0x70000001
    24 
    24 
    25 #if defined(WINS)
       
    26 SOURCEPATH			../resource
       
    27 START RESOURCE		tgsa_statetranfromstartup.rss
       
    28 TARGETPATH			/private/2000d75b/test
       
    29 END
       
    30 
       
    31 SOURCEPATH			../resource
       
    32 START RESOURCE		tgsa_statetranfromstartuptoshutdown.rss
       
    33 TARGETPATH			/private/2000d75b/test
       
    34 END
       
    35 
       
    36 #endif
       
    37 
       
    38 SOURCEPATH    	../src
    25 SOURCEPATH    	../src
    39 SOURCE			tgsastatetran_base.cpp
    26 SOURCE			tgsastatetran_base.cpp
    40 SOURCE        	tgsastatetranfromstartup.cpp
    27 SOURCE        	tgsastatetranfromstartup.cpp
    41 
    28 
       
    29 SOURCEPATH			../resource
       
    30 START RESOURCE		tgsa_statetransition.rss
       
    31 TARGETPATH			/private/2000d75b/test
       
    32 END
       
    33 
    42 USERINCLUDE   	.
    34 USERINCLUDE   	.
    43 USERINCLUDE   	../inc
    35 USERINCLUDE   	../inc
       
    36 USERINCLUDE		../../../../inc
    44 
    37 
    45 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    46 
    39 
    47 LIBRARY     	euser.lib ssmcmn.lib efsrv.lib  estor.lib 
    40 LIBRARY     	euser.lib ssmcmn.lib efsrv.lib  estor.lib 
    48 
    41