breakdeps/MCSSatHandler/mcssathandler.mmp
author Tom Pritchard <tomp@symbian.org>
Wed, 03 Nov 2010 16:32:04 +0000
changeset 110 3aa4235c5e9b
parent 109 fddd8ce1f29d
permissions -rw-r--r--
Remove dependency of MCS on SAT, one step close to removing ETEL: boots but still gives and empty folder.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
109
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     1
/*
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     2
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     3
* All rights reserved.
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     4
* This component and the accompanying materials are made available
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     6
* which accompanies this distribution, and is available
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     8
*
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
     9
* Initial Contributors:
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    11
*
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    12
* Contributors:
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    13
*
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    14
* Description:  
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    15
*
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    16
*/
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    17
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    18
// To get the MW_LAYER_SYSTEMINCLUDE-definition
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    19
#include <platform_paths.hrh>
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    20
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    21
TARGET          stem_mcssathandler.dll
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    22
TARGETTYPE      dll
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    23
UID             0x1000008D 0x2001CB7B
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    24
CAPABILITY      CAP_GENERAL_DLL
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    25
VENDORID        VID_DEFAULT
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    26
NOEXPORTLIBRARY
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    27
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    28
#ifdef WINSCW
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    29
#error We're not going to build for WINSCW
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    30
#else
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    31
DEFFILE			/sf/mw/homescreensrv/menucontentsrv/eabi/mcssathandler.def
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    32
#endif
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    33
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    34
SOURCEPATH      ./
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    35
SOURCE          mcssathandler.cpp
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    36
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    37
SOURCEPATH		/sf/mw/homescreensrv/menucontentsrv/extsrc
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    38
SOURCE          mcssatnotifier.cpp
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    39
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    40
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    41
USERINCLUDE     /sf/mw/homescreensrv/menucontentsrv/extinc
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    42
USERINCLUDE		./
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    43
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    44
MW_LAYER_SYSTEMINCLUDE
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    45
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    46
LIBRARY         euser.lib
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    47
LIBRARY         aknicon.lib 
110
3aa4235c5e9b Remove dependency of MCS on SAT, one step close to removing ETEL: boots but still gives and empty folder.
Tom Pritchard <tomp@symbian.org>
parents: 109
diff changeset
    48
//LIBRARY         SatClient.lib
109
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    49
LIBRARY         fbscli.lib 
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    50
LIBRARY         bitgdi.lib 
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    51
fddd8ce1f29d Add a version of the MCS SAT Handler ready for stemming
Tom Pritchard <tomp@symbian.org>
parents:
diff changeset
    52