os/mm/devsound/sounddevbt/MMPFiles/Plugin/BtGsm610HwDevices.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2002-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 // BtGsm610HwDev.dll Software implementation of BtGsm6.10 audio hardware device   
    15 // 
    16 //
    17 
    18 /**
    19  @file
    20 */
    21 
    22 target btgsm610hwdev.dll
    23 CAPABILITY ALL -TCB
    24 targettype plugin
    25 
    26 // ECom Dll recognition UID followed by the unique UID for this dll
    27 UID 0x10009D8D 0x102070DB
    28 VENDORID 0x70000001
    29 
    30 USERINCLUDE         	../../../Codecs/Inc/Gsm610CodecCommon
    31 
    32 USERINCLUDE		../../inc
    33 
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 
    36 SOURCEPATH		../../src/Plugin/HwDevice/Audio/Gsm610
    37 source			BtGsm610.cpp BtGsm610Proxy.cpp
    38 
    39 
    40 start resource 102070db.rss
    41 target btgsm610hwdev.rsc
    42 end
    43 
    44 LIBRARY	efsrv.lib
    45 LIBRARY	euser.lib
    46 LIBRARY	mmfbtswcodecwrapper.lib
    47 LIBRARY gsm610codeccommon.lib
    48 #ifdef EABI
    49 LIBRARY ecom.lib
    50 #endif