resourcemgmt/hwresourcesmgr/test/plugins/fmtxwatcherplugin/group/hwrmfmtxwatcherplugin.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 02 Feb 2010 00:53:00 +0200
changeset 0 4e1aa6a622a0
child 21 ccb4f6b3db21
permissions -rw-r--r--
Revision: 201003

// Copyright (c) 2007-2009 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:
//



TARGET          hwrmfmtxwatcherplugin.dll
TARGETTYPE      PLUGIN

UID             0x10009D8D 0x20012401

CAPABILITY      ALL -TCB

SOURCEPATH      ../src
SOURCE          hwrmfmtxwatcherplugin.cpp
SOURCE          hwrmfmtxplugintimer.cpp
//SOURCE          hwrmfmtxusbobserver.cpp
//SOURCE          hwrmfmtxaccobserver.cpp
// Uncomment definition of INSECURE_AUDIO_POLICY_KEYS to 
// enable audio routing flag control for test cases. 
#define INSECURE_AUDIO_POLICY_KEYS // for mmp-file

#ifdef INSECURE_AUDIO_POLICY_KEYS
SOURCE          hwrmfmtxtestobserver.cpp
#undef INSECURE_AUDIO_POLICY_KEYS
MACRO INSECURE_AUDIO_POLICY_KEYS // for source code
#endif // INSECURE_AUDIO_POLICY_KEYS

USERINCLUDE     ../inc
SYSTEMINCLUDE   /epoc32/include/ecom
OS_LAYER_SYSTEMINCLUDE_SYMBIAN
#ifdef SYMBIAN_OLD_EXPORT_LOCATION
SYSTEMINCLUDE   /epoc32/include/hwrm
#endif

SOURCEPATH      ../data
START RESOURCE  20012401.rss
TARGET          hwrmfmtxwatcherplugin.rsc
END

LIBRARY         euser.lib 
LIBRARY         ecom.lib
//LIBRARY         usbman.lib
//LIBRARY         accclient.lib

SMPSAFE