wmdrm/wmdrmengine/wmdrmserver/server/group/wmdrmserver.mmp
changeset 0 95b198f216e5
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2007-2008 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 project WMDRM Server
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <data_caging_paths.hrh>
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET          wmdrmserver.exe
       
    23 TARGETTYPE      EXE
       
    24 UID             0x1000008d 0x10282F1B
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 CAPABILITY      CAP_SERVER DRM AllFiles
       
    28 
       
    29 FEATUREVARIANT
       
    30 
       
    31 MW_LAYER_SYSTEMINCLUDE
       
    32 USERINCLUDE     ../inc
       
    33 USERINCLUDE     ../../../../inc_dist
       
    34 USERINCLUDE     ../../client/inc
       
    35 USERINCLUDE     ../../../wmdrmfileserver/client/inc
       
    36 USERINCLUDE     ../../../../inc
       
    37 USERINCLUDE		../../../../../inc
       
    38 
       
    39 SOURCEPATH      ../src
       
    40 
       
    41 SOURCE          wmdrmserver.cpp
       
    42 SOURCE			clock.cpp
       
    43 SOURCE			slotdata.cpp
       
    44 SOURCE			slot.cpp
       
    45 SOURCE			enumeratordata.cpp
       
    46 SOURCE          enumerator.cpp
       
    47 SOURCE          namespaceenumerator.cpp
       
    48 SOURCE          slotenumerator.cpp
       
    49 SOURCE          slotdatacache.cpp
       
    50 SOURCE          slotenumeratorcache.cpp
       
    51 SOURCE          wmdrmsession.cpp
       
    52 SOURCE          wmdrmdatastore.cpp
       
    53 SOURCE          wmdrmdb.cpp
       
    54 
       
    55 LIBRARY         euser.lib
       
    56 LIBRARY         flogger.lib
       
    57 LIBRARY         efsrv.lib
       
    58 LIBRARY         random.lib
       
    59 LIBRARY         ezlib.lib
       
    60 LIBRARY         bafl.lib
       
    61 LIBRARY     	cryptography.lib
       
    62 LIBRARY         centralrepository.lib
       
    63 LIBRARY         wmdrmkeystorage.lib
       
    64 LIBRARY         sqldb.lib
       
    65 LIBRARY         wmdrmfileserverclient.lib
       
    66 LIBRARY         drmrightsstoringlocation.lib
       
    67 LIBRARY         platformenv.lib
       
    68 
       
    69 SMPSAFE