cbsref/csyrefplugins/csy27010/group/Csy27010.mmp
branchRCL_3
changeset 65 630d2f34d719
equal deleted inserted replaced
61:17af172ffa5f 65:630d2f34d719
       
     1 //
       
     2 // * Copyright 2004 Neusoft America Inc.
       
     3 // * All rights reserved.
       
     4 // * This component and the accompanying materials are made available
       
     5 // * under the terms of the 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 // * Contributors:
       
    10 // * Keith Collins (Neusoft America Inc.)  original software development and additional code and modifications.
       
    11 // * Thomas Gahagen (Neusoft America Inc.)  additional code and modifications.
       
    12 // * Zhen Yuan (Neusoft America Inc.)  additional code and modifications.
       
    13 // *
       
    14 // * Description: Top-level project file for CSY 3GPP 27.010
       
    15 //
       
    16 
       
    17 /** @Csy27010.mmp
       
    18  *
       
    19  * Top-level project file for CSY 3GPP 27.010
       
    20  *
       
    21  */
       
    22 
       
    23 TARGET			csy27010.csy
       
    24 TARGETTYPE		dll
       
    25 
       
    26 UID			0x10005054 0x10202903
       
    27 VENDORID 0x70000001
       
    28 
       
    29 CAPABILITY PowerMgmt CommDD ReadDeviceData WriteDeviceData TrustedUI ProtServ NetworkControl NetworkServices LocalServices ReadUserData WriteUserData
       
    30 
       
    31 // Do not add the non-callable exports to the DEF files
       
    32 // Remove this line temporarily if we need to add new exports
       
    33 NOEXPORTLIBRARY
       
    34 
       
    35 SOURCEPATH		../src
       
    36 SOURCE			DllMain.cpp
       
    37 SOURCE			PortFactory.cpp
       
    38 SOURCE			PortC32InterfaceBase.cpp
       
    39 SOURCE			PortC32Interface.cpp
       
    40 SOURCE			PortC32InterfaceIp.cpp
       
    41 SOURCE			CsyMsgBufBpFrame.cpp
       
    42 SOURCE			Mux0710Protocol.cpp
       
    43 SOURCE			ChannelMgrBase.cpp
       
    44 SOURCE			ChannelMgrCtrl.cpp
       
    45 SOURCE			ChannelMgrCmdData.cpp
       
    46 SOURCE			CommReadWriteBaseAo.cpp
       
    47 SOURCE			CommFrameWriterAo.cpp
       
    48 SOURCE			CommFrameReaderAo.cpp
       
    49 SOURCE			CsyDebugLogger.cpp
       
    50 SOURCE			timeouter.cpp
       
    51 
       
    52 
       
    53 USERINCLUDE		../inc
       
    54 
       
    55 SYSTEMINCLUDE	/epoc32/include
       
    56 
       
    57 LIBRARY			euser.lib  c32.lib  efsrv.lib
       
    58 DEBUGLIBRARY		flogger.lib
       
    59 
       
    60 LIBRARY		commsdat.lib
       
    61 
       
    62 START WINS
       
    63 	BASEADDRESS   0x47D00000
       
    64 END