startup/customcmds.mmp
author William Roberts <williamr@symbian.org>
Thu, 18 Nov 2010 11:33:21 +0000
changeset 132 7cc63c33221d
parent 93 fc883949f25b
permissions -rw-r--r--
Add Syborg ethernet driver, just in case
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
93
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
     1
// Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
     2
// All rights reserved.
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
     3
// This component and the accompanying materials are made available
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
     5
// which accompanies this distribution, and is available
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
     7
//
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
     8
// Initial Contributors:
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    10
//
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    11
// Contributors:
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    12
//
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    13
// Description:
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    14
// customcmds.dll Reference custom command library
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    15
// 
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    16
//
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    17
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    18
/**
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    19
 @file
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    20
*/
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    21
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    22
TARGET          stem_customcmds.dll
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    23
TARGETTYPE		dll
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    24
TARGETPATH      /sys/bin
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    25
NOEXPORTLIBRARY
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    26
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    27
UID				0x1000008D 0x2000E662
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    28
VENDORID 		0x70000001
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    29
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    30
#ifdef WINSCW
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    31
#error This won't build for WINSCW
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    32
#else
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    33
DEFFILE         ./customcmds.def
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    34
#endif
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    35
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    36
CAPABILITY 		PowerMgmt ReadDeviceData WriteDeviceData ProtServ DiskAdmin SwEvent
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    37
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    38
USERINCLUDE		/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/custcmd/inc
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    39
USERINCLUDE		/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/localinc
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    40
USERINCLUDE		/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/clayer/inc
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    41
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    42
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    43
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    44
SOURCEPATH		./
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    45
SOURCE  		ssmcustomcmdfactory.cpp
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    46
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    47
SOURCEPATH		/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/custcmd/src
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    48
SOURCE  		cmdcoopsysstatechange.cpp
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    49
SOURCE			cmdpublishstartupmode.cpp
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    50
SOURCE  		securitynoteobserver.cpp
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    51
SOURCE 			cmddeletetempfiles.cpp
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    52
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    53
SOURCEPATH		/sf/os/devicesrv/sysstatemgmt/systemstatereferenceplugins/localsrc
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    54
SOURCE			ssmpanic.cpp
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    55
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    56
LIBRARY		euser.lib
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    57
LIBRARY		efsrv.lib
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    58
LIBRARY		ssmcmn.lib
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    59
LIBRARY		centralrepository.lib
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    60
LIBRARY		ssmuiproviderdll.lib
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    61
LIBRARY		ssmadaptationcli.lib
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    62
LIBRARY		bafl.lib
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    63
fc883949f25b Reinstate startup/customcmds.mmp etc, which fell off by accident
William Roberts <williamr@symbian.org>
parents:
diff changeset
    64
SMPSAFE