idlehomescreen/hscontentcontrol/group/hscontentcontrol.mmp
author Simon Howkins <simonh@symbian.org>
Tue, 16 Nov 2010 11:12:20 +0000
branchRCL_3
changeset 108 cf9be2d674f1
parent 83 5456b4e8b3a8
permissions -rw-r--r--
Fixed path to files to be exported

/*
* Copyright (c) 2008 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:  project file
*
*/

#include <platform_paths.hrh>
 
TARGET            hscontentcontrol.dll
TARGETTYPE        dll

CAPABILITY        CAP_GENERAL_DLL
VENDORID          VID_DEFAULT

USERINCLUDE       ../inc
USERINCLUDE       ../../inc

APP_LAYER_SYSTEMINCLUDE

SOURCEPATH        ../src

SOURCE            hscontentcontrolfactory.cpp 
SOURCE            hscontentcontrolui.cpp 
SOURCE            hscontentcontrolecomlistener.cpp
SOURCE            hscontentcontrolswilistener.cpp

//By default, the build tools look for the WINSCW def file in a BWINS directory
//(at the same level as the directory containing the mmp file), 
//the GCC ARM def file in a BMARM directory, and the ARMV5 def file in a EABI directory. 
//If def files are stored in these locations, the project files does not need to specify
//the location of the def files explicitly. If you want to store the def files in some other 
//location, you will need to specify in the project file where the .def files are using 
//the deffile keyword.

//The following commented out code shows how the build system uses the implicit
// location for defiles. To create the DEF files Choose Project > Freeze Exports from Carbide
// or run 'abld freeze' from the command-line
//#if defined (WINS)
//  DEFFILE ../bwins/hscontentcontrol.def
//#elif defined (GCC32)
//  DEFFILE ../bmarm/hscontentcontrol.def
//#else 
//  DEFFILE ../eabi/hscontentcontrol.def
//#endif

nostrictdef

LIBRARY           euser.lib
LIBRARY           estor.lib
LIBRARY           ecom.lib
LIBRARY           charconv.lib
LIBRARY           swiutils.lib
LIBRARY           xn3layoutengine.lib

#ifdef ENABLE_ABIV2_MODE
DEBUGGABLE
#endif