printingservices/printerdrivers/group/printers.iby
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 01:47:50 +0200
changeset 0 5d03bc08d59c
child 69 3365349494cc
permissions -rw-r--r--
Revision: 201003 Kit: 201005

// Copyright (c) 1999-2009 Nokia Corporation and/or its subsidiary(-ies).
// All rights reserved.
// This component and the accompanying materials are made available
// under the terms of "Eclipse Public License v1.0"
// which accompanies this distribution, and is available
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
//
// Initial Contributors:
// Nokia Corporation - initial contribution.
//
// Contributors:
//
// Description:
//

#ifndef __PRINTERS_IBY__
#define __PRINTERS_IBY__

REM Printer Drivers

#include "pdrstore.iby"

#ifdef SYMBIAN_EXCLUDE_PRINT

REM Feature PRINT is not included in this ROM

#else 

file=ABI_DIR\BUILD_DIR\CANON.PDL					Sys\Bin\Canon.pdl
data=ZRESOURCE\Printers\CANON.PDR					Resource\Printers\Canon.pdr
data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\Canon	Resource\Printers\Canon)

file=ABI_DIR\BUILD_DIR\pcl5.pdl						Sys\Bin\Pcl5.pdl
data=ZRESOURCE\Printers\pcl5.pdr					Resource\Printers\Pcl5.pdr
data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\Pcl5		Resource\Printers\Pcl5)

file=ABI_DIR\BUILD_DIR\epson.pdl					Sys\Bin\Epson.pdl
data=ZRESOURCE\Printers\epson.pdr					Resource\Printers\Epson.pdr
data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\Epson	Resource\Printers\Epson)

file=ABI_DIR\BUILD_DIR\general.pdl					Sys\Bin\General.pdl
data=ZRESOURCE\Printers\general.pdr					Resource\Printers\General.pdr
data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\general	Resource\Printers\General)

#endif
#endif