localisation/apparchitecture/apserv/APSERV.MMP
branchSymbian2
changeset 1 8758140453c0
child 6 c108117318cb
equal deleted inserted replaced
0:e8c1ea2c6496 1:8758140453c0
       
     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 the License "Symbian Foundation License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.symbianfoundation.org/legal/sfl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 //
       
    18 // APSERV.MMP for component APSERV
       
    19 //
       
    20 
       
    21 /**
       
    22 @file
       
    23 
       
    24 @SYMPurpose apserv.dll Apparc server
       
    25 */
       
    26 
       
    27 
       
    28 target          apserv.dll
       
    29 CAPABILITY All -Tcb
       
    30 targettype      DLL
       
    31 UID		0x1000008D 0x10003A3E
       
    32 VENDORID 0x70000001
       
    33 
       
    34 SOURCEPATH	../apserv
       
    35 
       
    36 userinclude		../inc ../apparc
       
    37 userinclude		../apgrfx
       
    38 systeminclude   /epoc32/include
       
    39 
       
    40 
       
    41 source          APSSERV.CPP APSSES.CPP APSSTD.CPP APSSCAN.CPP
       
    42 source          APSSTART.CPP APSRECCACHE.cpp APSRECUTIL.CPP
       
    43 source	        APSCONSTDATA.CPP
       
    44 source          apsnnapps.cpp apsnnappupdates.cpp
       
    45 source			apsiconcaptionoverride.cpp
       
    46 
       
    47 library         euser.lib efsrv.lib apparc.lib apgrfx.lib apmime.lib fbscli.lib apfile.lib
       
    48 library         estor.lib bafl.lib ws32.lib
       
    49 library			centralrepository.lib
       
    50 
       
    51 #if !defined(WINC)
       
    52 macro			USING_ECOM_RECOGS
       
    53 library         ecom.lib
       
    54 #endif
       
    55 
       
    56 macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
       
    57 
       
    58 deffile 	APSERV.DEF
       
    59 
       
    60 START WINS
       
    61 	baseaddress	0x43700000
       
    62 END
       
    63 
       
    64 START MARM
       
    65 END