satengine/SatServer/Engine/group/SatEngine.mmp
branchRCL_3
changeset 19 7d48bed6ce0c
parent 0 ff3b6d0fd310
child 20 987c9837762f
equal deleted inserted replaced
18:594d59766373 19:7d48bed6ce0c
     1 /*
     1 /*
     2 * Copyright (c) 2002-2009 Nokia Corporation and/or its subsidiary(-ies). 
     2 * Copyright (c) 2002-2010 Nokia Corporation and/or its subsidiary(-ies). 
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    73 
    73 
    74 MW_LAYER_SYSTEMINCLUDE
    74 MW_LAYER_SYSTEMINCLUDE
    75 SYSTEMINCLUDE           /epoc32/include/ecom
    75 SYSTEMINCLUDE           /epoc32/include/ecom
    76 SYSTEMINCLUDE           ../../../../inc         // Domain telephonyservices
    76 SYSTEMINCLUDE           ../../../../inc         // Domain telephonyservices
    77 SYSTEMINCLUDE           ../../../inc            // Subsystem satengine
    77 SYSTEMINCLUDE           ../../../inc            // Subsystem satengine
       
    78 SYSTEMINCLUDE           /epoc32/include/mw/hb/hbcore
    78 
    79 
    79 START RESOURCE          ../src/SatServer.rss
       
    80 HEADER
       
    81 TARGETPATH              RESOURCE_FILES_DIR
       
    82 LANGUAGE_IDS
       
    83 END // RESOURCE
       
    84 
    80 
    85 USERINCLUDE             ../inc
    81 USERINCLUDE             ../inc
    86 USERINCLUDE             ../../inc
    82 USERINCLUDE             ../../inc
    87 
    83 
    88 LIBRARY                 euser.lib
    84 LIBRARY                 euser.lib
   106 LIBRARY                 centralrepository.lib
   102 LIBRARY                 centralrepository.lib
   107 LIBRARY                 mediatorclient.lib
   103 LIBRARY                 mediatorclient.lib
   108 LIBRARY                 netmeta.lib
   104 LIBRARY                 netmeta.lib
   109 LIBRARY                 cmmanager.lib
   105 LIBRARY                 cmmanager.lib
   110 LIBRARY                 extendedconnpref.lib 
   106 LIBRARY                 extendedconnpref.lib 
       
   107 LIBRARY                 hbcore.lib
   111 
   108 
   112 #ifdef ENABLE_SAT_LOGGING
   109 #ifdef ENABLE_SAT_LOGGING
   113 LIBRARY                 flogger.lib
   110 LIBRARY                 flogger.lib
   114 #endif
   111 #endif