appfw/apparchitecture/group/APLIST.MMP
changeset 0 2e3d3ce01487
child 13 096dad6e50a9
child 29 6a787171e1de
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/appfw/apparchitecture/group/APLIST.MMP	Tue Feb 02 10:12:00 2010 +0200
@@ -0,0 +1,78 @@
+/*
+* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
+* All rights reserved.
+* This component and the accompanying materials are made available
+* under the terms of "Eclipse Public License v1.0"
+* which accompanies this distribution, and is available
+* at the URL "http://www.eclipse.org/legal/epl-v10.html".
+*
+* Initial Contributors:
+* Nokia Corporation - initial contribution.
+*
+* Contributors:
+*
+* Description:
+*
+*/
+//
+// APLIST.MMP for component APLIST
+//
+
+/**
+@file
+
+@SYMPurpose aplist.dll 		//mm Apparc server client APIs + wserv wrapper utilities
+*/
+
+target          aplist.dll
+CAPABILITY 	All -Tcb
+targettype      DLL
+UID		0x1000008D 0x11003A3C	// GET REAL UID!!!!
+VENDORID 0x70000001
+
+option MSVC /Od
+
+SOURCEPATH	../aplist
+
+userinclude	../inc
+MW_LAYER_SYSTEMINCLUDE_SYMBIAN
+
+source		aplapplist.cpp	aplapplistitem.cpp aplappinforeader.cpp aplappregfinder.cpp apsidchecker.cpp
+source		apsiconcaptionoverride.cpp
+// source       APGCTL.CPP apgdoor.cpp APGICNFL.CPP APGSTD.CPP APGTASK.CPP
+// source	APGWGNAM.CPP apgcli.cpp apgstart.cpp apgrecog.cpp APGPRIV.CPP
+// source	apgnotif.cpp APGAIR.CPP APGAIRV2.CPP APSCLI.CPP APGCONSTDATA.CPP
+// SOURCE	apsecutils.cpp
+// source       APGAPLSTV2.CPP
+
+library         euser.lib gdi.lib estor.lib efsrv.lib fbscli.lib
+library         bitgdi.lib ws32.lib bafl.lib ecom.lib 
+
+#ifdef SYMBIAN_BAFL_SYSUTIL
+library sysutil.lib
+#endif
+
+library 		apparc.lib	// TApaAppCapability referenced from CApaAppInfoReader
+library			apgrfx.lib  // CApaMaskedBitmap referenced from CApaIconLoader
+library 		apfile.lib	// CAppSidChecker referenced from CApaAppRegFinder
+library 		apserv.lib	// CApaAppListServer referenced from CApaAppRegFinder
+library 		apmime.lib 	// TDataType referenced from CApaAppData
+library			centralrepository.lib
+
+//library         	apserv.lib apfile.lib apparc.lib 
+
+#ifdef USE_IH_RAISE_EVENT
+LIBRARY			instrumentationhandler.lib
+#endif // USE_IH_RAISE_EVENT
+
+macro			SYMBIAN_SUPPORT_UI_FRAMEWORKS_V1
+
+
+START WINS
+//	baseaddress	0x42F00000
+END
+
+START MARM
+END
+
+SMPSAFE