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: Dummy disk status policy is used to demonstrate the System State 00014 // Manager framework. 00015 // 00016 00017 TARGET ssm.swp.policy.dummy.diskstatus.dll 00018 TARGETTYPE dll 00019 UID 0x2000D765 0xE80000F7 00020 00021 //This capability is required for a System wide Property policy file 00022 CAPABILITY PowerMgmt ReadDeviceData WriteDeviceData ProtServ DiskAdmin SwEvent 00023 00024 DEFFILE ssm_swppolicy_dummy_diskstatus.def 00025 00026 SYSTEMINCLUDE /epoc32/include 00027 USERINCLUDE ../policies/swp 00028 00029 SOURCEPATH ../policies/swp 00030 SOURCE dummy_diskstatus_swppolicy.cpp 00031 00032 START RESOURCE ssm_cmdlist_swp_dummy_diskstatus.rss 00033 TARGETPATH /private/2000d75b/ssmaeg/swp_dummy_diskstatus 00034 END 00035 00036 LIBRARY euser.lib 00037 LIBRARY ssmcmn.lib 00038 LIBRARY ssmcmd.lib 00039 LIBRARY efsrv.lib 00040 00041 SMPSAFE
Copyright ©2010 Nokia Corporation and/or its subsidiary(-ies).
All rights
reserved. Unless otherwise stated, these materials are provided under the terms of the Eclipse Public License
v1.0.