os/security/contentmgmt/contentaccessfwfordrm/group/bld.inf
author sl
Tue, 10 Jun 2014 14:32:02 +0200
changeset 1 260cb5ec6c19
permissions -rw-r--r--
Update contrib.
sl@0
     1
/*
sl@0
     2
* Copyright (c) 2003-2009 Nokia Corporation and/or its subsidiary(-ies).
sl@0
     3
* All rights reserved.
sl@0
     4
* This component and the accompanying materials are made available
sl@0
     5
* under the terms of the License "Eclipse Public License v1.0"
sl@0
     6
* which accompanies this distribution, and is available
sl@0
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
sl@0
     8
*
sl@0
     9
* Initial Contributors:
sl@0
    10
* Nokia Corporation - initial contribution.
sl@0
    11
*
sl@0
    12
* Contributors:
sl@0
    13
*
sl@0
    14
* Description: 
sl@0
    15
* Content Access Framework for DRM agents and consumers
sl@0
    16
*
sl@0
    17
*/
sl@0
    18
sl@0
    19
sl@0
    20
/**
sl@0
    21
 @file
sl@0
    22
*/
sl@0
    23
sl@0
    24
#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
    25
#include "../../referencedrmagent/refcafhelper/group/bld.inf"
sl@0
    26
#endif
sl@0
    27
sl@0
    28
sl@0
    29
PRJ_PLATFORMS
sl@0
    30
DEFAULT
sl@0
    31
sl@0
    32
PRJ_EXPORTS
sl@0
    33
// Common CAF headers
sl@0
    34
../inc/caf.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/caf.h)
sl@0
    35
../inc/cafplatform.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/cafplatform.h)
sl@0
    36
../inc/caftypes.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/caftypes.h)
sl@0
    37
../inc/caferr.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/caferr.h)
sl@0
    38
../inc/cafpanic.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/cafpanic.h)
sl@0
    39
sl@0
    40
// CAF.DLL exported headers
sl@0
    41
../inc/content.h 			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/content.h)
sl@0
    42
../inc/content.inl 			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/content.inl)
sl@0
    43
../inc/data.h	 			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/data.h)
sl@0
    44
../inc/manager.h	 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/manager.h)
sl@0
    45
../inc/importfile.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/importfile.h)
sl@0
    46
../inc/rightsmanager.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/rightsmanager.h)
sl@0
    47
../inc/supplier.h	 		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/supplier.h)
sl@0
    48
../inc/supplieroutputfile.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/supplieroutputfile.h)
sl@0
    49
../inc/attribute.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/attribute.h)
sl@0
    50
../inc/patchdata.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/patchdata.h)
sl@0
    51
sl@0
    52
// Agent interface
sl@0
    53
../inc/agentinterface.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/agentinterface.h)
sl@0
    54
sl@0
    55
// F32 Agent UI interface
sl@0
    56
../inc/f32agentui.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/f32agentui.h)
sl@0
    57
sl@0
    58
sl@0
    59
// CAFUTILS.DLL exported headers
sl@0
    60
../inc/bitset.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/bitset.h)
sl@0
    61
../inc/cafmimeheader.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/cafmimeheader.h)
sl@0
    62
sl@0
    63
sl@0
    64
../inc/agentfactory.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/agentfactory.h)
sl@0
    65
../inc/metadata.h	  			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/metadata.h)
sl@0
    66
../inc/metadataarray.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/metadataarray.h)
sl@0
    67
../inc/virtualpath.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/virtualpath.h)
sl@0
    68
../inc/virtualpathptr.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/virtualpathptr.h)
sl@0
    69
../inc/agent.h					SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/agent.h)
sl@0
    70
../inc/EmbeddedObject.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/embeddedobject.h)
sl@0
    71
../inc/attributeset.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/attributeset.h)
sl@0
    72
../inc/stringattributeset.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/stringattributeset.h)
sl@0
    73
../inc/rightsinfo.h				SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/rightsinfo.h)
sl@0
    74
../inc/StreamablePtrArray.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/streamableptrarray.h)
sl@0
    75
../inc/StreamablePtrArray.inl	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/streamableptrarray.inl)
sl@0
    76
../inc/dirstreamable.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(caf/dirstreamable.h)
sl@0
    77
sl@0
    78
#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
    79
../inc/cafhelper.h			SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/cafhelper.h)
sl@0
    80
../inc/cafhelperinterface.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(caf/cafhelperinterface.h)
sl@0
    81
#endif //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
    82
sl@0
    83
// ROMKIT includes
sl@0
    84
../inc/caf.iby /epoc32/rom/include/caf.iby
sl@0
    85
sl@0
    86
PRJ_MMPFILES
sl@0
    87
sl@0
    88
#ifndef TOOLS
sl@0
    89
#ifndef TOOLS2
sl@0
    90
CafUtils.mmp
sl@0
    91
caf.mmp
sl@0
    92
f32agentui.mmp
sl@0
    93
f32agent.mmp
sl@0
    94
reccaf.mmp
sl@0
    95
#endif // TOOLS2
sl@0
    96
#endif // TOOLS
sl@0
    97
sl@0
    98
PRJ_TESTMMPFILES
sl@0
    99
sl@0
   100
#ifndef TOOLS
sl@0
   101
#ifndef TOOLS2
sl@0
   102
ContentIterator.mmp	support
sl@0
   103
testagent.mmp		support
sl@0
   104
tcaf.mmp		manual
sl@0
   105
tsmoke.mmp		manual
sl@0
   106
#endif // TOOLS2
sl@0
   107
#endif // TOOLS
sl@0
   108
sl@0
   109
PRJ_TESTEXPORTS
sl@0
   110
../../referencedrmagent/tcaf/scripts/nodrmcapsteps.script 			z:/tcaf/nodrmcapsteps.script
sl@0
   111
../../referencedrmagent/tcaf/scripts/nodrmcapsteps.ini				z:/tcaf/nodrmcapsteps.ini
sl@0
   112
../../referencedrmagent/tcaf/scripts/tcafnodrmcap.script 			z:/tcaf/tcafnodrmcap.script
sl@0
   113
../../referencedrmagent/tcaf/scripts/tcaf.script 				z:/tcaf/tcaf.script
sl@0
   114
../../referencedrmagent/tcaf/scripts/performance.script 			z:/tcaf/performance.script
sl@0
   115
../../referencedrmagent/tcaf/scripts/performance.ini 				z:/tcaf/performance.ini
sl@0
   116
../../referencedrmagent/tcaf/scripts/managerstep.script 			z:/tcaf/managerstep.script
sl@0
   117
../../referencedrmagent/tcaf/scripts/managerstep.ini 				z:/tcaf/managerstep.ini
sl@0
   118
../../referencedrmagent/tcaf/scripts/rightsmanagerstep.script 			z:/tcaf/rightsmanagerstep.script
sl@0
   119
../../referencedrmagent/tcaf/scripts/rightsmanagerstep.ini 			z:/tcaf/rightsmanagerstep.ini
sl@0
   120
../../referencedrmagent/tcaf/scripts/Consumerstep.script 			z:/tcaf/consumerstep.script
sl@0
   121
#ifdef SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
sl@0
   122
../../referencedrmagent/tcaf/scripts/consumerstep_64bit.script 			z:/tcaf/consumerstep_64bit.script
sl@0
   123
#endif  // SYMBIAN_ENABLE_64_BIT_FILE_SERVER_API
sl@0
   124
../../referencedrmagent/tcaf/scripts/drmfileperformance_armv5.script		z:/tcaf/drmfileperformance_armv5.script
sl@0
   125
../../referencedrmagent/tcaf/scripts/consumerstep.ini 				z:/tcaf/consumerstep.ini
sl@0
   126
../../referencedrmagent/tcaf/scripts/recognize.script 				z:/tcaf/recognize.script
sl@0
   127
../../referencedrmagent/tcaf/scripts/recognize.ini 				z:/tcaf/recognize.ini
sl@0
   128
../../referencedrmagent/tcaf/scripts/ContentStep.script 			z:/tcaf/contentstep.script
sl@0
   129
../../referencedrmagent/tcaf/scripts/contentstep.ini 				z:/tcaf/contentstep.ini
sl@0
   130
../../referencedrmagent/tcaf/scripts/oom.script 				z:/tcaf/oom.script
sl@0
   131
../../referencedrmagent/tcaf/scripts/oom.ini 					z:/tcaf/oom.ini
sl@0
   132
#ifdef INTERNALLY_ENABLE_UPWARD_DEPENDENCY
sl@0
   133
../../referencedrmagent/tcaf/scripts/supply.script 				z:/tcaf/supply.script
sl@0
   134
#else
sl@0
   135
../../referencedrmagent/tcaf/scripts/supply_without_http.script z:/tcaf/supply.script
sl@0
   136
#endif
sl@0
   137
../../referencedrmagent/tcaf/scripts/supply.ini 				z:/tcaf/supply.ini
sl@0
   138
../../referencedrmagent/tcaf/scripts/cafutils.script 				z:/tcaf/cafutils.script
sl@0
   139
../../referencedrmagent/tcaf/scripts/cafutils.ini 				z:/tcaf/cafutils.ini
sl@0
   140
../../referencedrmagent/tcaf/scripts/contentiteratorstep.script 		z:/tcaf/contentiteratorstep.script
sl@0
   141
../../referencedrmagent/tcaf/scripts/contentiteratorstep.ini 			z:/tcaf/contentiteratorstep.ini
sl@0
   142
../../referencedrmagent/tcaf/scripts/stringattributes.script 			z:/tcaf/stringattributes.script
sl@0
   143
../../referencedrmagent/tcaf/scripts/stringattributes.ini 			z:/tcaf/stringattributes.ini
sl@0
   144
../../referencedrmagent/tcaf/scripts/attributes.ini 				z:/tcaf/attributes.ini
sl@0
   145
../../referencedrmagent/tcaf/scripts/testcleanupstep.script			z:/tcaf/testcleanupstep.script
sl@0
   146
../../referencedrmagent/tcaf/testdata/dummydata.txt 				z:/tcaf/testdata/dummydata.txt
sl@0
   147
../../referencedrmagent/tcaf/testdata/test.drm 					z:/tcaf/testdata/test.drm
sl@0
   148
../../referencedrmagent/tcaf/testdata/test.drm.bin 				z:/tcaf/testdata/test.drm.bin
sl@0
   149
../../referencedrmagent/tcaf/testdata/uppercasetest.drm				z:/tcaf/testdata/uppercasetest.drm
sl@0
   150
../../referencedrmagent/tcaf/testdata/test.txt 					z:/tcaf/testdata/test.txt
sl@0
   151
../../referencedrmagent/tcaf/testdata/copyfile.txt 				z:/tcaf/testdata/copyfile.txt
sl@0
   152
../../referencedrmagent/tcaf/testdata/InstTest.jad				z:/tcaf/testdata/insttest.jad
sl@0
   153
../../referencedrmagent/tcaf/testdata/TestAgentPrivateDir/protected_content.txt z:/tcaf/testdata/testagentprivatedir/protected_content.txt
sl@0
   154
../../referencedrmagent/tcaf/testdata/good.gif					z:/tcaf/testdata/good.gif
sl@0
   155
../../referencedrmagent/tcaf/testdata/error.gif					z:/tcaf/testdata/error.gif
sl@0
   156
../../referencedrmagent/tcaf/testdata/picture.jpg				z:/tcaf/testdata/picture.jpg
sl@0
   157
../../referencedrmagent/tcaf/testdata/Audio.content				z:/tcaf/testdata/audio.content
sl@0
   158
../../referencedrmagent/tcaf/testdata/Audiomulti.content			z:/tcaf/testdata/audiomulti.content
sl@0
   159
../../referencedrmagent/tcaf/testdata/notes1.txt				z:/tcaf/testdata/notes1.txt
sl@0
   160
#ifdef SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
   161
../../referencedrmagent/tcaf/scripts/tcafhelper.script 				z:/tcaf/tcafhelper.script
sl@0
   162
../../referencedrmagent/tcaf/scripts/tcafhelper.ini 				z:/tcaf/tcafhelper.ini
sl@0
   163
../../referencedrmagent/tcaf/scripts/tcafwmdrmsupport.script 			z:/tcaf/tcafwmdrmsupport.script
sl@0
   164
../../referencedrmagent/tcaf/scripts/tcafwmdrmsupport.ini 			z:/tcaf/tcafwmdrmsupport.ini
sl@0
   165
../../referencedrmagent/tcaf/testdata/dummywm.asf				z:/tcaf/testdata/dummywm.asf
sl@0
   166
#endif  //SYMBIAN_ENABLE_SDP_WMDRM_SUPPORT
sl@0
   167
// ROM test iby
sl@0
   168
../inc/caftest.iby 						/epoc32/rom/include/caftest.iby
sl@0
   169
sl@0
   170