bluetoothappprofiles/avrcp/mediabrowseapi/group/remconmediabrowseapi.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			remconmediabrowseapi.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 0x10285bbb
       
    35 VENDORID		0x70000001
       
    36 
       
    37 SOURCEPATH		../src
       
    38 
       
    39 SOURCE          remcondatabaseawaremediabrowsetarget.cpp 
       
    40 SOURCE          remcondatabaseawaremedialibrarybrowse.cpp 
       
    41 SOURCE          remcondatabaseawarenowplayingbrowse.cpp 
       
    42 
       
    43 SOURCE          remcondatabaseunawaremediabrowsetarget.cpp 
       
    44 SOURCE          remcondatabaseunawaremedialibrarybrowse.cpp 
       
    45 SOURCE          remcondatabaseunawarenowplayingbrowse.cpp 
       
    46 
       
    47 SOURCE          remconmediabrowsetargetbase.cpp 
       
    48 SOURCE			remconmediabrowseutils.cpp
       
    49 
       
    50 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    51 USERINCLUDE		../inc
       
    52 USERINCLUDE		../../common
       
    53 
       
    54 LIBRARY 		euser.lib
       
    55 LIBRARY 		remconinterfacebase.lib
       
    56 LIBRARY 		avrcpipc.lib
       
    57 LIBRARY			estor.lib 
       
    58 LIBRARY			remconmediainformationapi.lib
       
    59 
       
    60 #include <bluetooth/btlogger.mmh>
       
    61 #include <comms-infras/commsdebugutility.mmh>
       
    62 
       
    63 UNPAGED
       
    64 
       
    65 SMPSAFE
       
    66