ncdengine/engine/group/ncddevicemgmt.mmp
changeset 0 ba25891c3a9e
child 25 7333d7932ef7
equal deleted inserted replaced
-1:000000000000 0:ba25891c3a9e
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description: 
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #define CATALOGS_COMPONENT_NCDDEVICEMANAGEMENTDLL
       
    20 #ifndef __SERIES60_30__
       
    21 #if defined( __SERIES60_31__ ) || defined( __S60_32__ )
       
    22 #include <platform_paths.hrh>
       
    23 #else
       
    24 #include <platform_paths.hrh>
       
    25 #endif
       
    26 #endif
       
    27 #include "../../engine/inc/build_config.mmpi"
       
    28 
       
    29 // Replaced with USE_BUILD_SCRIPT when using build script
       
    30 #define DUMMY_DEFINE
       
    31 
       
    32 // ECOM plugin ncdproxy_20019119.dll requires this lib and therefore big caps.
       
    33 #ifdef USE_BUILD_SCRIPT
       
    34     TARGET      ncddevicemgmt_APP_NAME_POSTFIX.dll
       
    35     CAPABILITY  CATALOGS_MINIMUM_CAPABILITIES
       
    36 #else
       
    37     TARGET      ncddevicemgmt_20019119.dll
       
    38     CAPABILITY  CATALOGS_DLL_CAPABILITIES
       
    39 #endif // USE_BUILD_SCRIPT
       
    40 
       
    41 TARGETTYPE    dll
       
    42 UID           0x1000008d
       
    43 
       
    44 
       
    45 SOURCEPATH    ../src
       
    46 SOURCE        catalogsutils.cpp
       
    47 
       
    48 // Device interaction
       
    49 SOURCEPATH    ../../provider/deviceinteraction/src
       
    50 SOURCE        ncddeviceserviceimpl.cpp
       
    51 SOURCE        ncddeviceinteractionfactory.cpp
       
    52 SOURCE        ncdinstallationserviceimpl.cpp
       
    53 SOURCE        ncdactiveoperationobserver.cpp
       
    54 SOURCE        ncdsilentinstallactiveobserver.cpp
       
    55 
       
    56 USERINCLUDE   ../inc
       
    57 USERINCLUDE   ../../inc
       
    58 USERINCLUDE   ../../provider/inc
       
    59 USERINCLUDE   ../../provider/server/inc
       
    60 USERINCLUDE   ../../provider/deviceinteraction/inc
       
    61 
       
    62 // System include paths
       
    63 #ifndef __SERIES60_30__
       
    64 APP_LAYER_SYSTEMINCLUDE
       
    65 #else
       
    66 SYSTEMINCLUDE /Epoc32/include
       
    67 #endif
       
    68 
       
    69 
       
    70 LIBRARY euser.lib estor.lib 
       
    71 LIBRARY bafl.lib charconv.lib efsrv.lib  // needed for ARMV5 building
       
    72 LIBRARY platformenv.lib // catalogsutils.cpp needs this
       
    73 
       
    74 // For DeviceInteraction
       
    75 
       
    76 LIBRARY         aknskinsrv.lib          // Set as Theme
       
    77 LIBRARY         ProfileEngine.lib       // Set as Ringing Tone
       
    78 LIBRARY         aknswallpaperutils.lib  // Wallpaper utility
       
    79 LIBRARY         etel.lib                // MCC and MNC
       
    80 LIBRARY         etelmm.lib              // MCC and MNC
       
    81 LIBRARY         caf.lib                 // Rights object
       
    82 LIBRARY         cafutils.lib            // Rights object
       
    83 LIBRARY         sisregistryclient.lib   // SIS Registry
       
    84 LIBRARY         cone.lib
       
    85 LIBRARY         apmime.lib
       
    86 LIBRARY         commonui.lib
       
    87 LIBRARY         centralrepository.lib
       
    88 LIBRARY         webutils.lib            // CUserAgent
       
    89 LIBRARY         sysutil.lib
       
    90 LIBRARY         apparc.lib
       
    91 LIBRARY         avkon.lib
       
    92 LIBRARY         etel3rdparty.lib 
       
    93 LIBRARY         apgrfx.lib
       
    94 LIBRARY         swinstcli.lib           // Silent install
       
    95 LIBRARY         widgetregistryclient.lib // Widget Registry
       
    96 
       
    97 #if defined( __SERIES60_30__ ) || defined( __SERIES60_31__ ) || defined( __S60_32__ )
       
    98 LIBRARY         javaregistry.lib        // Java Registry
       
    99 #else
       
   100 LIBRARY         javaregistryclient.lib
       
   101 #endif
       
   102 
       
   103 #ifndef __SERIES60_31__
       
   104 LIBRARY         sysversioninfo.lib      // SysVersionInfo
       
   105 #endif
       
   106 
       
   107 #ifdef CATALOGS_DEBUG_ENABLED
       
   108     #ifdef USE_BUILD_SCRIPT
       
   109     LIBRARY ncddebug_APP_NAME_POSTFIX.lib
       
   110     #else
       
   111     LIBRARY ncddebug_20019119.lib
       
   112     #endif // USE_BUILD_SCRIPT
       
   113 #endif
       
   114 
       
   115 
       
   116 #ifdef USE_BUILD_SCRIPT
       
   117 EXPORTUNFROZEN
       
   118 #endif
       
   119 
       
   120 SMPSAFE