commonuisupport/uikon/group/EIKSRVC.MMP
changeset 0 2f259fa3e83a
equal deleted inserted replaced
-1:000000000000 0:2f259fa3e83a
       
     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 eiksrvc.dll Uikon server - client
       
    22 */
       
    23 
       
    24 TARGET			eiksrvc.dll
       
    25 CAPABILITY All -Tcb
       
    26 TARGETTYPE		dll
       
    27 
       
    28 
       
    29 UID		0x1000008D 0x100053b1
       
    30 VENDORID 0x70000001
       
    31 
       
    32 SOURCEPATH	../srvsrc
       
    33 lang			SC
       
    34 
       
    35 userinclude		../srvinc	../coreinc
       
    36 userinclude	../../../../../mw/classicui/lafagnosticuifoundation/cone/inc
       
    37 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    38 source  EIKSRVC.CPP   
       
    39 
       
    40 
       
    41 library  euser.lib
       
    42 #if !defined(WINS)
       
    43 library  efsrv.lib
       
    44 #endif
       
    45 
       
    46 library  egul.lib
       
    47 library  estor.lib
       
    48 library  cone.lib // just needed for CCoeDataStorage, which does not assume the existence of a CCoeEnv, apart from CCoeDataStorage::GetL, but this takes a CCoeEnv parameter - if there is no CCoeEnv object around to pass in to CCoeDataStorage::GetL, CCoeDataStorage::NewL should be used instead
       
    49 library  eikcore.lib // needed for CEikDebugPreferences
       
    50 
       
    51 START WINS
       
    52 	baseaddress	0x40C40000
       
    53 END
       
    54 
       
    55 START MARM
       
    56 END
       
    57 
       
    58 SMPSAFE