os/graphics/printingservices/printerdriversupport/group/BLD.INF
changeset 0 bde4ae8d615e
     1.1 --- /dev/null	Thu Jan 01 00:00:00 1970 +0000
     1.2 +++ b/os/graphics/printingservices/printerdriversupport/group/BLD.INF	Fri Jun 15 03:10:57 2012 +0200
     1.3 @@ -0,0 +1,72 @@
     1.4 +// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
     1.5 +// All rights reserved.
     1.6 +// This component and the accompanying materials are made available
     1.7 +// under the terms of "Eclipse Public License v1.0"
     1.8 +// which accompanies this distribution, and is available
     1.9 +// at the URL "http://www.eclipse.org/legal/epl-v10.html".
    1.10 +//
    1.11 +// Initial Contributors:
    1.12 +// Nokia Corporation - initial contribution.
    1.13 +//
    1.14 +// Contributors:
    1.15 +//
    1.16 +// Description:
    1.17 +// Printing support library
    1.18 +// 
    1.19 +//
    1.20 +
    1.21 +/**
    1.22 + @file
    1.23 +*/
    1.24 +
    1.25 +
    1.26 +PRJ_PLATFORMS
    1.27 +
    1.28 +DEFAULT
    1.29 +
    1.30 +
    1.31 +PRJ_EXPORTS
    1.32 +
    1.33 +../inc/PDRSTORE.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pdrstore.h)
    1.34 +../inc/PDRPORT.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(pdrport.h)
    1.35 +../inc/BANDDEV.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(banddev.h)
    1.36 +../inc/METAFILE.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(metafile.h)
    1.37 +../inc/pdrtext.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(printerdriversupport/pdrtext.h)
    1.38 +../inc/printerport.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(printerdriversupport/printerport.h)
    1.39 +
    1.40 +../group/pdrstore.iby	/epoc32/rom/include/pdrstore.iby
    1.41 +
    1.42 +
    1.43 +PRJ_TESTEXPORTS
    1.44 +
    1.45 +../group/pdrstoreTest.iby    	/epoc32/rom/include/pdrstoretest.iby
    1.46 +
    1.47 +// batch file that runs all automatic pdrstore tests on hardware
    1.48 +../tps/scripts/pdrstoretest_run.bat				z:/pdrstoretest/pdrstoretest_run.bat
    1.49 +../tps/scripts/pdrstoretest_run.bat				/epoc32/release/winscw/udeb/pdrstoretest_run.bat
    1.50 +../tps/scripts/pdrstoretest_run.bat				/epoc32/release/winscw/urel/pdrstoretest_run.bat
    1.51 +../tps/scripts/pdrstoretest.bat					z:/pdrstoretest/pdrstoretest.bat
    1.52 +
    1.53 +../tps/scripts/pdrstoretest_T_All.script		z:/pdrstoretest/pdrstoretest_t_all.script
    1.54 +../tps/scripts/pdrstoretest_T_Pdr.script		z:/pdrstoretest/pdrstoretest_t_pdr.script
    1.55 +../tps/scripts/pdrstoretest_T_PdrLst.script		z:/pdrstoretest/pdrstoretest_t_pdrlst.script
    1.56 +../tps/scripts/pdrstoretest_T_PdrMem.script		z:/pdrstoretest/pdrstoretest_t_pdrmem.script
    1.57 +
    1.58 +../tps/pdrstore.mbm       z:/test/pdrstore.mbm
    1.59 +
    1.60 +../tps/printfiles/printdrv.pdr		/epoc32/release/winscw/udeb/z/resource/printers/printdrv.pdr
    1.61 +../tps/printfiles/printdrv.pdr		/epoc32/release/winscw/urel/z/resource/printers/printdrv.pdr
    1.62 +../tps/printfiles/printdrv.pdr		/epoc32/release/armv5/udeb/printdrv.pdr
    1.63 +../tps/printfiles/printdrv.pdr		/epoc32/release/armv5/urel/printdrv.pdr
    1.64 +
    1.65 +
    1.66 +PRJ_MMPFILES
    1.67 +
    1.68 +../group/PDRPORT.MMP
    1.69 +../group/PDRSTORE.MMP
    1.70 +
    1.71 +
    1.72 +PRJ_TESTMMPFILES
    1.73 +
    1.74 +../group/TPdrStoreServer.mmp
    1.75 +../tps/PRINTDRV.MMP support
    1.76 \ No newline at end of file