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: * Content Access Framework for DRM agents and consumers sl@0: * sl@0: */ sl@0: sl@0: sl@0: /** sl@0: @file sl@0: */ sl@0: sl@0: #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT sl@0: #include "../../referencedrmagent/refcafhelper/group/bld.inf" sl@0: #endif sl@0: sl@0: sl@0: PRJ_PLATFORMS sl@0: DEFAULT sl@0: sl@0: PRJ_EXPORTS sl@0: // Common CAF headers sl@0: ../inc/caf.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/caf.h) sl@0: ../inc/cafplatform.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/cafplatform.h) sl@0: ../inc/caftypes.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/caftypes.h) sl@0: ../inc/caferr.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/caferr.h) sl@0: ../inc/cafpanic.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/cafpanic.h) sl@0: sl@0: // CAF.DLL exported headers sl@0: ../inc/content.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/content.h) sl@0: ../inc/content.inl SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/content.inl) sl@0: ../inc/data.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/data.h) sl@0: ../inc/manager.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/manager.h) sl@0: ../inc/importfile.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/importfile.h) sl@0: ../inc/rightsmanager.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/rightsmanager.h) sl@0: ../inc/supplier.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/supplier.h) sl@0: ../inc/supplieroutputfile.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/supplieroutputfile.h) sl@0: ../inc/attribute.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/attribute.h) sl@0: ../inc/patchdata.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/patchdata.h) sl@0: sl@0: // Agent interface sl@0: ../inc/agentinterface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/agentinterface.h) sl@0: sl@0: // F32 Agent UI interface sl@0: ../inc/f32agentui.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/f32agentui.h) sl@0: sl@0: sl@0: // CAFUTILS.DLL exported headers sl@0: ../inc/bitset.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/bitset.h) sl@0: ../inc/cafmimeheader.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/cafmimeheader.h) sl@0: sl@0: sl@0: ../inc/agentfactory.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/agentfactory.h) sl@0: ../inc/metadata.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/metadata.h) sl@0: ../inc/metadataarray.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/metadataarray.h) sl@0: ../inc/virtualpath.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/virtualpath.h) sl@0: ../inc/virtualpathptr.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/virtualpathptr.h) sl@0: ../inc/agent.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/agent.h) sl@0: ../inc/EmbeddedObject.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/embeddedobject.h) sl@0: ../inc/attributeset.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/attributeset.h) sl@0: ../inc/stringattributeset.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/stringattributeset.h) sl@0: ../inc/rightsinfo.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/rightsinfo.h) sl@0: ../inc/StreamablePtrArray.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/streamableptrarray.h) sl@0: ../inc/StreamablePtrArray.inl SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/streamableptrarray.inl) sl@0: ../inc/dirstreamable.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/dirstreamable.h) sl@0: sl@0: #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT sl@0: ../inc/cafhelper.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/cafhelper.h) sl@0: ../inc/cafhelperinterface.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/cafhelperinterface.h) sl@0: #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT sl@0: sl@0: // ROMKIT includes sl@0: ../inc/caf.iby /epoc32/rom/include/caf.iby sl@0: sl@0: PRJ_MMPFILES sl@0: sl@0: #ifndef TOOLS sl@0: #ifndef TOOLS2 sl@0: CafUtils.mmp sl@0: caf.mmp sl@0: f32agentui.mmp sl@0: f32agent.mmp sl@0: reccaf.mmp sl@0: #endif // TOOLS2 sl@0: #endif // TOOLS sl@0: sl@0: PRJ_TESTMMPFILES sl@0: sl@0: #ifndef TOOLS sl@0: #ifndef TOOLS2 sl@0: ContentIterator.mmp support sl@0: testagent.mmp support sl@0: tcaf.mmp manual sl@0: tsmoke.mmp manual sl@0: #endif // TOOLS2 sl@0: #endif // TOOLS sl@0: sl@0: PRJ_TESTEXPORTS sl@0: ../../referencedrmagent/tcaf/scripts/nodrmcapsteps.script z:/tcaf/nodrmcapsteps.script sl@0: ../../referencedrmagent/tcaf/scripts/nodrmcapsteps.ini z:/tcaf/nodrmcapsteps.ini sl@0: ../../referencedrmagent/tcaf/scripts/tcafnodrmcap.script z:/tcaf/tcafnodrmcap.script sl@0: ../../referencedrmagent/tcaf/scripts/tcaf.script z:/tcaf/tcaf.script sl@0: ../../referencedrmagent/tcaf/scripts/performance.script z:/tcaf/performance.script sl@0: ../../referencedrmagent/tcaf/scripts/performance.ini z:/tcaf/performance.ini sl@0: ../../referencedrmagent/tcaf/scripts/managerstep.script z:/tcaf/managerstep.script sl@0: ../../referencedrmagent/tcaf/scripts/managerstep.ini z:/tcaf/managerstep.ini sl@0: ../../referencedrmagent/tcaf/scripts/rightsmanagerstep.script z:/tcaf/rightsmanagerstep.script sl@0: ../../referencedrmagent/tcaf/scripts/rightsmanagerstep.ini z:/tcaf/rightsmanagerstep.ini sl@0: ../../referencedrmagent/tcaf/scripts/Consumerstep.script z:/tcaf/consumerstep.script sl@0: #ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API sl@0: ../../referencedrmagent/tcaf/scripts/consumerstep_64bit.script z:/tcaf/consumerstep_64bit.script sl@0: #endif // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API sl@0: ../../referencedrmagent/tcaf/scripts/drmfileperformance_armv5.script z:/tcaf/drmfileperformance_armv5.script sl@0: ../../referencedrmagent/tcaf/scripts/consumerstep.ini z:/tcaf/consumerstep.ini sl@0: ../../referencedrmagent/tcaf/scripts/recognize.script z:/tcaf/recognize.script sl@0: ../../referencedrmagent/tcaf/scripts/recognize.ini z:/tcaf/recognize.ini sl@0: ../../referencedrmagent/tcaf/scripts/ContentStep.script z:/tcaf/contentstep.script sl@0: ../../referencedrmagent/tcaf/scripts/contentstep.ini z:/tcaf/contentstep.ini sl@0: ../../referencedrmagent/tcaf/scripts/oom.script z:/tcaf/oom.script sl@0: ../../referencedrmagent/tcaf/scripts/oom.ini z:/tcaf/oom.ini sl@0: #ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY sl@0: ../../referencedrmagent/tcaf/scripts/supply.script z:/tcaf/supply.script sl@0: #else sl@0: ../../referencedrmagent/tcaf/scripts/supply_without_http.script z:/tcaf/supply.script sl@0: #endif sl@0: ../../referencedrmagent/tcaf/scripts/supply.ini z:/tcaf/supply.ini sl@0: ../../referencedrmagent/tcaf/scripts/cafutils.script z:/tcaf/cafutils.script sl@0: ../../referencedrmagent/tcaf/scripts/cafutils.ini z:/tcaf/cafutils.ini sl@0: ../../referencedrmagent/tcaf/scripts/contentiteratorstep.script z:/tcaf/contentiteratorstep.script sl@0: ../../referencedrmagent/tcaf/scripts/contentiteratorstep.ini z:/tcaf/contentiteratorstep.ini sl@0: ../../referencedrmagent/tcaf/scripts/stringattributes.script z:/tcaf/stringattributes.script sl@0: ../../referencedrmagent/tcaf/scripts/stringattributes.ini z:/tcaf/stringattributes.ini sl@0: ../../referencedrmagent/tcaf/scripts/attributes.ini z:/tcaf/attributes.ini sl@0: ../../referencedrmagent/tcaf/scripts/testcleanupstep.script z:/tcaf/testcleanupstep.script sl@0: ../../referencedrmagent/tcaf/testdata/dummydata.txt z:/tcaf/testdata/dummydata.txt sl@0: ../../referencedrmagent/tcaf/testdata/test.drm z:/tcaf/testdata/test.drm sl@0: ../../referencedrmagent/tcaf/testdata/test.drm.bin z:/tcaf/testdata/test.drm.bin sl@0: ../../referencedrmagent/tcaf/testdata/uppercasetest.drm z:/tcaf/testdata/uppercasetest.drm sl@0: ../../referencedrmagent/tcaf/testdata/test.txt z:/tcaf/testdata/test.txt sl@0: ../../referencedrmagent/tcaf/testdata/copyfile.txt z:/tcaf/testdata/copyfile.txt sl@0: ../../referencedrmagent/tcaf/testdata/InstTest.jad z:/tcaf/testdata/insttest.jad sl@0: ../../referencedrmagent/tcaf/testdata/TestAgentPrivateDir/protected_content.txt z:/tcaf/testdata/testagentprivatedir/protected_content.txt sl@0: ../../referencedrmagent/tcaf/testdata/good.gif z:/tcaf/testdata/good.gif sl@0: ../../referencedrmagent/tcaf/testdata/error.gif z:/tcaf/testdata/error.gif sl@0: ../../referencedrmagent/tcaf/testdata/picture.jpg z:/tcaf/testdata/picture.jpg sl@0: ../../referencedrmagent/tcaf/testdata/Audio.content z:/tcaf/testdata/audio.content sl@0: ../../referencedrmagent/tcaf/testdata/Audiomulti.content z:/tcaf/testdata/audiomulti.content sl@0: ../../referencedrmagent/tcaf/testdata/notes1.txt z:/tcaf/testdata/notes1.txt sl@0: #ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT sl@0: ../../referencedrmagent/tcaf/scripts/tcafhelper.script z:/tcaf/tcafhelper.script sl@0: ../../referencedrmagent/tcaf/scripts/tcafhelper.ini z:/tcaf/tcafhelper.ini sl@0: ../../referencedrmagent/tcaf/scripts/tcafwmdrmsupport.script z:/tcaf/tcafwmdrmsupport.script sl@0: ../../referencedrmagent/tcaf/scripts/tcafwmdrmsupport.ini z:/tcaf/tcafwmdrmsupport.ini sl@0: ../../referencedrmagent/tcaf/testdata/dummywm.asf z:/tcaf/testdata/dummywm.asf sl@0: #endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT sl@0: // ROM test iby sl@0: ../inc/caftest.iby /epoc32/rom/include/caftest.iby sl@0: sl@0: