localisation/apparchitecture/apgrfx/APGRFX.MMP
branchSymbian3
changeset 57 b8d18c84f71c
parent 56 aa99f2208aad
child 58 7a02f8565ef5
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
     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 "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 // APGRFX.MMP for component APGRFX
       
    19 //
       
    20 
       
    21 /**
       
    22 @file
       
    23 
       
    24 @SYMPurpose apgrfx.dll Apparc server client APIs + wserv wrapper utilities
       
    25 */
       
    26 
       
    27 target          apgrfx.dll
       
    28 CAPABILITY All -Tcb
       
    29 targettype      DLL
       
    30 UID		0x1000008D 0x10003A3C
       
    31 VENDORID 0x70000001
       
    32 
       
    33 option MSVC /Od
       
    34 
       
    35 SOURCEPATH	../apgrfx
       
    36 
       
    37 userinclude		../inc
       
    38 systeminclude   /epoc32/include
       
    39 
       
    40 source          APGCTL.CPP APGDOOR.CPP APGICNFL.CPP APGSTD.CPP APGTASK.CPP
       
    41 source		APGWGNAM.CPP APGCLI.CPP APGPRIV.CPP
       
    42 source		apgnotif.cpp APGAIR.CPP APGAIRV2.CPP APSCLI.CPP apgconstdata.cpp
       
    43 SOURCE		apsecutils.cpp
       
    44 
       
    45 #if defined SYMBIAN_APPARC_APPINFO_CACHE
       
    46 source          	APGAPLSTV2.CPP
       
    47 #else
       
    48 source          	APGAPLST.CPP
       
    49 #endif
       
    50 
       
    51 library         euser.lib apparc.lib apmime.lib gdi.lib estor.lib efsrv.lib fbscli.lib
       
    52 library         bitgdi.lib ws32.lib bafl.lib
       
    53 library         apserv.lib apfile.lib
       
    54 
       
    55 #ifdef USE_IH_RAISE_EVENT
       
    56 LIBRARY			instrumentationhandler.lib
       
    57 #endif // USE_IH_RAISE_EVENT
       
    58 
       
    59 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    60 library sysutil.lib
       
    61 #endif
       
    62 
       
    63 macro			SYMBIAN_SUPPORT_UI_FRAMEWORKS_V1
       
    64 
       
    65 #define UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
       
    66 macro UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER
       
    67 
       
    68 #if defined(UI_FRAMEWORKS_V1_REMNANT_FOR_JAVA_MIDLET_INSTALLER)
       
    69 	#if defined(SYMBIAN_APPARC_APPINFO_CACHE)
       
    70 	deffile		APGRFX_UI_FRAMEWORKS.DEF
       
    71 	#else
       
    72 	deffile		APGRFX_9_REMOVE_UI_FRAMEWORKS_V1_EXCEPT_REMNANT_FOR_JAVA_MIDLET_INSTALLER.DEF
       
    73 	#endif
       
    74 #else
       
    75 deffile			APGRFX_9_REMOVE_UI_FRAMEWORKS_V1.DEF
       
    76 #endif
       
    77 
       
    78 START WINS
       
    79 	baseaddress	0x42F00000
       
    80 END
       
    81 
       
    82 START MARM
       
    83 END