localisation/apparchitecture/group/APLIST.MMP
branchSymbian3
changeset 57 b8d18c84f71c
equal deleted inserted replaced
56:aa99f2208aad 57:b8d18c84f71c
       
     1 /*
       
     2 * Copyright (c) 2009-2010 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 // APLIST.MMP for component APLIST
       
    19 //
       
    20 
       
    21 /**
       
    22 @file
       
    23 
       
    24 @SYMPurpose aplist.dll 		//mm Apparc server client APIs + wserv wrapper utilities
       
    25 */
       
    26 
       
    27 target          aplist.dll
       
    28 CAPABILITY 	All -Tcb
       
    29 targettype      DLL
       
    30 UID		0x1000008D 0x11003A3C	// GET REAL UID!!!!
       
    31 VENDORID 0x70000001
       
    32 
       
    33 option MSVC /Od
       
    34 
       
    35 SOURCEPATH	../aplist
       
    36 
       
    37 userinclude	../inc
       
    38 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 source		aplapplist.cpp	aplapplistitem.cpp aplappinforeader.cpp aplappregfinder.cpp apsidchecker.cpp
       
    41 source		apsiconcaptionoverride.cpp
       
    42 // source       APGCTL.CPP apgdoor.cpp APGICNFL.CPP APGSTD.CPP APGTASK.CPP
       
    43 // source	APGWGNAM.CPP apgcli.cpp apgstart.cpp apgrecog.cpp APGPRIV.CPP
       
    44 // source	apgnotif.cpp APGAIR.CPP APGAIRV2.CPP APSCLI.CPP APGCONSTDATA.CPP
       
    45 // SOURCE	apsecutils.cpp
       
    46 // source       APGAPLSTV2.CPP
       
    47 
       
    48 library         euser.lib gdi.lib estor.lib efsrv.lib fbscli.lib
       
    49 library         bitgdi.lib ws32.lib bafl.lib ecom.lib 
       
    50 
       
    51 #ifdef SYMBIAN_BAFL_SYSUTIL
       
    52 library sysutil.lib
       
    53 #endif
       
    54 
       
    55 library 		apparc.lib	// TApaAppCapability referenced from CApaAppInfoReader
       
    56 library			apgrfx.lib  // CApaMaskedBitmap referenced from CApaIconLoader
       
    57 library 		apfile.lib	// CAppSidChecker referenced from CApaAppRegFinder
       
    58 library 		apserv.lib	// CApaAppListServer referenced from CApaAppRegFinder
       
    59 library 		apmime.lib 	// TDataType referenced from CApaAppData
       
    60 library			centralrepository.lib
       
    61 
       
    62 //library         	apserv.lib apfile.lib apparc.lib 
       
    63 
       
    64 #ifdef USE_IH_RAISE_EVENT
       
    65 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    66 LIBRARY			instrumentationhandler.lib
       
    67 #endif // USE_IH_RAISE_EVENT
       
    68 
       
    69 macro			SYMBIAN_SUPPORT_UI_FRAMEWORKS_V1
       
    70 
       
    71 
       
    72 START WINS
       
    73 //	baseaddress	0x42F00000
       
    74 END
       
    75 
       
    76 START MARM
       
    77 END
       
    78 
       
    79 SMPSAFE