printingsupport/printinguisupport/group/PREV.MMP
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 // Copyright (c) 1997-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 // prev.dll Print preview
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 target          prev.dll
       
    24 CAPABILITY All -Tcb
       
    25 targettype      DLL
       
    26 UID		0x1000008D 0x10003A53
       
    27 VENDORID 0x70000001
       
    28 
       
    29 SOURCEPATH	../src_prev 	// mmp and source files
       
    30 
       
    31 userinclude		../src_prev // private headers
       
    32 userinclude   ../inc 		// public headers in local directory
       
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 source PREVUTIL.CPP 
       
    36 source PRNDEV.CPP 
       
    37 source PRNPREV.CPP
       
    38 
       
    39 #ifndef SYMBIAN_REMOVE_FONT_METRICS_V1
       
    40 MACRO SYMBIAN_SUPPORT_FONT_METRICS_V1
       
    41 #endif
       
    42 
       
    43 deffile PREV.DEF
       
    44 
       
    45 library euser.lib estor.lib gdi.lib ws32.lib print.lib
       
    46 
       
    47 START WINS
       
    48 	baseaddress	0x42200000
       
    49 END				  
       
    50 
       
    51 START MARM
       
    52 END
       
    53 
       
    54 SMPSAFE