omadrm/drmplugins/drmrohandler/group/crohandler.mmp
branchRCL_3
changeset 71 1221b68b8a5f
parent 67 50c53e893c3f
child 72 1481bf457703
equal deleted inserted replaced
67:50c53e893c3f 71:1221b68b8a5f
     1 /*
       
     2 * Copyright (c) 2002-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:  This is project specification file for the rohandler.dll
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          RoHandler.dll
       
    22 targettype      PLUGIN
       
    23 VENDORID        VID_DEFAULT
       
    24 // uid2 specifies an ECom dll
       
    25 // uid3 specifies a unique identifier
       
    26 UID             0x10009D8D 0x101F7B92
       
    27 CAPABILITY      CAP_ECOM_PLUGIN DRM
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          CRoHandler.cpp
       
    31 SOURCE          StringResourceReader.cpp
       
    32 SOURCE          rohandlerdmgrwrapper.cpp
       
    33 
       
    34 START RESOURCE  101F7B92.rss
       
    35 TARGET          RoHandler
       
    36 
       
    37 END
       
    38 
       
    39 #include <data_caging_paths.hrh>
       
    40 
       
    41 START RESOURCE RoHandler.rss
       
    42 HEADER
       
    43 TARGETPATH      RESOURCE_FILES_DIR
       
    44 LANGUAGE_IDS
       
    45 END
       
    46 
       
    47 
       
    48 USERINCLUDE     ../inc
       
    49 USERINCLUDE     ../../../drmengine/roap/inc
       
    50 USERINCLUDE     ../../drmromtm/client/inc
       
    51 USERINCLUDE     ../../../../inc   // ADo level inc dir
       
    52 
       
    53 // Default system include paths for middleware layer modules.
       
    54 MW_LAYER_SYSTEMINCLUDE
       
    55 
       
    56 LIBRARY         DrmParsers.lib
       
    57 LIBRARY         DrmDcf.lib
       
    58 LIBRARY         DrmRights.lib
       
    59 LIBRARY         DrmServerInterfaces.lib
       
    60 LIBRARY         drmroapwbxmlparser.lib // ROAP Wbxml to XML parsers
       
    61 
       
    62 LIBRARY         centralrepository.lib       // Browser default AP
       
    63 LIBRARY         cmmanager.lib
       
    64 LIBRARY         DownloadMgr.lib
       
    65 
       
    66 LIBRARY         euser.lib
       
    67 LIBRARY         ecom.lib
       
    68 LIBRARY         RoapHandler.lib
       
    69 LIBRARY         WapPushUtils.lib
       
    70 LIBRARY         msgs.lib        // for MMsvSessionObserver
       
    71 
       
    72 LIBRARY         efsrv.lib // RFs
       
    73 LIBRARY         inetprotutil.lib // TUri16 and so on
       
    74 LIBRARY         bafl.lib // RResourceFile
       
    75 LIBRARY         flogger.lib
       
    76 LIBRARY         sysutil.lib // SysUtil
       
    77 LIBRARY         esock.lib
       
    78 LIBRARY		featmgr.lib // Feature Manager
       
    79 
       
    80 #ifdef RD_MULTIPLE_DRIVE
       
    81 LIBRARY         platformenv.lib
       
    82 #endif
       
    83 
       
    84 SMPSAFE