appfw/viewserver/group/VIEWSRV.MMP
changeset 0 2e3d3ce01487
equal deleted inserted replaced
-1:000000000000 0:2e3d3ce01487
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 /**
       
    19 @file
       
    20 
       
    21 @SYMPurpose viewsrv.dll View server
       
    22 */
       
    23 
       
    24 
       
    25 target			viewsrv.dll
       
    26 CAPABILITY All -Tcb
       
    27 targettype		DLL
       
    28 uid				0x1000008D 0x10003F3C
       
    29 VENDORID 0x70000001
       
    30 
       
    31 sourcepath		../server
       
    32 
       
    33 userinclude		../inc
       
    34 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 source			VWSMAIN.CPP   VWSERVER.CPP  VWSSESSN.CPP  VWSQUEUE.CPP
       
    37 source			VWSEVENT.CPP  VWSSEVNT.CPP  VWSWEVNT.CPP  VWSDEBUG.CPP
       
    38 source			vwspatchdata.cpp
       
    39 
       
    40 library			euser.lib  ws32.lib bafl.lib ssmcmn.lib
       
    41 library			apgrfx.lib
       
    42 library	efsrv.lib
       
    43 
       
    44 START WINS
       
    45 	baseaddress		0x48500000
       
    46 END
       
    47 
       
    48 SMPSAFE