1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000
1.2 +++ b/os/graphics/printingservices/printerdrivers/group/printers.iby Fri Jun 15 03:10:57 2012 +0200
1.3 @@ -0,0 +1,46 @@
1.4 +// Copyright (c) 1999-2010 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 +//
1.18 +
1.19 +#ifndef __PRINTERS_IBY__
1.20 +#define __PRINTERS_IBY__
1.21 +
1.22 +REM Printer Drivers
1.23 +
1.24 +#include "pdrstore.iby"
1.25 +
1.26 +#ifndef __UPNP_PRINT_FRAMEWORK
1.27 +
1.28 +REM Feature PRINT is not included in this ROM
1.29 +
1.30 +#else
1.31 +
1.32 +file=ABI_DIR\BUILD_DIR\CANON.PDL Sys\Bin\Canon.pdl
1.33 +data=ZRESOURCE\Printers\CANON.PDR Resource\Printers\Canon.pdr
1.34 +data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\Canon Resource\Printers\Canon)
1.35 +
1.36 +file=ABI_DIR\BUILD_DIR\pcl5.pdl Sys\Bin\Pcl5.pdl
1.37 +data=ZRESOURCE\Printers\pcl5.pdr Resource\Printers\Pcl5.pdr
1.38 +data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\Pcl5 Resource\Printers\Pcl5)
1.39 +
1.40 +file=ABI_DIR\BUILD_DIR\epson.pdl Sys\Bin\Epson.pdl
1.41 +data=ZRESOURCE\Printers\epson.pdr Resource\Printers\Epson.pdr
1.42 +data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\Epson Resource\Printers\Epson)
1.43 +
1.44 +file=ABI_DIR\BUILD_DIR\general.pdl Sys\Bin\General.pdl
1.45 +data=ZRESOURCE\Printers\general.pdr Resource\Printers\General.pdr
1.46 +data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\general Resource\Printers\General)
1.47 +
1.48 +#endif
1.49 +#endif