os/security/contentmgmt/contentaccessfwfordrm/group/CafUtils.mmp
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
     1 /*
     2 * Copyright (c) 2003-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 the License "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: 
    15 * cafutils.dll Provides Content Access Framework utility functionality
    16 *
    17 */
    18 
    19 
    20 /**
    21  @file
    22 */
    23 
    24 TARGET		cafutils.dll
    25 CAPABILITY	All -Tcb
    26 TARGETTYPE	DLL
    27 
    28 UID			0x101FD9B8
    29 VENDORID	0x70000001
    30 
    31 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
    32 deffile		cafutils_v2.def
    33 #else
    34 deffile		cafutils.def
    35 #endif
    36 UNPAGED
    37 
    38 SOURCEPATH	../source/cafutils
    39 SOURCE		Cafutils.cpp
    40 SOURCE		attributeset.cpp
    41 SOURCE		stringattribute.cpp
    42 SOURCE		stringattributeset.cpp
    43 SOURCE		virtualpath.cpp
    44 SOURCE		Metadata.cpp
    45 SOURCE		Metadataarray.cpp
    46 SOURCE		embeddedobject.cpp
    47 SOURCE		rightsinfo.cpp
    48 SOURCE		Virtualpathptr.cpp
    49 SOURCE		dirstreamable.cpp
    50 
    51 #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
    52 SOURCE		cafhelper.cpp
    53 #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
    54 
    55 #ifndef REMOVE_CAF1
    56 // deprecated stuff from CAF 1.0
    57 SOURCE		bitset.cpp
    58 SOURCE		cafmimeheader.cpp
    59 SOURCE		mimefieldanddata.cpp
    60 #endif
    61 
    62 USERINCLUDE	../inc
    63 USERINCLUDE	../source/cafutils
    64 
    65 // OS_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has an upward dependency on apmstd.h in the MW layer.
    66 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    67 OS_LAYER_ESTLIB_SYSTEMINCLUDE
    68 
    69 LIBRARY		euser.lib
    70 LIBRARY		estor.lib
    71 LIBRARY		charconv.lib
    72 LIBRARY		efsrv.lib
    73 LIBRARY		ecom.lib
    74 SMPSAFE