omxil/mmilapi/refomxil/mmpfiles/omxilgenericilif.mmp
changeset 56 b6488ac24ddc
parent 47 481b3bce574a
child 57 1cbb0d5bf7f2
equal deleted inserted replaced
47:481b3bce574a 56:b6488ac24ddc
     1 // Copyright (c) 2008-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		"../src/omxilgenericilif/omxilgenericilif.hrh"
       
    17 
       
    18 TARGET			omxilgenericilif.dll 
       
    19 TARGETTYPE		dll
       
    20 
       
    21 CAPABILITY		All -TCB
       
    22 
       
    23 UID				KSharedLibraryUidDefine KUidOmxILGenericILIFDll 
       
    24 VENDORID		0x70000001
       
    25 
       
    26 
       
    27 SOURCEPATH		../src/omxilgenericilif
       
    28 SOURCE			omxilgenericilif.cpp
       
    29 SOURCE			omxilgenericilifbody.cpp
       
    30 SOURCE			omxilgenericilifbodyimpl.cpp
       
    31 SOURCE			omxilgenericportilif.cpp
       
    32 SOURCE			omxilcoreutils.cpp
       
    33 
       
    34 USERINCLUDE		../src/omxilgenericilif
       
    35 USERINCLUDE		../inc
       
    36 USERINCLUDE		../../ilif/inc
       
    37 
       
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    39 
       
    40 LIBRARY			euser.lib
       
    41 LIBRARY			mmfserverbaseclasses.lib 
       
    42 LIBRARY			omxilcoreclient.lib
       
    43 
       
    44 
       
    45 DEFFILE			omxilgenericilif.def
       
    46 NOSTRICTDEF
       
    47 
       
    48 
       
    49 SMPSAFE