omadrm/drmengine/group/DRMCommon.mmp
changeset 0 95b198f216e5
child 2 76350b5be3d8
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2002-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:  Client side API build configuration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          DRMCommon.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x101F51F3
       
    24 CAPABILITY      CAP_GENERAL_DLL DRM
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 MACRO           CLIENT_STARTS_SERVER
       
    28 
       
    29 USERINCLUDE     ../AgentV2/inc
       
    30 USERINCLUDE     ../RO/inc
       
    31 USERINCLUDE     ../DCF/inc
       
    32 USERINCLUDE     ../Server/inc
       
    33 USERINCLUDE     ../Utils/inc
       
    34 USERINCLUDE     ../legacy/inc
       
    35 USERINCLUDE     ../legacy/src
       
    36 USERINCLUDE	    ../../../inc   // ADo level inc dir
       
    37 
       
    38 // Default system include paths for middleware layer modules.
       
    39 MW_LAYER_SYSTEMINCLUDE
       
    40 SYSTEMINCLUDE   /epoc32/include/caf
       
    41 SYSTEMINCLUDE   /epoc32/include/libc
       
    42 
       
    43 SOURCEPATH      ../legacy/src
       
    44 SOURCE          DRMCommon.cpp
       
    45 
       
    46 START RESOURCE DRMCommon.rss
       
    47 HEADER
       
    48 TARGET          DRMCommon.rsc
       
    49 TARGETPATH      resource 
       
    50 
       
    51 END
       
    52 
       
    53 LIBRARY         drmdcf.lib
       
    54 LIBRARY         drmrights.lib
       
    55 LIBRARY         drmserverinterfaces.lib
       
    56 LIBRARY         euser.lib efsrv.lib charconv.lib
       
    57 LIBRARY         apmime.lib bafl.lib estor.lib InetProtUtil.lib
       
    58 LIBRARY         caf.lib
       
    59 
       
    60 #ifdef RD_MULTIPLE_DRIVE
       
    61 LIBRARY         platformenv.lib
       
    62 #endif
       
    63 
       
    64 #if defined(ARMCC)
       
    65 deffile ../eabi/ 
       
    66 #elif defined( WINSCW )
       
    67 deffile ../bwinscw/ 
       
    68 #elif defined( WINS )
       
    69 deffile ../bwins/ 
       
    70 #else
       
    71 deffile ../bmarm/ 
       
    72 #endif
       
    73 
       
    74 SMPSAFE