omadrm/drmhelper/group/drmhelperdmgrwrapper.mmp
changeset 0 95b198f216e5
child 2 76350b5be3d8
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2006 - 2007 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:  Project definition file for drmhelperdmgrwrapper
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET         drmhelperdmgrwrapper.dll
       
    23 TARGETTYPE     dll
       
    24 UID            0x1000008D 0x102823D9
       
    25 
       
    26 CAPABILITY     CAP_GENERAL_DLL
       
    27 VENDORID       VID_DEFAULT
       
    28 
       
    29 SOURCE         ../src/drmhelperdmgrwrapper.cpp
       
    30 
       
    31 START RESOURCE drmhelperdmgrwrapper.rss
       
    32 HEADER
       
    33 TARGETPATH RESOURCE_FILES_DIR
       
    34 LANGUAGE_IDS
       
    35 END
       
    36 
       
    37 USERINCLUDE    ../inc
       
    38 USERINCLUDE    ../../DRMEngine/Roap/inc
       
    39 USERINCLUDE    ../../../inc   // ADo level inc dir
       
    40 
       
    41 // Default system include paths for middleware layer modules.
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY        euser.lib
       
    45 LIBRARY        centralrepository.lib       // Browser default AP
       
    46 LIBRARY        cmmanager.lib
       
    47 LIBRARY        DownloadMgr.lib
       
    48 LIBRARY        RoapHandler.lib
       
    49 LIBRARY        efsrv.lib
       
    50 LIBRARY        avkon.lib
       
    51 LIBRARY        cone.lib
       
    52 LIBRARY        commonengine.lib
       
    53 LIBRARY        aknnotify.lib
       
    54 LIBRARY        eikctl.lib
       
    55 LIBRARY        eikcdlg.lib
       
    56 
       
    57 #ifdef RD_MULTIPLE_DRIVE
       
    58 LIBRARY        platformenv.lib
       
    59 #endif
       
    60 
       
    61 DEBUGLIBRARY   flogger.lib
       
    62 
       
    63 START WINS
       
    64 END
       
    65 
       
    66 START MARM
       
    67 END
       
    68 
       
    69 #if defined(ARMCC)
       
    70 deffile ../eabi/
       
    71 #elif defined( WINSCW )
       
    72 deffile ../bwinscw/
       
    73 #elif defined( WINS )
       
    74 deffile ../bwins/
       
    75 #else
       
    76 deffile ../bmarm/
       
    77 #endif
       
    78 
       
    79 SMPSAFE