os/security/contentmgmt/contentaccessfwfordrm/group/CafUtils.mmp
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/security/contentmgmt/contentaccessfwfordrm/group/CafUtils.mmp	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,74 @@
     1.4 +/*
     1.5 +* Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.6 +* All rights reserved.
     1.7 +* This component and the accompanying materials are made available
     1.8 +* under the terms of the License "Eclipse Public License v1.0"
     1.9 +* which accompanies this distribution, and is available
    1.10 +* at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.11 +*
    1.12 +* Initial Contributors:
    1.13 +* Nokia Corporation - initial contribution.
    1.14 +*
    1.15 +* Contributors:
    1.16 +*
    1.17 +* Description: 
    1.18 +* cafutils.dll Provides Content Access Framework utility functionality
    1.19 +*
    1.20 +*/
    1.21 +
    1.22 +
    1.23 +/**
    1.24 + @file
    1.25 +*/
    1.26 +
    1.27 +TARGET		cafutils.dll
    1.28 +CAPABILITY	All -Tcb
    1.29 +TARGETTYPE	DLL
    1.30 +
    1.31 +UID			0x101FD9B8
    1.32 +VENDORID	0x70000001
    1.33 +
    1.34 +#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
    1.35 +deffile		cafutils_v2.def
    1.36 +#else
    1.37 +deffile		cafutils.def
    1.38 +#endif
    1.39 +UNPAGED
    1.40 +
    1.41 +SOURCEPATH	../source/cafutils
    1.42 +SOURCE		Cafutils.cpp
    1.43 +SOURCE		attributeset.cpp
    1.44 +SOURCE		stringattribute.cpp
    1.45 +SOURCE		stringattributeset.cpp
    1.46 +SOURCE		virtualpath.cpp
    1.47 +SOURCE		Metadata.cpp
    1.48 +SOURCE		Metadataarray.cpp
    1.49 +SOURCE		embeddedobject.cpp
    1.50 +SOURCE		rightsinfo.cpp
    1.51 +SOURCE		Virtualpathptr.cpp
    1.52 +SOURCE		dirstreamable.cpp
    1.53 +
    1.54 +#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
    1.55 +SOURCE		cafhelper.cpp
    1.56 +#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
    1.57 +
    1.58 +#ifndef REMOVE_CAF1
    1.59 +// deprecated stuff from CAF 1.0
    1.60 +SOURCE		bitset.cpp
    1.61 +SOURCE		cafmimeheader.cpp
    1.62 +SOURCE		mimefieldanddata.cpp
    1.63 +#endif
    1.64 +
    1.65 +USERINCLUDE	../inc
    1.66 +USERINCLUDE	../source/cafutils
    1.67 +
    1.68 +// OS_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has an upward dependency on apmstd.h in the MW layer.
    1.69 +MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    1.70 +OS_LAYER_ESTLIB_SYSTEMINCLUDE
    1.71 +
    1.72 +LIBRARY		euser.lib
    1.73 +LIBRARY		estor.lib
    1.74 +LIBRARY		charconv.lib
    1.75 +LIBRARY		efsrv.lib
    1.76 +LIBRARY		ecom.lib
    1.77 +SMPSAFE