bluetoothengine/bteng/group/btrfsplugin.mmp
changeset 0 f63038272f30
equal deleted inserted replaced
-1:000000000000 0:f63038272f30
       
     1 /*
       
     2 * Copyright (c) 2008-2009 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: 
       
    15 *
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 #include <platform_paths.hrh>
       
    21 
       
    22 TARGET      btrfsplugin.dll
       
    23 
       
    24 TARGETTYPE	PLUGIN
       
    25 
       
    26 CAPABILITY	CAP_ECOM_PLUGIN
       
    27 VENDORID	VID_DEFAULT
       
    28 
       
    29 UID 0x10009D8D 0x200159E9
       
    30 
       
    31 SOURCEPATH  ../btrfsplugin/src
       
    32 SOURCE      btrfsplugin.cpp 
       
    33 SOURCE      Proxy.cpp
       
    34 
       
    35 START RESOURCE ../../data/200159E9.rss
       
    36 TARGET btrfsplugin.rsc
       
    37 END
       
    38 
       
    39 USERINCLUDE ../inc ../btrfsplugin/inc
       
    40 MW_LAYER_SYSTEMINCLUDE
       
    41 
       
    42 LIBRARY euser.lib       // Base library
       
    43 LIBRARY ecom.lib	    // ECom library
       
    44 LIBRARY hal.lib         // HAL library
       
    45 DEBUGLIBRARY            flogger.lib