plugins/consoles/terminalkeyboardcons/terminalkeyboardcons.mmp
changeset 33 cfabd0207208
child 53 17466b56148d
equal deleted inserted replaced
32:50af04b02d7d 33:cfabd0207208
       
     1 // terminalkeyboardcons.mmp
       
     2 // 
       
     3 // Copyright (c) 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 #include <fshell/common.mmh>
       
    13 
       
    14 target			terminalkeyboardcons.dll
       
    15 targettype		DLL
       
    16 uid				0x1000008d 0x100039e7 // Note this MUST be set to 0x100039e7
       
    17 capability		FSHELL_CAP_MMP_NORMAL
       
    18 
       
    19 sourcepath		.
       
    20 userinclude		.
       
    21 userinclude		..\vt100cons\src\vt100 // For vtc_cursor_tracker.h
       
    22 #include <fshell/fsh_system_include.mmh>
       
    23 
       
    24 source			terminalkeyboardcons.cpp
       
    25 sourcepath		..\vt100cons\src\vt100
       
    26 source			vtc_cursor_tracker.cpp
       
    27 
       
    28 library			euser.lib
       
    29 library			econs.lib
       
    30 library			consoleextensions.lib
       
    31 
       
    32 nostrictdef
       
    33 deffile			..\common\~\console.def