customization/OperatorLogoAdapter/bld/OperatorLogoAdapter.mmp
changeset 0 3ce708148e4d
equal deleted inserted replaced
-1:000000000000 0:3ce708148e4d
       
     1 /*
       
     2 * Copyright (c) 2002 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: Implementation of customization components
       
    15 *
       
    16 */
       
    17   
       
    18 
       
    19 // To get the APP_LAYER_SYSTEMINCLUDE-definition
       
    20 #include <platform_paths.hrh>
       
    21 #include "defaultcaps.hrh"
       
    22 
       
    23 CAPABILITY      CAP_GENERAL_DLL
       
    24 TARGET          operatorlogoadapter.dll
       
    25 TARGETTYPE      PLUGIN
       
    26 UID             0x10009D8D 0x10207829
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 APP_LAYER_SYSTEMINCLUDE
       
    30 SYSTEMINCLUDE   /epoc32/include/swi
       
    31 SYSTEMINCLUDE 	/epoc32/include/ecom
       
    32 
       
    33 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    34 SYSTEMINCLUDE 	/epoc32/include/devman
       
    35 #else
       
    36 // nothing
       
    37 #endif
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 USERINCLUDE     ../inc
       
    42 USERINCLUDE			../../include
       
    43 USERINCLUDE     ../../DMUtils/inc
       
    44 
       
    45 SOURCE          OperatorLogoAdapter.cpp
       
    46 SOURCE          SyncImageOperations.cpp
       
    47 
       
    48 
       
    49 // RESOURCE       
       
    50 START RESOURCE  OperatorLogoAdapter.rss
       
    51 TARGET          operatorlogoadapter.rsc
       
    52 LANGUAGE_IDS
       
    53 END
       
    54 
       
    55 
       
    56 
       
    57 LIBRARY			    euser.lib
       
    58 LIBRARY			    efsrv.lib
       
    59 LIBRARY			    ecom.lib
       
    60 LIBRARY			    imut.lib
       
    61 LIBRARY         imageconversion.lib
       
    62 LIBRARY         bitmaptransforms.lib
       
    63 LIBRARY         fbscli.lib
       
    64 LIBRARY			    ws32.lib
       
    65 LIBRARY         etel.lib
       
    66 LIBRARY         etelmm.lib
       
    67 LIBRARY         phoneclient.lib
       
    68 LIBRARY 		    flogger.lib
       
    69 
       
    70 //#ifdef __SAP_POLICY_MANAGEMENT
       
    71 LIBRARY			    policyengine.lib
       
    72 LIBRARY			    dmutil.lib
       
    73 //#endif
       
    74 
       
    75 #ifdef __TARM_SYMBIAN_CONVERGENCY
       
    76 LIBRARY		      devmancmdmgr.lib
       
    77 #else
       
    78 // nothing
       
    79 #endif
       
    80 
       
    81 STATICLIBRARY	  dmutils.lib
       
    82 LIBRARY                 featmgr.lib
       
    83 LIBRARY			    mediaclientimage.lib
       
    84 
       
    85 SMPSAFE