imagingandcamerafws/imagingfws/ImageProcessor/group/bld.inf
branchRCL_3
changeset 50 948c7f65f6d4
parent 0 40261b775718
equal deleted inserted replaced
49:735348f59235 50:948c7f65f6d4
       
     1 // Copyright (c) 2008-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 // ImageProcessor Image Processor Framework
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 PRJ_EXPORTS
       
    23 ../inc/imageprocessor.h			SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(imageprocessor/imageprocessor.h)
       
    24 ../inc/imageprocessorobserver.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(imageprocessor/imageprocessorobserver.h)
       
    25 ../inc/imageprocessoreffect.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(imageprocessor/imageprocessoreffect.h)
       
    26 
       
    27 ../inc/imageprocessorplugin.h		SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(imageprocessor/imageprocessorplugin.h)
       
    28 ../inc/imageprocessorpluginobserver.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(imageprocessor/imageprocessorpluginobserver.h)
       
    29 ../inc/imageprocessorplugineffect.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(imageprocessor/imageprocessorplugineffect.h)
       
    30 ../inc/imageprocessorpreview.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(imageprocessor/imageprocessorpreview.h)
       
    31 ../inc/imageprocessorpreviewintf.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(imageprocessor/imageprocessorpreviewintf.h)
       
    32 ../inc/imageprocessoroverlay.h		SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(imageprocessor/imageprocessoroverlay.h)
       
    33 ../inc/imageprocessoroverlayintf.h	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(imageprocessor/imageprocessoroverlayintf.h)
       
    34 ../inc/imageprocessorprogressinfo.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(imageprocessor/imageprocessorprogressinfo.h)	
       
    35 ../inc/imageprocessorprogressinfointf.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(imageprocessor/imageprocessorprogressinfointf.h)
       
    36 ../inc/imageprocessorinputinfo.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(imageprocessor/imageprocessorinputinfo.h)	
       
    37 ../inc/imageprocessorinputinfointf.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(imageprocessor/imageprocessorinputinfointf.h)
       
    38 ../inc/imageprocessoroutputinfo.h	SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(imageprocessor/imageprocessoroutputinfo.h)	
       
    39 ../inc/imageprocessoroutputinfointf.h 	SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(imageprocessor/imageprocessoroutputinfointf.h)
       
    40 
       
    41 ../inc/imageprocessor_uids.hrh 	/epoc32/include/imageprocessor/imageprocessor_uids.hrh
       
    42 
       
    43 imageprocessor.iby  /epoc32/rom/include/imageprocessor.iby
       
    44 
       
    45 PRJ_TESTEXPORTS
       
    46 
       
    47 PRJ_MMPFILES
       
    48 ../group/imageprocessor.mmp
       
    49 
       
    50 PRJ_TESTMMPFILES
       
    51 
       
    52 
       
    53