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