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