bluetoothappprofiles/avrcp/playerinformation/group/remconplayerinformation.mmp
changeset 70 f5508c13dfe0
parent 67 16e4b9007960
child 71 083fd884d7dd
equal deleted inserted replaced
67:16e4b9007960 70:f5508c13dfe0
     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 // remconcoreapi.dll Remote Control Core API- an outer-layer client 
       
    15 // side library.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 TARGET			remconplayerinformation.dll
       
    25 TARGETPATH		/system/libs
       
    26 // We need all these caps because we don't know anything about the process 
       
    27 // we'll be running in.
       
    28 CAPABILITY		All -Tcb
       
    29 TARGETTYPE		dll
       
    30 // UID2 = 0x1000008d for static interface DLLs.
       
    31 // UID3 = unique for RemCon system
       
    32 UID 			0x1000008d 0x101f9067
       
    33 VENDORID		0x70000001
       
    34 
       
    35 SOURCEPATH		../src
       
    36 SOURCE			playerinformation.cpp
       
    37 SOURCE			settingsresource.cpp
       
    38 SOURCE			playersettings.cpp
       
    39 SOURCE			playercapabilities.cpp
       
    40 SOURCE			playerevents.cpp
       
    41 SOURCE			playerapplicationsetting.cpp
       
    42 SOURCE			eventsmask.cpp
       
    43 
       
    44 USERINCLUDE 	../inc
       
    45 USERINCLUDE 	../../common
       
    46 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    47 
       
    48 LIBRARY 		bafl.lib
       
    49 LIBRARY 		euser.lib
       
    50 LIBRARY			estor.lib 
       
    51 LIBRARY 		remconinterfacebase.lib
       
    52 LIBRARY			avrcpipc.lib
       
    53 LIBRARY			esock.lib
       
    54 
       
    55 SOURCEPATH		../resource
       
    56 USERINCLUDE		../resource
       
    57 
       
    58 start resource avrcp-settings.rss
       
    59 targetpath /bluetooth/avrcp/
       
    60 end
       
    61 
       
    62 #include <bluetooth/btlogger.mmh>
       
    63 
       
    64 UNPAGED
       
    65 
       
    66 SMPSAFE