resourcemgmt/hwresourcesmgr/test/plugins/fmtxwatcherplugin/group/hwrmfmtxwatcherplugin.mmp
changeset 0 4e1aa6a622a0
child 52 d6b9e89d80a3
equal deleted inserted replaced
-1:000000000000 0:4e1aa6a622a0
       
     1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies).
       
     2 // All rights reserved.
       
     3 // This component and the accompanying materials are made available
       
     4 // under the terms of "Eclipse Public License v1.0"
       
     5 // which accompanies this distribution, and is available
       
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     7 //
       
     8 // Initial Contributors:
       
     9 // Nokia Corporation - initial contribution.
       
    10 //
       
    11 // Contributors:
       
    12 //
       
    13 // Description:
       
    14 //
       
    15 
       
    16 
       
    17 
       
    18 TARGET          hwrmfmtxwatcherplugin.dll
       
    19 TARGETTYPE      PLUGIN
       
    20 
       
    21 UID             0x10009D8D 0x20012401
       
    22 
       
    23 CAPABILITY      ALL -TCB
       
    24 
       
    25 SOURCEPATH      ../src
       
    26 SOURCE          hwrmfmtxwatcherplugin.cpp
       
    27 SOURCE          hwrmfmtxplugintimer.cpp
       
    28 //SOURCE          hwrmfmtxusbobserver.cpp
       
    29 //SOURCE          hwrmfmtxaccobserver.cpp
       
    30 // Uncomment definition of INSECURE_AUDIO_POLICY_KEYS to 
       
    31 // enable audio routing flag control for test cases. 
       
    32 #define INSECURE_AUDIO_POLICY_KEYS // for mmp-file
       
    33 
       
    34 #ifdef INSECURE_AUDIO_POLICY_KEYS
       
    35 SOURCE          hwrmfmtxtestobserver.cpp
       
    36 #undef INSECURE_AUDIO_POLICY_KEYS
       
    37 MACRO INSECURE_AUDIO_POLICY_KEYS // for source code
       
    38 #endif // INSECURE_AUDIO_POLICY_KEYS
       
    39 
       
    40 USERINCLUDE     ../inc
       
    41 SYSTEMINCLUDE   /epoc32/include/ecom
       
    42 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    43 #ifdef SYMBIAN_OLD_EXPORT_LOCATION
       
    44 SYSTEMINCLUDE   /epoc32/include/hwrm
       
    45 #endif
       
    46 
       
    47 SOURCEPATH      ../data
       
    48 START RESOURCE  20012401.rss
       
    49 TARGET          hwrmfmtxwatcherplugin.rsc
       
    50 END
       
    51 
       
    52 LIBRARY         euser.lib 
       
    53 LIBRARY         ecom.lib
       
    54 //LIBRARY         usbman.lib
       
    55 //LIBRARY         accclient.lib
       
    56 
       
    57 SMPSAFE