os/boardsupport/emulator/emulatorbsp/estart.mmp
author sl@SLION-WIN7.fritz.box
Fri, 15 Jun 2012 03:10:57 +0200
changeset 0 bde4ae8d615e
permissions -rw-r--r--
First public contribution.
     1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies).
     2 // All rights reserved.
     3 // This component and the accompanying materials are made available
     4 // under the terms of "Eclipse Public License v1.0"
     5 // which accompanies this distribution, and is available
     6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
     7 //
     8 // Initial Contributors:
     9 // Nokia Corporation - initial contribution.
    10 //
    11 // Contributors:
    12 //
    13 // Description:
    14 // wins/estart.mmp
    15 // estart.exe Base Symbian OS startup process
    16 // 
    17 //
    18 
    19 /**
    20  @file
    21 */
    22 
    23 
    24 TARGET			e32strt.exe
    25 CAPABILITY		TCB WriteDeviceData DiskAdmin ProtServ AllFiles PowerMgmt
    26 
    27 TARGETTYPE		exe
    28 
    29 
    30 SOURCEPATH		../../../kernelhwsrv/userlibandfileserver/fileserver/estart
    31 SOURCE			estart.cpp
    32 SOURCEPATH		estart
    33 SOURCE			estartmain.cpp
    34 
    35 STRICTDEPEND
    36 
    37 USERINCLUDE	../../../kernelhwsrv/userlibandfileserver/fileserver/estart
    38 OS_LAYER_SYSTEMINCLUDE_SYMBIAN
    39 
    40 LIBRARY			efsrv.lib euser.lib hal.lib
    41 LIBRARY			domaincli.lib
    42 
    43 #ifdef WINS
    44 LIBRARY			emulator.lib
    45 #endif
    46 
    47 START WINS
    48 BASEADDRESS		0x62000000
    49 win32_library	kernel32.lib
    50 END
    51 
    52 UID		0 0x10272C04
    53 VENDORID 0x70000001