sl@0: /* sl@0: * Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies). sl@0: * All rights reserved. sl@0: * This component and the accompanying materials are made available sl@0: * under the terms of the License "Eclipse Public License v1.0" sl@0: * which accompanies this distribution, and is available sl@0: * at the URL "http://www.eclipse.org/legal/epl-v10.html". sl@0: * sl@0: * Initial Contributors: sl@0: * Nokia Corporation - initial contribution. sl@0: * sl@0: * Contributors: sl@0: * sl@0: * Description: sl@0: * cafutils.dll Provides Content Access Framework utility functionality sl@0: * sl@0: */ sl@0: sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: TARGET cafutils.dll sl@0: CAPABILITY All -Tcb sl@0: TARGETTYPE DLL sl@0: sl@0: UID 0x101FD9B8 sl@0: VENDORID 0x70000001 sl@0: sl@0: #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT sl@0: deffile cafutils_v2.def sl@0: #else sl@0: deffile cafutils.def sl@0: #endif sl@0: UNPAGED sl@0: sl@0: SOURCEPATH ../source/cafutils sl@0: SOURCE Cafutils.cpp sl@0: SOURCE attributeset.cpp sl@0: SOURCE stringattribute.cpp sl@0: SOURCE stringattributeset.cpp sl@0: SOURCE virtualpath.cpp sl@0: SOURCE Metadata.cpp sl@0: SOURCE Metadataarray.cpp sl@0: SOURCE embeddedobject.cpp sl@0: SOURCE rightsinfo.cpp sl@0: SOURCE Virtualpathptr.cpp sl@0: SOURCE dirstreamable.cpp sl@0: sl@0: #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT sl@0: SOURCE cafhelper.cpp sl@0: #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT sl@0: sl@0: #ifndef REMOVE_CAF1 sl@0: // deprecated stuff from CAF 1.0 sl@0: SOURCE bitset.cpp sl@0: SOURCE cafmimeheader.cpp sl@0: SOURCE mimefieldanddata.cpp sl@0: #endif sl@0: sl@0: USERINCLUDE ../inc sl@0: USERINCLUDE ../source/cafutils sl@0: sl@0: // OS_LAYER_SYSTEMINCLUDE_SYMBIAN -- should be this but has an upward dependency on apmstd.h in the MW layer. sl@0: MW_LAYER_SYSTEMINCLUDE_SYMBIAN sl@0: OS_LAYER_ESTLIB_SYSTEMINCLUDE sl@0: sl@0: LIBRARY euser.lib sl@0: LIBRARY estor.lib sl@0: LIBRARY charconv.lib sl@0: LIBRARY efsrv.lib sl@0: LIBRARY ecom.lib sl@0: SMPSAFE