1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/printingservices/printerdrivers/group/BLD.INF Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,51 @@
1.4 +// Copyright (c) 2000-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 +// Printer drivers
1.18 +//
1.19 +//
1.20 +
1.21 +/**
1.22 + @file
1.23 +*/
1.24 +
1.25 +PRJ_PLATFORMS
1.26 +
1.27 +PRJ_EXPORTS
1.28 +../group/printers.iby /epoc32/rom/include/printers.iby
1.29 +
1.30 +PRJ_MMPFILES
1.31 +../group/GENERAL.MMP
1.32 +../group/CANON.MMP
1.33 +../group/EPSON.MMP
1.34 +../group/PCL5.MMP
1.35 +
1.36 +PRJ_EXTENSIONS // to run PDRTRAN
1.37 +start extension graphics/genpdrs
1.38 + option PRINTER_DIR pcl5
1.39 + option PRINTER PCL5
1.40 +end
1.41 +start extension graphics/genpdrs
1.42 + option PRINTER_DIR general
1.43 + option PRINTER GENERAL
1.44 +end
1.45 +start extension graphics/genpdrs
1.46 + option PRINTER_DIR epson
1.47 + option PRINTER EPSON
1.48 +end
1.49 +start extension graphics/genpdrs
1.50 + option PRINTER_DIR canon
1.51 + option PRINTER CANON
1.52 +end
1.53 +
1.54 +