examples/AppFramework/ssmanager/group/ssm_statepolicy_dummy_restore.mmp

00001 // Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
00002 // All rights reserved.
00003 // This component and the accompanying materials are made available
00004 // under the terms of "Eclipse Public License v1.0"
00005 // which accompanies this distribution, and is available
00006 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
00007 //
00008 // Initial Contributors:
00009 // Nokia Corporation - initial contribution.
00010 //
00011 // Contributors:
00012 //
00013 // Description: 
00014 // This component is used to demonstrate a state transition from Normal state to
00015 // Restore state.
00016 
00017 TARGET                  ssm.state.policy.0005.dll
00018 TARGETTYPE              dll
00019 UID                     0x2000D75D 0xE80000F6
00020 
00021 //This capability is required for a System State policy file
00022 CAPABILITY              PowerMgmt ReadDeviceData WriteDeviceData ProtServ DiskAdmin SwEvent
00023 
00024 DEFFILE                 ssm_statepolicy_dummy_restore.def
00025 
00026 SYSTEMINCLUDE   /epoc32/include
00027 USERINCLUDE ../policies/sysstates
00028 
00029 SOURCEPATH ../policies/sysstates
00030 SOURCE dummy_restore_statepolicy.cpp
00031 
00032 LIBRARY                 euser.lib 
00033 LIBRARY                 ssmcmn.lib
00034 LIBRARY                 ssmcmd.lib
00035 
00036 SMPSAFE

Generated by  doxygen 1.6.2