printingservices/printerdrivers/group/printers.iby
changeset 0 5d03bc08d59c
child 69 3365349494cc
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 1999-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 //
       
    15 
       
    16 #ifndef __PRINTERS_IBY__
       
    17 #define __PRINTERS_IBY__
       
    18 
       
    19 REM Printer Drivers
       
    20 
       
    21 #include "pdrstore.iby"
       
    22 
       
    23 #ifdef SYMBIAN_EXCLUDE_PRINT
       
    24 
       
    25 REM Feature PRINT is not included in this ROM
       
    26 
       
    27 #else 
       
    28 
       
    29 file=ABI_DIR\BUILD_DIR\CANON.PDL					Sys\Bin\Canon.pdl
       
    30 data=ZRESOURCE\Printers\CANON.PDR					Resource\Printers\Canon.pdr
       
    31 data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\Canon	Resource\Printers\Canon)
       
    32 
       
    33 file=ABI_DIR\BUILD_DIR\pcl5.pdl						Sys\Bin\Pcl5.pdl
       
    34 data=ZRESOURCE\Printers\pcl5.pdr					Resource\Printers\Pcl5.pdr
       
    35 data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\Pcl5		Resource\Printers\Pcl5)
       
    36 
       
    37 file=ABI_DIR\BUILD_DIR\epson.pdl					Sys\Bin\Epson.pdl
       
    38 data=ZRESOURCE\Printers\epson.pdr					Resource\Printers\Epson.pdr
       
    39 data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\Epson	Resource\Printers\Epson)
       
    40 
       
    41 file=ABI_DIR\BUILD_DIR\general.pdl					Sys\Bin\General.pdl
       
    42 data=ZRESOURCE\Printers\general.pdr					Resource\Printers\General.pdr
       
    43 data=MULTI_LINGUIFY(rsc ZRESOURCE\Printers\general	Resource\Printers\General)
       
    44 
       
    45 #endif
       
    46 #endif