apicompatanamdw/bcdrivers/os/lbs/LocAcquisition/group/testlbslocacquisition.mmp
author bdonegan
Tue, 21 Sep 2010 10:35:24 +0100
changeset 15 e37098e40f6a
parent 2 0cb2248d0edc
permissions -rw-r--r--
Close redundant head

/*TYPE TESTCLASS*//*
* Copyright (c) 2007 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:  Test Module DLL to Location Acquisition API
*
*/


//#include <domain/osextensions/platform_paths.hrh>

TARGET          testlbslocacquisition.dll
TARGETTYPE      dll
UID             0x1000008D 0x101FB3E5

CAPABILITY      ALL -TCB
/* Remove comments and replace 0x00000000 with correct vendor id */
// VENDORID     0x00000000
/* Remove comments and replace 0x00000000 with correct secure id */
// SECUREID     0x00000000

//TARGETPATH 
DEFFILE         testlbslocacquisition.def

SOURCEPATH      ../src
SOURCE          testlbslocacquisition.cpp
SOURCE          testlbslocacquisitionBlocks.cpp
SOURCE          testpositionserver.cpp
SOURCE          testpositioner.cpp
SOURCE          testpositionInfo.cpp
SOURCE          testpositioncourseinfo.cpp
SOURCE          testpositiongenericinfo.cpp
SOURCE          testcoordinate.cpp
SOURCE          testlocality.cpp
SOURCE          testposition.cpp
SOURCE          testcourse.cpp
SOURCE          testpositionquality.cpp
SOURCE          testpositionmodule.cpp
SOURCE          testsatellite.cpp
SOURCE          testcriteria.cpp
SOURCE          testrequestor.cpp



USERINCLUDE     ../inc 

//MW_LAYER_SYSTEMINCLUDE
SYSTEMINCLUDE		/epoc32/include
SYSTEMINCLUDE		/epoc32/include/internal
APP_LAYER_SYSTEMINCLUDE

LIBRARY         euser.lib
LIBRARY         stiftestinterface.lib
LIBRARY         lbs.lib			// Location Acquisition
LIBRARY         efsrv.lib
LIBRARY         bafl.lib estor.lib

LANG            SC

// End of File