contentmgmt/contentaccessfwfordrm/group/ContentIterator.mmp
changeset 8 35751d3474b7
parent 0 2c201484c85f
child 15 da2ae96f639b
equal deleted inserted replaced
2:675a964f4eb5 8:35751d3474b7
    15 * contentiterator.dll Searches for content objects using the Content Access Framework
    15 * contentiterator.dll Searches for content objects using the Content Access Framework
    16 *
    16 *
    17 */
    17 */
    18 
    18 
    19 
    19 
    20 
       
    21 
       
    22 /**
    20 /**
    23  @file
    21  @file
    24 */
    22 */
    25 
    23 
    26 TARGET		contentiterator.dll
    24 TARGET		contentiterator.dll
    28 TARGETTYPE	DLL
    26 TARGETTYPE	DLL
    29 
    27 
    30 UID			0x10204B5D
    28 UID			0x10204B5D
    31 VENDORID	0x70000001
    29 VENDORID	0x70000001
    32 
    30 
    33 SOURCEPATH	../../../../../mw/appsupport/contenthandling/referencedrmagent/contentiterator
    31 SOURCEPATH	../../referencedrmagent/contentiterator
    34 SOURCE		contentiterator.cpp
    32 SOURCE		contentiterator.cpp
    35 SOURCE		contentiteratordata.cpp
    33 SOURCE		contentiteratordata.cpp
    36 SOURCE		FileContentIterator.cpp
    34 SOURCE		FileContentIterator.cpp
    37 SOURCE		FileContentIteratorbase.cpp
    35 SOURCE		FileContentIteratorbase.cpp
    38 SOURCE		embeddedcontentiterator.cpp
    36 SOURCE		embeddedcontentiterator.cpp
    39 SOURCE		embeddedcontentiteratorbase.cpp
    37 SOURCE		embeddedcontentiteratorbase.cpp
    40 
    38 
    41 USERINCLUDE		../../../../../mw/appsupport/contenthandling/referencedrmagent/contentiterator
    39 USERINCLUDE		../../referencedrmagent/contentiterator
    42 
    40 
    43 SYSTEMINCLUDE	/epoc32/include
    41 SYSTEMINCLUDE	/epoc32/include
    44 SYSTEMINCLUDE	/epoc32/include/caf
    42 SYSTEMINCLUDE	/epoc32/include/caf
    45 
    43 
    46 LIBRARY		euser.lib
    44 LIBRARY		euser.lib
    49 LIBRARY		apgrfx.lib
    47 LIBRARY		apgrfx.lib
    50 LIBRARY		apmime.lib
    48 LIBRARY		apmime.lib
    51 LIBRARY		estor.lib
    49 LIBRARY		estor.lib
    52 LIBRARY		caf.lib 
    50 LIBRARY		caf.lib 
    53 LIBRARY		cafutils.lib
    51 LIBRARY		cafutils.lib
       
    52 SMPSAFE