appfw/apparchitecture/group/APLIST.MMP
author Pat Downey <patd@symbian.org>
Wed, 01 Sep 2010 12:24:48 +0100
branchRCL_3
changeset 20 c2c61fdca848
parent 19 924385140d98
permissions -rw-r--r--
Revert incorrect RCL_3 drop: Revision: 201033 Kit: 201035

/*
* Copyright (c) 2009-2010 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
APP_LAYER_SYSTEMINCLUDE_SYMBIAN
LIBRARY			instrumentationhandler.lib
#endif // USE_IH_RAISE_EVENT

macro			SYMBIAN_SUPPORT_UI_FRAMEWORKS_V1


START WINS
//	baseaddress	0x42F00000
END

START MARM
END

SMPSAFE