commondrm/drmencryptor/group/DRMEncryptor.mmp
changeset 56 88330f36f634
parent 42 a7bc3704293e
child 57 41137c634688
equal deleted inserted replaced
42:a7bc3704293e 56:88330f36f634
     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:  Internal drm test tool
       
    15 *
       
    16 */
       
    17 
       
    18 #include <data_caging_paths.hrh>
       
    19 #include <platform_paths.hrh>
       
    20 
       
    21 TARGET         DRMEncryptor.exe
       
    22 TARGETTYPE     exe
       
    23 
       
    24 UID            0x100039CE  0x01105901
       
    25 
       
    26 CAPABILITY CAP_APPLICATION ReadUserData AllFiles DRM PowerMgmt CommDD
       
    27 VENDORID VID_DEFAULT
       
    28 
       
    29 SOURCEPATH     ../src
       
    30 SOURCE         DrmKeyStorage.cpp
       
    31 SOURCE         DrmBb5KeyStorage.cpp
       
    32 SOURCE         DRMEncryptorApp.cpp
       
    33 SOURCE         DRMEncryptorAppUi.cpp
       
    34 SOURCE         DRMEncryptorDocument.cpp
       
    35 SOURCE         DRMEncryptorContainer.cpp
       
    36 SOURCE         DRMEncryptorImage.cpp
       
    37 SOURCE         DrmEncryptor.cpp
       
    38 SOURCE         DRMPlayServerTest.cpp
       
    39 SOURCE         Performance.cpp
       
    40 
       
    41 
       
    42 START RESOURCE ../data/DRMEncryptor.rss
       
    43 
       
    44 HEADER
       
    45 TARGETPATH APP_RESOURCE_DIR
       
    46 
       
    47 END //RESOURCE
       
    48 
       
    49 START RESOURCE ../data/DRMEncryptor_reg.rss
       
    50 DEPENDS drmencryptor.rsg
       
    51     TARGETPATH /private/10003a3f/apps
       
    52 END
       
    53 
       
    54 // Default system include paths for middleware layer modules.
       
    55 MW_LAYER_SYSTEMINCLUDE
       
    56 
       
    57 USERINCLUDE    ../inc
       
    58 USERINCLUDE    ../../../inc
       
    59 
       
    60 LIBRARY        DrmParsers.lib
       
    61 LIBRARY        DrmDcf.lib
       
    62 LIBRARY        DrmRights.lib
       
    63 LIBRARY        DrmServerInterfaces.lib
       
    64 LIBRARY        DRMCommon.lib
       
    65 LIBRARY        apparc.lib
       
    66 LIBRARY        avkon.lib
       
    67 LIBRARY        bafl.lib
       
    68 LIBRARY        cone.lib
       
    69 LIBRARY        eikcoctl.lib
       
    70 LIBRARY        eikcore.lib
       
    71 LIBRARY        euser.lib
       
    72 LIBRARY        fbscli.lib
       
    73 LIBRARY        efsrv.lib
       
    74 LIBRARY        estor.lib
       
    75 LIBRARY        asn1.lib
       
    76 LIBRARY        cryptography.lib
       
    77 LIBRARY        crypto.lib
       
    78 LIBRARY        x509.lib
       
    79 LIBRARY        pkixcert.lib
       
    80 LIBRARY        random.lib
       
    81 LIBRARY        hash.lib
       
    82 LIBRARY        flogger.lib
       
    83 LIBRARY        ezip.lib
       
    84 
       
    85 // DRMKeyStorage
       
    86 LIBRARY        DrmKeyStorage.lib
       
    87 LIBRARY        DrmCrypto.lib
       
    88 
       
    89 LIBRARY        gdi.lib
       
    90 
       
    91 
       
    92 LIBRARY        caf.lib
       
    93 LIBRARY        cafutils.lib
       
    94 LIBRARY        drmhelper.lib
       
    95 LIBRARY        XmlFramework.lib
       
    96 LIBRARY        apmime.lib
       
    97 LIBRARY        DcfRep.lib
       
    98 LIBRARY        ecom.lib
       
    99 
       
   100 #ifdef RD_MULTIPLE_DRIVE
       
   101 LIBRARY        platformenv.lib
       
   102 #endif
       
   103 
       
   104 LIBRARY        drmaudioplayutility.lib
       
   105 
       
   106 SMPSAFE
       
   107 // End of File