omadrm/drmhelper/drmhelperserver/group/DRMHelperServer.mmp
changeset 0 95b198f216e5
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2003-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:  Makefile of DRM Helper Server
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          DRMHelperServer.exe
       
    22 TARGETTYPE EXE
       
    23 
       
    24 UID           0x1000008d 0x101F6DC5
       
    25 CAPABILITY      CAP_SERVER 
       
    26 VENDORID      VID_DEFAULT
       
    27 
       
    28 // logging facility (uncomment the macro to get logging)
       
    29 //macro _DRM_TESTING
       
    30 
       
    31 // Default system include paths for middleware layer modules.
       
    32 APP_LAYER_SYSTEMINCLUDE
       
    33 
       
    34 USERINCLUDE     ../inc
       
    35 USERINCLUDE	    ../../../../inc   // ADo level inc dir
       
    36 
       
    37 SOURCEPATH      ../src
       
    38 SOURCE      DRMHelperServer.cpp
       
    39 SOURCE      DRMHelperSession.cpp
       
    40 SOURCE      EndTimeBased.cpp
       
    41 SOURCE      EndTimeFactory.cpp
       
    42 SOURCE	    IdleObserver.cpp
       
    43 
       
    44 #ifdef _DRMHS_CONFIG
       
    45 SOURCE	    ConfigObserver.cpp
       
    46 #endif
       
    47 
       
    48 LIBRARY     euser.lib // symbian common 
       
    49 LIBRARY     efsrv.lib // RFs, RFile
       
    50 LIBRARY     estor.lib // RFileWriteStream. RWriteStream, RFileReadStream, RReadStream
       
    51 LIBRARY     DrmServerInterfaces.lib // CDRMNotifier, RDRMRightsClient, MDRMEvent
       
    52 LIBRARY     drmrights.lib // CDRMPermission, CDRMConstraint
       
    53 LIBRARY     bafl.lib // CEnvironmentChangeNotifier
       
    54 LIBRARY     centralrepository.lib // central repository
       
    55 
       
    56 #ifdef RD_MULTIPLE_DRIVE
       
    57 LIBRARY       platformenv.lib
       
    58 #endif
       
    59 
       
    60 #if defined(ARMCC)
       
    61 deffile ../eabi/ 
       
    62 #elif defined( WINSCW )
       
    63 deffile ../bwinscw/ 
       
    64 #elif defined( WINS )
       
    65 deffile ../bwins/ 
       
    66 #else
       
    67 deffile ../bmarm/ 
       
    68 #endif
       
    69 
       
    70 SMPSAFE