devencdiskutils/DevEncCommonUtils/group/DevEncCommonUtils.mmp
changeset 0 164170e6151a
child 9 a005fc61b02a
equal deleted inserted replaced
-1:000000000000 0:164170e6151a
       
     1 /*
       
     2 * Copyright (c) 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:  Project specification file for DevEncCommonUtils
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include <data_caging_paths.hrh>
       
    21 #include "../../common/DevEncUids.hrh"
       
    22 
       
    23 TARGET          devenccommonutils.dll
       
    24 TARGETTYPE      dll
       
    25 UID             0x1000008d KDevEncCommonUtilsUid
       
    26 VENDORID        KDevEncNokiaVID
       
    27 CAPABILITY      CAP_GENERAL_DLL
       
    28 
       
    29 SOURCEPATH      ../src
       
    30 SOURCE          DevEncSession.cpp
       
    31 SOURCE          DevEncDiskUtils.cpp
       
    32 SOURCE          DevEncKeyUtils.cpp
       
    33 SOURCE          DevEncMmcObserver.cpp
       
    34 SOURCE          DevEncDiskStatusObserver.cpp
       
    35 
       
    36 SOURCEPATH ../../common
       
    37 SOURCE DevEncLog.cpp
       
    38 
       
    39 USERINCLUDE     ../inc
       
    40 USERINCLUDE		../../common
       
    41 
       
    42 APP_LAYER_SYSTEMINCLUDE
       
    43 
       
    44 LIBRARY         asn1.lib // for PKCS5
       
    45 LIBRARY         cryptography.lib // for PKCS5
       
    46 LIBRARY         euser.lib
       
    47 LIBRARY         efsrv.lib
       
    48 LIBRARY         estor.lib
       
    49 LIBRARY         centralrepository.lib 
       
    50 LIBRARY         hash.lib // for PKCS5
       
    51 LIBRARY         pbe.lib
       
    52 LIBRARY         random.lib // for PKCS5
       
    53 LIBRARY         x509.lib // for PKCS5
       
    54 LIBRARY			imut.lib // for base64 coding
       
    55 DEBUGLIBRARY    flogger.lib
       
    56 
       
    57 // EXPORTUNFROZEN
       
    58 
       
    59 // End of File