contentmgmt/contentaccessfwfordrm/group/bld.inf
changeset 0 2c201484c85f
child 8 35751d3474b7
equal deleted inserted replaced
-1:000000000000 0:2c201484c85f
       
     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 * Content Access Framework for DRM agents and consumers
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 
       
    22 /**
       
    23  @file
       
    24 */
       
    25 
       
    26 
       
    27 PRJ_PLATFORMS
       
    28 DEFAULT
       
    29 
       
    30 PRJ_EXPORTS
       
    31 // Common CAF headers
       
    32 ../inc/caf.h			/epoc32/include/caf/caf.h
       
    33 ../inc/caftypes.h		/epoc32/include/caf/caftypes.h
       
    34 ../inc/caferr.h			/epoc32/include/caf/caferr.h
       
    35 ../inc/cafpanic.h		/epoc32/include/caf/cafpanic.h
       
    36 
       
    37 // CAF.DLL exported headers
       
    38 ../inc/content.h 		/epoc32/include/caf/content.h
       
    39 ../inc/data.h	 		/epoc32/include/caf/data.h
       
    40 ../inc/manager.h	 	/epoc32/include/caf/manager.h
       
    41 ../inc/importfile.h		/epoc32/include/caf/importfile.h
       
    42 ../inc/rightsmanager.h		/epoc32/include/caf/rightsmanager.h
       
    43 ../inc/supplier.h	 	/epoc32/include/caf/supplier.h
       
    44 ../inc/supplieroutputfile.h  	/epoc32/include/caf/supplieroutputfile.h
       
    45 ../inc/attribute.h		/epoc32/include/caf/attribute.h
       
    46 ../inc/patchdata.h		/epoc32/include/caf/patchdata.h
       
    47 
       
    48 // Agent interface
       
    49 ../inc/agentinterface.h		/epoc32/include/caf/agentinterface.h
       
    50 
       
    51 // F32 Agent UI interface
       
    52 ../inc/f32agentui.h		/epoc32/include/caf/f32agentui.h
       
    53 
       
    54 
       
    55 // CAFUTILS.DLL exported headers
       
    56 ../inc/bitset.h				/epoc32/include/caf/bitset.h
       
    57 ../inc/cafmimeheader.h			/epoc32/include/caf/cafmimeheader.h
       
    58 
       
    59 
       
    60 ../inc/agentfactory.h			/epoc32/include/caf/agentfactory.h
       
    61 ../inc/metadata.h	  		/epoc32/include/caf/metadata.h
       
    62 ../inc/metadataarray.h			/epoc32/include/caf/metadataarray.h
       
    63 ../inc/virtualpath.h			/epoc32/include/caf/virtualpath.h
       
    64 ../inc/virtualpathptr.h			/epoc32/include/caf/virtualpathptr.h
       
    65 ../inc/agent.h				/epoc32/include/caf/agent.h
       
    66 ../inc/EmbeddedObject.h			/epoc32/include/caf/embeddedobject.h
       
    67 ../inc/attributeset.h			/epoc32/include/caf/attributeset.h
       
    68 ../inc/stringattributeset.h		/epoc32/include/caf/stringattributeset.h
       
    69 ../inc/rightsinfo.h			/epoc32/include/caf/rightsinfo.h
       
    70 ../inc/StreamablePtrArray.h		/epoc32/include/caf/streamableptrarray.h
       
    71 ../inc/StreamablePtrArray.inl		/epoc32/include/caf/streamableptrarray.inl
       
    72 ../inc/dirstreamable.h			/epoc32/include/caf/dirstreamable.h
       
    73 
       
    74 // ROMKIT includes
       
    75 ../inc/caf.iby /epoc32/rom/include/caf.iby
       
    76 
       
    77 PRJ_MMPFILES
       
    78 
       
    79 #ifndef TOOLS
       
    80 #ifndef TOOLS2
       
    81 CafUtils.mmp
       
    82 caf.mmp
       
    83 f32agentui.mmp
       
    84 f32agent.mmp
       
    85 reccaf.mmp
       
    86 
       
    87 #endif // TOOLS2
       
    88 #endif // TOOLS
       
    89 PRJ_TESTMMPFILES
       
    90 
       
    91 #ifndef TOOLS
       
    92 #ifndef TOOLS2
       
    93 ContentIterator.mmp	support
       
    94 testagent.mmp		support
       
    95 tcaf.mmp		manual
       
    96 tsmoke.mmp		manual
       
    97 
       
    98 #endif // TOOLS2
       
    99 #endif // TOOLS
       
   100 PRJ_TESTEXPORTS
       
   101 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/tcaf.script 				z:/tcaf/tcaf.script
       
   102 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/performance.script 			z:/tcaf/performance.script
       
   103 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/performance.ini 				z:/tcaf/performance.ini
       
   104 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/managerstep.script 			z:/tcaf/managerstep.script
       
   105 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/managerstep.ini 				z:/tcaf/managerstep.ini
       
   106 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/rightsmanagerstep.script 			z:/tcaf/rightsmanagerstep.script
       
   107 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/rightsmanagerstep.ini 			z:/tcaf/rightsmanagerstep.ini
       
   108 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/Consumerstep.script 			z:/tcaf/consumerstep.script
       
   109  ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/drmfileperformance_armv5.script		z:/tcaf/drmfileperformance_armv5.script
       
   110 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/consumerstep.ini 				z:/tcaf/consumerstep.ini
       
   111 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/recognize.script 				z:/tcaf/recognize.script
       
   112 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/recognize.ini 				z:/tcaf/recognize.ini
       
   113 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/ContentStep.script 			z:/tcaf/contentstep.script
       
   114 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/contentstep.ini 				z:/tcaf/contentstep.ini
       
   115 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/oom.script 				z:/tcaf/oom.script
       
   116 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/oom.ini 					z:/tcaf/oom.ini
       
   117 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/supply.script 				z:/tcaf/supply.script
       
   118 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/supply.ini 				z:/tcaf/supply.ini
       
   119 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/cafutils.script 				z:/tcaf/cafutils.script
       
   120 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/cafutils.ini 				z:/tcaf/cafutils.ini
       
   121 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/contentiteratorstep.script 		z:/tcaf/contentiteratorstep.script
       
   122 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/contentiteratorstep.ini 			z:/tcaf/contentiteratorstep.ini
       
   123 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/stringattributes.script 			z:/tcaf/stringattributes.script
       
   124 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/stringattributes.ini 			z:/tcaf/stringattributes.ini
       
   125 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/attributes.ini 				z:/tcaf/attributes.ini
       
   126 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/scripts/testcleanupstep.script			z:/tcaf/testcleanupstep.script
       
   127 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/dummydata.txt 				z:/tcaf/testdata/dummydata.txt
       
   128 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/test.drm 					z:/tcaf/testdata/test.drm
       
   129 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/test.drm.bin 				z:/tcaf/testdata/test.drm.bin
       
   130 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/uppercasetest.drm				z:/tcaf/testdata/uppercasetest.drm
       
   131 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/test.txt 					z:/tcaf/testdata/test.txt
       
   132 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/copyfile.txt 				z:/tcaf/testdata/copyfile.txt
       
   133 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/InstTest.jad				z:/tcaf/testdata/insttest.jad
       
   134 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/TestAgentPrivateDir/protected_content.txt z:/tcaf/testdata/testagentprivatedir/protected_content.txt
       
   135 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/good.gif					z:/tcaf/testdata/good.gif
       
   136 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/error.gif					z:/tcaf/testdata/error.gif
       
   137 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/picture.jpg				z:/tcaf/testdata/picture.jpg
       
   138 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/audio.content				z:/tcaf/testdata/audio.content
       
   139 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/audiomulti.content			z:/tcaf/testdata/audiomulti.content
       
   140 ../../../../../mw/appsupport/contenthandling/referencedrmagent/tcaf/testdata/notes1.txt				z:/tcaf/testdata/notes1.txt
       
   141 
       
   142 // ROM test iby
       
   143 ../inc/caftest.iby 						/epoc32/rom/include/caftest.iby