os/mm/mmlibs/mmfw/tsrc/mmfunittest/DevSoundTest/CIPlugins/mmpfiles/a3fcistubextn.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) 2007-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 //
    15 
    16 #include "../../a3fcistubextn/a3fcistubextn.hrh"
    17 
    18 TARGET a3fcistubextn.dll
    19 CAPABILITY ALL -TCB
    20 TARGETTYPE plugin
    21 
    22 
    23 // ECom Dll recognition UID followed by the unique UID for this dll
    24 UID 0x10009D8D KUidA3fCiStubExtnDll
    25 
    26 VENDORID 0x70000001
    27 
    28 SOURCEPATH	../../a3fcistubextn
    29 
    30 SOURCE	a3fcistubextn.cpp
    31 
    32 USERINCLUDE	    ../../../../../../../mmhais/a3facl/src/shared
    33 
    34 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    35 
    36 START RESOURCE a3fcistubextn.rss
    37 TARGET a3fcistubextn.rsc
    38 END
    39 
    40 LIBRARY		euser.lib
    41 LIBRARY		ecom.lib
    42 LIBRARY		mmfcontrollerframework.lib
    43 
    44 SMPSAFE
    45