drm_pub/oma_drm_caf_agent_api/tsrc/bc/DRM_CAF/group/DRM_CAF.mmp
changeset 0 95b198f216e5
child 26 1221b68b8a5f
equal deleted inserted replaced
-1:000000000000 0:95b198f216e5
       
     1 /*
       
     2 * Copyright (c) 2002-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:  ?Description
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #if defined(__S60_)
       
    20         // To get the MW_LAYER_SYSTEMINCLUDE-definition
       
    21         #include <platform_paths.hrh>
       
    22 #endif
       
    23 
       
    24 TARGET          DRM_CAF.dll
       
    25 TARGETTYPE      dll
       
    26 UID             0x1000008D 0x101FB3E3
       
    27 
       
    28 CAPABILITY      ALL -TCB
       
    29 // VENDORID     0x00000000
       
    30 // SECUREID     0x00000000
       
    31 
       
    32 DEFFILE         DRM_CAF.def
       
    33 
       
    34 USERINCLUDE     ../inc 
       
    35 
       
    36 #if defined(__S60_)
       
    37     MW_LAYER_SYSTEMINCLUDE
       
    38 #else // __S60_ not defined
       
    39     SYSTEMINCLUDE   /epoc32/include 
       
    40     SYSTEMINCLUDE   /epoc32/include/internal
       
    41 #endif // __S60_
       
    42 
       
    43 SOURCEPATH      ../src
       
    44 
       
    45 SOURCE          DRM_CAF.cpp
       
    46 SOURCE          DRM_CAFBlocks.cpp
       
    47 
       
    48 //RESOURCE        resource_file
       
    49 //RESOURCE        resource_file2
       
    50 
       
    51 LIBRARY         euser.lib
       
    52 LIBRARY         stiftestinterface.lib
       
    53 LIBRARY         stiftestengine.lib
       
    54 
       
    55 LANG            SC
       
    56 
       
    57 
       
    58 SYSTEMINCLUDE /epoc32/include/libc
       
    59 SYSTEMINCLUDE /epoc32/include/ecom
       
    60 SYSTEMINCLUDE /epoc32/include/caf
       
    61 		
       
    62 LIBRARY         apparc.lib
       
    63 LIBRARY         avkon.lib
       
    64 LIBRARY         bafl.lib
       
    65 LIBRARY         cone.lib
       
    66 LIBRARY         eikcoctl.lib
       
    67 LIBRARY         eikcore.lib 
       
    68 LIBRARY         fbscli.lib
       
    69 LIBRARY         efsrv.lib
       
    70 LIBRARY         caf.lib 
       
    71 LIBRARY         cafutils.lib
       
    72 LIBRARY         XmlFramework.lib
       
    73 LIBRARY         apmime.lib
       
    74 LIBRARY         estor.lib
       
    75 LIBRARY         flogger.lib
       
    76 LIBRARY		    ecom.lib
       
    77 LIBRARY         x509.lib
       
    78 LIBRARY         pkixcert.lib
       
    79 LIBRARY         hash.lib
       
    80 LIBRARY         crypto.lib 
       
    81 LIBRARY         random.lib
       
    82 LIBRARY         asn1.lib
       
    83 LIBRARY         drmlicensechecker.lib
       
    84 
       
    85 LIBRARY         aknskins.lib //for skin sbackground
       
    86 LIBRARY         gdi.lib
       
    87 
       
    88 SMPSAFE
       
    89 // End of File