audiostubs/devsoundextensions_stubs/audioeffectscistubs/sourcedopplercistub/Group/SourceDopplerCIStub.mmp
changeset 46 e1758cbb96ac
parent 40 b7e5ed8c1342
equal deleted inserted replaced
43:e71858845f73 46:e1758cbb96ac
       
     1 /*
       
     2 * Copyright (c) 2004 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: Audio Stubs -  Project file for Source Doppler Effect Custom Interface STUB.
       
    15 *				  
       
    16 *
       
    17 */
       
    18 
       
    19 
       
    20 
       
    21 #include <platform_paths.hrh>
       
    22 
       
    23 TARGET          SourceDopplerCI_Stub.dll
       
    24 TARGETTYPE      DLL
       
    25 UID             0x1000008D 0x10207AA5
       
    26 VENDORID	VID_DEFAULT
       
    27 
       
    28 
       
    29 CAPABILITY CAP_GENERAL_DLL
       
    30 
       
    31 
       
    32 SOURCEPATH      ../src
       
    33 SOURCE          SourceDopplerCIStub.cpp 
       
    34 
       
    35 USERINCLUDE     ../inc ../src
       
    36 
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE
       
    39 SYSTEMINCLUDE   /epoc32/include/mmf/common
       
    40 SYSTEMINCLUDE   /epoc32/include/mmf/server
       
    41 
       
    42 LIBRARY         euser.lib
       
    43 LIBRARY		EffectBase.lib
       
    44 LIBRARY		Dopplerbase.lib
       
    45 LIBRARY		SourceDopplerEffect.lib
       
    46 LIBRARY		mmfdevsound.lib
       
    47 
       
    48 // Users link against the non-stub name, so that rebuild is not necessary
       
    49 EXPORTLIBRARY	SourceDopplerCI.lib
       
    50 
       
    51 LINKAS          SourceDopplerCI.dll
       
    52 
       
    53