filedetails/filedetailsdialog/group/MPFileDlg.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 26 Jan 2010 12:00:59 +0200
changeset 1 6711b85517b7
parent 0 96612d01cf9f
permissions -rw-r--r--
Revision: 201001 Kit: 201004

/*
* Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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:   Makefile for file details dialog.*
*/


// Version : %version: 11 %



//#include <bldvariant.hrh>
#include <platform_paths.hrh>
#include <data_caging_paths.hrh>

TARGET      mpfiledetailsdialog.dll
TARGETTYPE  dll
UID         0x1000006C 0x101F8511

START RESOURCE  ../data/MPFileDetails.rss
TARGETPATH      APP_RESOURCE_DIR
HEADER
LANGUAGE_IDS
END // RESOURCE

#if defined(ARMCC)
deffile ../eabi/ 
#elif defined( WINSCW )
deffile ../bwinscw/ 
#elif defined( WINS )
deffile ../bwins/ 
#else
deffile ../bmarm/ 
#endif

VENDORID    VID_DEFAULT

SOURCEPATH   ../src
SOURCE       mppopuplist.cpp
SOURCE       MPFileDetailsDialog.cpp
SOURCE       MPFileDetails.cpp
SOURCE       MediaPlayerDrmHelper.cpp

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

APP_LAYER_SYSTEMINCLUDE


CAPABILITY CAP_GENERAL_DLL

LIBRARY cone.lib
LIBRARY euser.lib
LIBRARY eikcoctl.lib
LIBRARY avkon.lib
LIBRARY bafl.lib
LIBRARY flogger.lib
LIBRARY eikcore.lib
LIBRARY centralrepository.lib
LIBRARY efsrv.lib
LIBRARY playbackhelper.lib
LIBRARY commonengine.lib
LIBRARY featmgr.lib
LIBRARY servicehandler.lib
LIBRARY mmfcontrollerframework.lib
LIBRARY mediaclientaudio.lib
LIBRARY mediaclientvideo.lib
LIBRARY metadatautility.lib
LIBRARY caf.lib
LIBRARY drmutility.lib



LIBRARY drmcommon.lib
LIBRARY drmhelper.lib
LIBRARY drmuihandling.lib
#ifdef __WINDOWS_MEDIA
LIBRARY     asxparser.lib         
#endif

//end of file