bluetoothappprofiles/avrcp/nowplayingapi/group/remconnowplayingapi.mmp
changeset 70 f5508c13dfe0
parent 67 16e4b9007960
child 71 083fd884d7dd
equal deleted inserted replaced
67:16e4b9007960 70:f5508c13dfe0
     1 // Copyright (c) 2008-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 // remconmediainformationapi.dll Remote Control Media Information API - an outer-layer client side library.
       
    15 //
       
    16 
       
    17 
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 TARGET			remconnowplayingapi.dll
       
    25 TARGETPATH		/system/libs
       
    26 
       
    27 // We need all these caps because we don't know anything about the process 
       
    28 // we'll be running in.
       
    29 CAPABILITY		All -Tcb
       
    30 TARGETTYPE		dll
       
    31 
       
    32 // UID2 = 0x1000008d for static interface DLLs.
       
    33 // UID3 = unique for RemCon system
       
    34 UID 			0x1000008d 0x10285bbc
       
    35 VENDORID		0x70000001
       
    36 
       
    37 SOURCEPATH		../src
       
    38 SOURCE          remconnowplayingtargetbase.cpp 
       
    39 SOURCE          remcondatabaseawarenowplayingtarget.cpp 
       
    40 SOURCE          remcondatabaseunawarenowplayingtarget.cpp 
       
    41 SOURCE          remconnowplayingutils.cpp
       
    42 
       
    43 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    44 
       
    45 USERINCLUDE      ../inc
       
    46 USERINCLUDE      ../../common
       
    47 
       
    48 LIBRARY 		euser.lib
       
    49 LIBRARY 		remconinterfacebase.lib
       
    50 LIBRARY 		avrcpipc.lib
       
    51 LIBRARY         remconmediainformationapi.lib
       
    52 LIBRARY         remconmediabrowseapi.lib
       
    53 LIBRARY			estor.lib 
       
    54 
       
    55 #include <bluetooth/btlogger.mmh>
       
    56 #include <comms-infras/commsdebugutility.mmh>
       
    57 
       
    58 UNPAGED
       
    59 
       
    60 SMPSAFE
       
    61