libraries/qr3/group/qr3.mmp
changeset 0 7f656887cf89
child 86 849a0b46c767
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // qr3.mmp
       
     2 // 
       
     3 // Copyright (c) 2008 - 2010 Accenture. 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 // Initial Contributors:
       
    10 // Accenture - Initial contribution
       
    11 //
       
    12 
       
    13 #include <fshell/common.mmh>
       
    14 
       
    15 TARGET			QR3.dll
       
    16 TARGETTYPE		DLL
       
    17 UID				0x1000008D FSHELL_UID_QR3
       
    18 
       
    19 CAPABILITY		FSHELL_CAP_MMP_NORMAL
       
    20 
       
    21 #include <fshell/fsh_system_include.mmh>
       
    22 
       
    23 USERINCLUDE		..\inc
       
    24 SOURCEPATH		..\src
       
    25 SOURCE			heap.cpp
       
    26 SOURCE			propertywatcher.cpp
       
    27 SOURCE			keycapture.cpp
       
    28 SOURCE			objectlist.cpp
       
    29 SOURCE			NotifierProxy.cpp
       
    30 SOURCE			KernLbxModel.cpp
       
    31 SOURCE			openfilesListboxdata.cpp
       
    32 SOURCE			serverlistboxdata.cpp
       
    33 SOURCE			threadListboxdata.cpp
       
    34 SOURCE			featreglistboxdata.cpp
       
    35 SOURCE			hallistboxdata.cpp
       
    36 SOURCE			utils.cpp
       
    37 SOURCE			sandbox.cpp
       
    38 #ifdef FSHELL_WSERV_SUPPORT
       
    39 SOURCE			wglistboxdata.cpp
       
    40 #endif
       
    41 SOURCE			msgqlistboxdata.cpp mutexlistboxdata.cpp
       
    42 SOURCE			semaphorelistboxdata.cpp timerlistboxdata.cpp
       
    43 
       
    44 #ifdef FSHELL_PLATFORM_UIQ
       
    45 MACRO			INCLUDE_UIQ_DEFINITIONS
       
    46 #endif
       
    47 
       
    48 LIBRARY			euser.lib
       
    49 LIBRARY			efsrv.lib
       
    50 LIBRARY			clogger.lib
       
    51 LIBRARY			hal.lib ecom.lib
       
    52 LIBRARY			ltkutils.lib
       
    53 
       
    54 #ifdef FSHELL_WSERV_SUPPORT
       
    55 LIBRARY			ws32.lib
       
    56 LIBRARY			gdi.lib
       
    57 #endif
       
    58 
       
    59 #ifdef FSHELL_APPARC_SUPPORT
       
    60 LIBRARY			apparc.lib apgrfx.lib apmime.lib 
       
    61 #endif