fax/faxclientandserver/Group/FAXIO.MMP
changeset 20 244d7c5f118e
parent 19 1f776524b15c
child 23 6b1d113cdff3
equal deleted inserted replaced
19:1f776524b15c 20:244d7c5f118e
     1 // Copyright (c) 2004-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 // faxio.dll Fax encoding/decoding
       
    15 // 
       
    16 //
       
    17 
       
    18 /**
       
    19  @file
       
    20 */
       
    21 
       
    22 TARGET        faxio.dll
       
    23 CAPABILITY All -Tcb
       
    24 TARGETTYPE    DLL
       
    25 
       
    26 UID    0x1000008d 0x10004F87
       
    27 VENDORID 0x70000001
       
    28 
       
    29 
       
    30 SOURCEPATH		../faxio
       
    31 SOURCE        FAXIO.CPP FAXHEAD.CPP
       
    32 
       
    33 USERINCLUDE   	../faxio
       
    34 
       
    35 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    36 
       
    37 LIBRARY       euser.lib efsrv.lib
       
    38 
       
    39 START WINS
       
    40 BASEADDRESS   0x41e00000
       
    41 END
       
    42 
       
    43 UNPAGED