omadrm/drmengine/group/DrmDcf.mmp
changeset 0 95b198f216e5
child 2 76350b5be3d8
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2005-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:  DCF file handling component build configuration
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          DrmDcf.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x10205CAC
       
    24 CAPABILITY      CAP_GENERAL_DLL DRM CommDD
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 USERINCLUDE     ../DCF/inc
       
    28 USERINCLUDE     ../RO/inc
       
    29 USERINCLUDE     ../ROAP/inc
       
    30 USERINCLUDE     ../Utils/inc
       
    31 USERINCLUDE     ../DM/inc
       
    32 USERINCLUDE     ../Legacy/inc
       
    33 USERINCLUDE     ../AgentV2/inc
       
    34 USERINCLUDE     ../Server/inc
       
    35 USERINCLUDE     ../Notifier/inc
       
    36 USERINCLUDE     ../RoapStorage/inc
       
    37 USERINCLUDE	    ../../../inc   // ADo level inc dir
       
    38 
       
    39 // Default system include paths for middleware layer modules.
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 SOURCEPATH      ../DCF/src
       
    43 SOURCE          DcfCommon.cpp
       
    44 SOURCE          Oma1Dcf.cpp
       
    45 SOURCE          Oma2Dcf.cpp
       
    46 SOURCE          Oma2DcfPartInfo.cpp
       
    47 
       
    48 LIBRARY		    drmcrypto.lib
       
    49 LIBRARY         euser.lib XmlFramework.lib hash.lib
       
    50 LIBRARY         estor.lib efsrv.lib apmime.lib InetProtUtil.lib bnf.lib
       
    51 LIBRARY         cryptography.lib random.lib bafl.lib charconv.lib
       
    52 LIBRARY         centralrepository.lib
       
    53 
       
    54 #if defined(ARMCC)
       
    55 deffile ../eabi/ 
       
    56 #elif defined( WINSCW )
       
    57 deffile ../bwinscw/ 
       
    58 #elif defined( WINS )
       
    59 deffile ../bwins/ 
       
    60 #else
       
    61 deffile ../bmarm/ 
       
    62 #endif
       
    63 
       
    64 SMPSAFE