genericservices/mimerecognitionfw/apmime/APMIME.MMP
changeset 0 e4d67989cc36
equal deleted inserted replaced
-1:000000000000 0:e4d67989cc36
       
     1 // Copyright (c) 1997-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 // apmime.dll MIME type recogniser framework
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 
       
    23 target          apmime.dll
       
    24 CAPABILITY All -Tcb
       
    25 targettype      DLL
       
    26 UID		0x1000008D 0x10003A1A // KUidApMime16
       
    27 VENDORID 0x70000001
       
    28 
       
    29 SOURCEPATH	../apmime
       
    30 
       
    31 userinclude   ../inc
       
    32 // OS_LAYER_SYSTEMINCLUDE_SYMBIAN - should be this but has a dependency on apmstd.h in the MW layer
       
    33 MW_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    34 
       
    35 source          APMFNDR.CPP APMREC.CPP APMSTD.CPP DATASTOR.CPP
       
    36 
       
    37 library         euser.lib efsrv.lib estor.lib bafl.lib
       
    38 
       
    39 #if !defined(WINC)
       
    40 macro			USING_ECOM_RECOGS
       
    41 library         ecom.lib
       
    42 #endif
       
    43 
       
    44 deffile			APMIME_9_REMOVE_UI_FRAMEWORKS_V1.DEF
       
    45 
       
    46 START WINS
       
    47 	baseaddress	0x71100000
       
    48 END
       
    49 
       
    50 START MARM
       
    51 END
       
    52 
       
    53 SMPSAFE