mpx/commonframework/common/group/mpxcommon.mmp
changeset 0 a2952bb97e68
child 48 b7b49303d0c0
equal deleted inserted replaced
-1:000000000000 0:a2952bb97e68
       
     1 /*
       
     2 * Copyright (c) 2006 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:  common project specification
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include <data_caging_paths.hrh>
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          mpxcommon.dll
       
    24 CAPABILITY      CAP_GENERAL_DLL
       
    25 TARGETTYPE      DLL
       
    26 UID             0x1000008D  0x101FFC12
       
    27 VENDORID        VID_DEFAULT
       
    28 
       
    29 MACRO CAMESE_IN_DRM_UTILITY
       
    30 
       
    31 USERINCLUDE     ../inc
       
    32 USERINCLUDE     ../../../inc
       
    33 
       
    34 MW_LAYER_SYSTEMINCLUDE
       
    35 
       
    36 SOURCEPATH      ../src
       
    37 SOURCE          mpxsession.cpp
       
    38 SOURCE          mpxclientlist.cpp 
       
    39 SOURCE          mpxcenrepwatcher.cpp
       
    40 SOURCE          mpxmessage.cpp 
       
    41 SOURCE          mpxcollectionpath.cpp
       
    42 SOURCE          mpxtaskqueue.cpp 
       
    43 SOURCE          mpxmessagemonitor.cpp
       
    44 SOURCE          mpxuser.cpp
       
    45 SOURCE          mpxpskeywatcher.cpp
       
    46 SOURCE          mpxcollectiontype.cpp
       
    47 SOURCE          mpxpluginmonitor.cpp
       
    48 SOURCE          mpxpluginhandlerbase.cpp
       
    49 SOURCE          mpxmedia.cpp
       
    50 SOURCE          mpxmediaarray.cpp
       
    51 SOURCE          mpxdrmmediautility.cpp
       
    52 SOURCE          mpxdrmmediaagent.cpp
       
    53 SOURCE          mpxdrmmediaomaagent.cpp
       
    54 SOURCE          mpxdrmmediawmaagent.cpp
       
    55 SOURCE          mpxattribute.cpp
       
    56 SOURCE          mpxdata.cpp
       
    57 SOURCE          mpxheapmanager.cpp
       
    58 SOURCE          mpxfixedarray.cpp
       
    59 SOURCE          mpxdataarray.cpp
       
    60 SOURCE          mpxmediadataarray.cpp
       
    61 SOURCE          mpxmediabase.cpp
       
    62 SOURCE          mpxparameter.cpp
       
    63 SOURCE          mpxplugininfo.cpp
       
    64 SOURCE          mpxmessagequeue.cpp
       
    65 SOURCE          mpxsubscription.cpp
       
    66 SOURCE          mpxsessionretry.cpp
       
    67 
       
    68 LIBRARY         euser.lib
       
    69 LIBRARY         centralrepository.lib
       
    70 LIBRARY         estor.lib
       
    71 LIBRARY         bafl.lib
       
    72 LIBRARY         efsrv.lib
       
    73 LIBRARY         ecom.lib
       
    74 LIBRARY         inetprotutil.lib
       
    75 LIBRARY         apgrfx.lib
       
    76 LIBRARY         apmime.lib
       
    77 LIBRARY         drmhelper.lib
       
    78 
       
    79 //CAMESE_IN_DRM_UTILITY
       
    80 LIBRARY         drmuihandling.lib
       
    81 LIBRARY		drmautomatedusage.lib
       
    82 LIBRARY         drmcommon.lib
       
    83 LIBRARY         drmrights.lib
       
    84 LIBRARY         caf.lib
       
    85 LIBRARY         cafutils.lib
       
    86 LIBRARY         ws32.lib
       
    87 LIBRARY         hal.lib
       
    88 
       
    89 #if defined(ARMCC)
       
    90 deffile ../eabi/ 
       
    91 #elif defined(WINSCW)
       
    92 deffile ../bwinscw/ 
       
    93 #endif
       
    94 
       
    95 // End of file