startup/customcmds.mmp
changeset 90 62156f66dbad
parent 89 1650c5a7be8c
child 91 303d3e345b01
equal deleted inserted replaced
89:1650c5a7be8c 90:62156f66dbad
     1 // Copyright (c) 2007-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 // customcmds.dll Reference custom command library
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET          stem_customcmds.dll
       
    23 TARGETTYPE		dll
       
    24 TARGETPATH      /sys/bin
       
    25 
       
    26 UID				0x1000008D 0x2000E662
       
    27 VENDORID 		0x70000001
       
    28 
       
    29 #ifdef WINSCW
       
    30 #error This won't build for WINSCW
       
    31 #else
       
    32 DEFFILE         ./customcmds.def
       
    33 #endif
       
    34 
       
    35 CAPABILITY 		PowerMgmt ReadDeviceData WriteDeviceData ProtServ DiskAdmin SwEvent
       
    36 
       
    37 USERINCLUDE		/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/custcmd/inc
       
    38 USERINCLUDE		/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/localinc
       
    39 USERINCLUDE		/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/clayer/inc
       
    40 
       
    41 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    42 
       
    43 SOURCEPATH		./
       
    44 SOURCE  		ssmcustomcmdfactory.cpp
       
    45 
       
    46 SOURCEPATH		/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/custcmd/src
       
    47 SOURCE  		cmdcoopsysstatechange.cpp
       
    48 SOURCE			cmdpublishstartupmode.cpp
       
    49 SOURCE  		securitynoteobserver.cpp
       
    50 SOURCE 			cmddeletetempfiles.cpp
       
    51 
       
    52 SOURCEPATH		/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/localsrc
       
    53 SOURCE			ssmpanic.cpp
       
    54 
       
    55 LIBRARY		euser.lib
       
    56 LIBRARY		efsrv.lib
       
    57 LIBRARY		ssmcmn.lib
       
    58 LIBRARY		centralrepository.lib
       
    59 LIBRARY		ssmuiproviderdll.lib
       
    60 LIBRARY		ssmadaptationcli.lib
       
    61 LIBRARY		bafl.lib
       
    62 
       
    63 SMPSAFE