bluetoothappprofiles/avrcp/avrcpipc/group/avrcpipc.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 // avrcp.dll Shared code for IPC communication between the client API and remcon
       
    15 // side library.
       
    16 // 
       
    17 //
       
    18 
       
    19 /**
       
    20  @file
       
    21  @internalComponent
       
    22 */
       
    23 
       
    24 TARGET			avrcpipc.dll
       
    25 CAPABILITY		All -Tcb
       
    26 TARGETTYPE		dll
       
    27 
       
    28 // UID2 = 0x1000008d for static interface DLLs.
       
    29 // UID3 = unique for RemCon system
       
    30 UID 			0x1000008d 0x101f9067
       
    31 VENDORID		0x70000001
       
    32 
       
    33 SOURCEPATH		../src
       
    34 SOURCE			ipc.cpp
       
    35 SOURCE			avrcpipc.cpp remconqueuemessage.cpp
       
    36 
       
    37 USERINCLUDE 	../inc
       
    38 USERINCLUDE 	../../common
       
    39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    40 
       
    41 LIBRARY 		euser.lib
       
    42 LIBRARY			estor.lib 
       
    43 LIBRARY 		remconinterfacebase.lib
       
    44 LIBRARY			esock.lib
       
    45 
       
    46 #include <bluetooth/btlogger.mmh>
       
    47 
       
    48 UNPAGED
       
    49 
       
    50 SMPSAFE