bluetoothengine/btsac/btrcc/group/btrcc.mmp
changeset 0 f63038272f30
child 57 5ebadcda06cb
child 61 269724087bed
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     1 /*
       
     2 * Copyright (c) 2005-2006 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of "Eclipse Public License v1.0"
       
     6 * which accompanies this distribution, and is available
       
     7 * at the URL "http://www.eclipse.org/legal/epl-v10.html".
       
     8 *
       
     9 * Initial Contributors:
       
    10 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:  Project specification file for BTRCC
       
    15 *
       
    16 */
       
    17 
       
    18 #include <platform_paths.hrh>
       
    19 
       
    20 // Uses the default ECom Plugin capabilities
       
    21 // Look at defaultcaps.hrh for a list of capabilities
       
    22 CAPABILITY 	CAP_ECOM_PLUGIN
       
    23 
       
    24 // Manufacturer or platform specific Vender ID (VID). A VID to be granted to 
       
    25 // all software from the same manufacturer.
       
    26 VENDORID VID_DEFAULT
       
    27 
       
    28 TARGET      btrcc.dll
       
    29 TARGETTYPE	PLUGIN			
       
    30 
       
    31 
       
    32 // UID2 = 0x10009d8d for ECOM plugins.
       
    33 // UID3 = the 'DLL UID' (see resource file)
       
    34 // ECom Dll recognition UID followed by the unique UID for this dll
       
    35 UID         0x10009D8D 0x10208978 
       
    36 
       
    37 SOURCEPATH  ../src
       
    38 SOURCE	btrccmain.cpp
       
    39 SOURCE	btrccLinker.cpp
       
    40 SOURCE	btrccPlugin.cpp
       
    41 SOURCE	btrccAbsoluteVolumeLevelController.cpp 
       
    42 SOURCE	btrccplayerstarter.cpp
       
    43 SOURCE	btrccBrowsingAdapter.cpp
       
    44 SOURCE	btrccLegacyVolumeLevelController.cpp
       
    45 SOURCE	btrccVolumeLevelControllerBase.cpp
       
    46 SOURCE	btrccActive.cpp
       
    47 
       
    48 USERINCLUDE     ../inc ../../common
       
    49 SYSTEMINCLUDE   ../../../inc ../../../../inc 
       
    50 SYSTEMINCLUDE   /epoc32/include/ecom /epoc32/include/mmf/server
       
    51 MW_LAYER_SYSTEMINCLUDE
       
    52 
       
    53 START RESOURCE  ../data/10208978.rss
       
    54 TARGET btrcc.rsc
       
    55 END
       
    56 
       
    57 LIBRARY	ECom.lib		// Symbian E-Com Plugin definitions and types
       
    58 LIBRARY euser.lib       // User library
       
    59 LIBRARY esock.lib       // Socket services
       
    60 LIBRARY bluetooth.lib	// Bluetooth type definitions
       
    61 LIBRARY btdevice.lib    // BT Device
       
    62 
       
    63 // RemCon client 
       
    64 LIBRARY remconclient.lib
       
    65 LIBRARY	remcontypes.lib
       
    66 DEBUGLIBRARY flogger.lib	// File logging services
       
    67 
       
    68 LIBRARY remconcoreapi.lib // For controller role
       
    69 LIBRARY remconinterfacebase.lib	// For controller role
       
    70 LIBRARY	remconbatterystatusapi.lib
       
    71 LIBRARY remconmediabrowseapi.lib
       
    72 LIBRARY remconabsolutevolume.lib
       
    73 LIBRARY mmfdevsound.lib
       
    74 LIBRARY mpxcommon.lib
       
    75 #ifdef BTRCCTEST_MPXCOLLECTIONSTUB
       
    76 LIBRARY mpxcollectionutilitystub.dll
       
    77 #else
       
    78 LIBRARY mpxcollectionutility.lib
       
    79 #endif
       
    80 LIBRARY apgrfx.lib apparc.lib estor.lib
       
    81 
       
    82 // End of File