bluetoothengine/btaudioman/group/btaudiomanclient.mmp
changeset 0 f63038272f30
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     1 /*
       
     2 * Copyright (c) 2006-2007 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:  This is project specification file for the btaudioman client.
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 #include <platform_paths.hrh>
       
    20 #include "../inc/prjconfig.h"
       
    21 
       
    22 TARGET          btaudiomanclient.dll
       
    23 TARGETTYPE      PLUGIN
       
    24 VENDORID        VID_DEFAULT
       
    25 
       
    26 CAPABILITY      CAP_ECOM_PLUGIN
       
    27 
       
    28 UID             0x10009D8D 0x10208970
       
    29 
       
    30 START RESOURCE	../data/10208970.rss
       
    31 TARGET			btaudiomanclient.rsc
       
    32 END
       
    33 
       
    34 SOURCEPATH  ../src
       
    35 SOURCE      btaudiomanplugin.cpp
       
    36 SOURCE      BTAccClient.cpp
       
    37 SOURCE      basrvactive.cpp
       
    38 SOURCE      proxy.cpp
       
    39 SOURCE      BTAccInfoCmdHandler.cpp
       
    40 SOURCE      BTAccInfoMainService.cpp
       
    41 SOURCE      BTAccInfoRequester.cpp
       
    42 
       
    43 USERINCLUDE    ../inc
       
    44 SYSTEMINCLUDE  ../../inc ../../../inc /epoc32/include/ecom
       
    45 MW_LAYER_SYSTEMINCLUDE
       
    46 
       
    47 LIBRARY     euser.lib
       
    48 LIBRARY     bluetooth.lib
       
    49 LIBRARY     ecom.lib
       
    50 
       
    51 #ifdef PRJ_USE_STUB
       
    52 LIBRARY     ASYProxy_stub.lib
       
    53 #else
       
    54 LIBRARY     ASYProxy.lib
       
    55 #endif
       
    56 
       
    57 #ifdef PRJ_FILE_TRACE
       
    58 LIBRARY	flogger.lib
       
    59 #endif
       
    60 
       
    61 // End of File