plugins/consoles/vt100cons/group/vt100busdevcons.mmp
changeset 0 7f656887cf89
child 30 35cb3fe43f60
equal deleted inserted replaced
-1:000000000000 0:7f656887cf89
       
     1 // vt100busdevcons.mmp
       
     2 // 
       
     3 // Copyright (c) 2009 - 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			vt100busdevcons.dll
       
    16 targettype		DLL
       
    17 uid				0x1000008d 0x100039e7 // Note this MUST be set to 0x100039e7
       
    18 capability		FSHELL_CAP_MMP_NORMAL
       
    19 
       
    20 sourcepath		..\src
       
    21 userinclude		..\inc
       
    22 #include <fshell/fsh_system_include.mmh>
       
    23 
       
    24 source			vtc_busdevcons.cpp
       
    25 
       
    26 library			euser.lib
       
    27 library			econs.lib
       
    28 library			vt100.lib
       
    29 
       
    30 deffile			vt100cons.def