datasourcemodules/locationapesuplpsy/group/nla_ape_suplpsy.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Fri, 11 Jun 2010 15:06:31 +0300
changeset 40 18280709ae43
parent 0 9cfd9a3ee49c
child 55 c92d4f3c47c5
permissions -rw-r--r--
Revision: 201023 Kit: 2010123

/*
* Copyright (c) 2005 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:  Defines the SUPL PSY project.
*
*/

// To get the MW_LAYER_SYSTEMINCLUDE-definition
#include <platform_paths.hrh>

TARGET      nlaapesuplpsy.dll
TARGETTYPE  PLUGIN
UID         0x10009D8D 0x20026FB6

VENDORID        0x70000001
CAPABILITY      ALL -TCB

START RESOURCE  ../data/ape_suplpsy.rss
TARGET          nlaapesuplpsy.rsc
END

SOURCEPATH  ../src
SOURCE      suplpsypositioner.cpp
SOURCE      suplpsyrequestmanager.cpp
SOURCE      suplpsyrequestor.cpp
SOURCE      suplpsygenericinfouser.cpp
SOURCE      suplpsycellidhandler.cpp
SOURCE      suplpsyinfostoremanager.cpp
SOURCE      lbssuplpsyadaptation.cpp 

USERINCLUDE ../inc
USERINCLUDE ../../../locationmgmt/locationcore/LbsPsyNgMsgs/inc
USERINCLUDE ../../../locationmgmt/locationcore/LbsNrhNgMsgs/inc
USERINCLUDE	../../../locationmgmt/locationcore/LbsNetInternalApi/inc
USERINCLUDE ../../../locationmgmt/locationcore/LbsCommonInternalDataTypes/inc


OS_LAYER_SYSTEMINCLUDE_SYMBIAN

LIBRARY     euser.lib 
LIBRARY     efsrv.lib
LIBRARY     bafl.lib
LIBRARY     lbs.lib
LIBRARY		epospluginfw.lib
LIBRARY     centralrepository.lib
LIBRARY     etel.lib 
LIBRARY     etelmm.lib 
LIBRARY     commdb.lib
LIBRARY		lbspsyngmsgs.lib
LIBRARY		lbsnrhngmsgs.lib
LIBRARY     lbsnetinternalapi.lib
LIBRARY		lbscommoninternaldatatypes.lib
LIBRARY     lbsnetprotocol.lib

LIBRARY flogger.lib

SMPSAFE

// End of File