baseport/syborg/estart/estart.mmp
changeset 15 5fca9e46c6fa
equal deleted inserted replaced
14:e6ebb7730c4b 15:5fca9e46c6fa
       
     1 /*
       
     2 * Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
       
     3 * All rights reserved.
       
     4 * This component and the accompanying materials are made available
       
     5 * under the terms of the License "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 * Nokia Corporation - initial contribution.
       
    11 *
       
    12 * Contributors:
       
    13 *
       
    14 * Description:
       
    15 *
       
    16 */
       
    17 
       
    18 
       
    19 
       
    20 #include        <variant.mmh>
       
    21 
       
    22 TARGET			VariantTarget(e32strt,exe)
       
    23 CAPABILITY		TCB WriteDeviceData DiskAdmin ProtServ AllFiles PowerMgmt
       
    24 
       
    25 TARGETTYPE		exe
       
    26 
       
    27 
       
    28 SOURCEPATH	\sf\os\kernelhwsrv\userlibandfileserver\fileserver\estart
       
    29 SOURCE			estart.cpp
       
    30 SOURCEPATH		../estart
       
    31 SOURCE			estartmain.cpp
       
    32 
       
    33 STRICTDEPEND
       
    34 
       
    35 //SOURCEPATH	.
       
    36 //DOCUMENT		 ../group/release.txt
       
    37 
       
    38 USERINCLUDE     \sf\os\kernelhwsrv\userlibandfileserver\fileserver\estart
       
    39 //SYSTEMINCLUDE	../inc /epoc32/include
       
    40 SYSTEMINCLUDE	/epoc32/include
       
    41 
       
    42 LIBRARY			efsrv.lib euser.lib hal.lib
       
    43 LIBRARY			domaincli.lib
       
    44 
       
    45 //#ifdef WINS
       
    46 //LIBRARY			emulator.lib
       
    47 //#endif
       
    48 
       
    49 //START WINS
       
    50 //BASEADDRESS		0x62000000
       
    51 //win32_library	kernel32.lib
       
    52 //END
       
    53 
       
    54 
       
    55 UID		0 0x10272C04
       
    56 VENDORID 0x70000001
       
    57 
       
    58 //#include "../group/f32.mmh"  	// Generic definitions for the whole f32 component