examples/AppFramework/ssmanager/group/ssm_statepolicy_dummy_backup.mmp

00001 
00002 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
00003 // All rights reserved.
00004 // This component and the accompanying materials are made available
00005 // under the terms of "Eclipse Public License v1.0"
00006 // which accompanies this distribution, and is available
00007 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00008 //
00009 // Initial Contributors:
00010 // Nokia Corporation - initial contribution.
00011 //
00012 // Contributors:
00013 //
00014 // Description: 
00015 // This component is used to demonstrate the state transition from the Normal state to the 
00016 // Dummy back up state. The Dummy back up state transition publishes the new state Back up, 
00017 // and starts a process dummybackup.exe. In this example, this a dummy program that 
00018 // just prints a message.
00019 
00020 TARGET                  ssm.state.policy.0004.dll
00021 TARGETTYPE              dll
00022 UID                     0x2000D75D 0xE80000F5
00023 
00024 //This capability is required for a System State policy file
00025 CAPABILITY              PowerMgmt ReadDeviceData WriteDeviceData ProtServ DiskAdmin SwEvent
00026 
00027 DEFFILE                 ssm_statepolicy_dummy_backup.def
00028 
00029 SYSTEMINCLUDE   /epoc32/include
00030 USERINCLUDE ../policies/sysstates
00031 
00032 SOURCEPATH ../policies/sysstates
00033 SOURCE dummy_backup_statepolicy.cpp
00034 
00035 START RESOURCE ssm_cmdlist_state_dummy_backup.rss
00036 TARGETPATH /private/2000d75b/ssmaeg/state_dummy_backup
00037 END
00038 
00039 LIBRARY                 euser.lib 
00040 LIBRARY                 ssmcmn.lib
00041 LIBRARY                 ssmcmd.lib
00042 LIBRARY                 efsrv.lib
00043 
00044 SMPSAFE

Generated by  doxygen 1.6.2