omadrm/drmengine/group/DrmCrypto.mmp
changeset 0 95b198f216e5
child 2 76350b5be3d8
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2004-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:  DRM Crypto Library build configuration, CMLA stubs only
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET          DrmCrypto.dll
       
    22 TARGETTYPE      DLL
       
    23 UID             0x1000008D 0x101F6DB9
       
    24 CAPABILITY      CAP_GENERAL_DLL DRM CommDD
       
    25 VENDORID        VID_DEFAULT
       
    26 
       
    27 USERINCLUDE     ../Utils/inc
       
    28 USERINCLUDE     ../DrmCrypto/inc
       
    29 USERINCLUDE     ../KeyStorage/inc
       
    30 USERINCLUDE     ../../../inc   // ADo level inc dir
       
    31 
       
    32 // Default system include paths for middleware layer modules.
       
    33 MW_LAYER_SYSTEMINCLUDE
       
    34 SYSTEMINCLUDE   /epoc32/include/libc
       
    35 SYSTEMINCLUDE   /epoc32/include/ecom
       
    36 
       
    37 SOURCEPATH      ../Utils/src
       
    38 SOURCE          Base64.cpp
       
    39 
       
    40 SOURCE          DrmAesCrypto.cpp
       
    41 
       
    42 SOURCEPATH      ../DrmCrypto/build
       
    43 SOURCE          OmaCrypto.cpp
       
    44 SOURCE          CmlaCrypto.cpp
       
    45 
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         efsrv.lib
       
    48 LIBRARY         asn1.lib
       
    49 LIBRARY         cryptography.lib
       
    50 LIBRARY         crypto.lib
       
    51 LIBRARY         x509.lib
       
    52 LIBRARY         pkixcert.lib
       
    53 LIBRARY         random.lib
       
    54 LIBRARY         hash.lib
       
    55 LIBRARY         flogger.lib
       
    56 LIBRARY         DrmKeyStorage.lib
       
    57 
       
    58 #if defined(ARMCC)
       
    59 deffile ../eabi/
       
    60 #elif defined( WINSCW )
       
    61 deffile ../bwinscw/
       
    62 #elif defined( WINS )
       
    63 deffile ../bwins/
       
    64 #else
       
    65 deffile ../bmarm/
       
    66 #endif
       
    67 
       
    68 SMPSAFE