printingservices/printerdrivers/group/BLD.INF
changeset 0 5d03bc08d59c
equal deleted inserted replaced
-1:000000000000 0:5d03bc08d59c
       
     1 // Copyright (c) 2000-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 // Printer drivers
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 PRJ_PLATFORMS
       
    23 
       
    24 PRJ_EXPORTS
       
    25 ../group/printers.iby	/epoc32/rom/include/printers.iby
       
    26 
       
    27 PRJ_MMPFILES
       
    28 ../group/GENERAL.MMP
       
    29 ../group/CANON.MMP
       
    30 ../group/EPSON.MMP
       
    31 ../group/PCL5.MMP
       
    32 
       
    33 PRJ_EXTENSIONS			// to run PDRTRAN
       
    34 start extension graphics/genpdrs 
       
    35 	option PRINTER_DIR pcl5
       
    36 	option	PRINTER	PCL5
       
    37 end
       
    38 start extension graphics/genpdrs
       
    39 	option PRINTER_DIR general
       
    40 	option	PRINTER	GENERAL
       
    41 end
       
    42 start extension graphics/genpdrs
       
    43   option PRINTER_DIR epson
       
    44 	option	PRINTER EPSON
       
    45 end
       
    46 start extension graphics/genpdrs
       
    47   option PRINTER_DIR canon
       
    48 	option	PRINTER	CANON
       
    49 end
       
    50 
       
    51