appfw/apparchitecture/group/APLIST.MMP
changeset 29 6a787171e1de
parent 0 2e3d3ce01487
child 81 676b6116ca93
equal deleted inserted replaced
28:b0b858956ed5 29:6a787171e1de
     1 /*
     1 /*
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
     2 * Copyright (c) 2009-2010 Nokia Corporation and/or its subsidiary(-ies).
     3 * All rights reserved.
     3 * All rights reserved.
     4 * This component and the accompanying materials are made available
     4 * This component and the accompanying materials are made available
     5 * under the terms of "Eclipse Public License v1.0"
     5 * under the terms of "Eclipse Public License v1.0"
     6 * which accompanies this distribution, and is available
     6 * which accompanies this distribution, and is available
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
    30 UID		0x1000008D 0x11003A3C	// GET REAL UID!!!!
    30 UID		0x1000008D 0x11003A3C	// GET REAL UID!!!!
    31 VENDORID 0x70000001
    31 VENDORID 0x70000001
    32 
    32 
    33 option MSVC /Od
    33 option MSVC /Od
    34 
    34 
       
    35 
    35 SOURCEPATH	../aplist
    36 SOURCEPATH	../aplist
    36 
    37 
    37 userinclude	../inc
    38 userinclude	../inc
    38 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
    39 
    40 
    40 source		aplapplist.cpp	aplapplistitem.cpp aplappinforeader.cpp aplappregfinder.cpp apsidchecker.cpp
    41 source		aplapplist.cpp	aplapplistitem.cpp aplappinforeader.cpp apsidchecker.cpp
    41 source		apsiconcaptionoverride.cpp
    42 source		apsiconcaptionoverride.cpp
    42 // source       APGCTL.CPP apgdoor.cpp APGICNFL.CPP APGSTD.CPP APGTASK.CPP
    43 
    43 // source	APGWGNAM.CPP apgcli.cpp apgstart.cpp apgrecog.cpp APGPRIV.CPP
    44 #ifndef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
    44 // source	apgnotif.cpp APGAIR.CPP APGAIRV2.CPP APSCLI.CPP APGCONSTDATA.CPP
    45 source aplappregfinder.cpp
    45 // SOURCE	apsecutils.cpp
    46 #endif
    46 // source       APGAPLSTV2.CPP
       
    47 
    47 
    48 library         euser.lib gdi.lib estor.lib efsrv.lib fbscli.lib
    48 library         euser.lib gdi.lib estor.lib efsrv.lib fbscli.lib
    49 library         bitgdi.lib ws32.lib bafl.lib ecom.lib 
    49 library         bitgdi.lib ws32.lib bafl.lib ecom.lib 
    50 
    50 
    51 #ifdef SYMBIAN_BAFL_SYSUTIL
    51 #ifdef SYMBIAN_BAFL_SYSUTIL
    56 library			apgrfx.lib  // CApaMaskedBitmap referenced from CApaIconLoader
    56 library			apgrfx.lib  // CApaMaskedBitmap referenced from CApaIconLoader
    57 library 		apfile.lib	// CAppSidChecker referenced from CApaAppRegFinder
    57 library 		apfile.lib	// CAppSidChecker referenced from CApaAppRegFinder
    58 library 		apserv.lib	// CApaAppListServer referenced from CApaAppRegFinder
    58 library 		apserv.lib	// CApaAppListServer referenced from CApaAppRegFinder
    59 library 		apmime.lib 	// TDataType referenced from CApaAppData
    59 library 		apmime.lib 	// TDataType referenced from CApaAppData
    60 library			centralrepository.lib
    60 library			centralrepository.lib
       
    61 
       
    62 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    63 library			scrclient.lib
       
    64 #endif
    61 
    65 
    62 //library         	apserv.lib apfile.lib apparc.lib 
    66 //library         	apserv.lib apfile.lib apparc.lib 
    63 
    67 
    64 #ifdef USE_IH_RAISE_EVENT
    68 #ifdef USE_IH_RAISE_EVENT
    65 LIBRARY			instrumentationhandler.lib
    69 LIBRARY			instrumentationhandler.lib
    73 END
    77 END
    74 
    78 
    75 START MARM
    79 START MARM
    76 END
    80 END
    77 
    81 
       
    82 #ifdef SYMBIAN_UNIVERSAL_INSTALL_FRAMEWORK
       
    83 	deffile aplist.def
       
    84 #else
       
    85 	deffile aplist_legacy.def
       
    86 #endif
       
    87 
       
    88 
       
    89 
    78 SMPSAFE
    90 SMPSAFE