buildverification/autosmoketest/Timew/ConsoleAlarmAlertServer/ConsoleAlarmAlertServer.mmp
branchRCL_3
changeset 10 4ca382093dae
parent 5 6beaa9cf4752
child 11 493058e57c8c
equal deleted inserted replaced
5:6beaa9cf4752 10:4ca382093dae
     1 // Copyright (c) 1999-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 //
       
    15 
       
    16 TARGET					ConsoleAlarmAlertServer.dll
       
    17 TARGETTYPE				dll
       
    18 CAPABILITY   All -TCB
       
    19 UID						0x1000008D	0x101F502A
       
    20 VENDORID 0x70000001
       
    21 
       
    22 SOURCEPATH				..\ConsoleAlarmAlertServer\Source
       
    23 
       
    24 SOURCE					ConsoleAlarmAlertServer.cpp
       
    25 SOURCE					ConsoleAlarmAlertSession.cpp
       
    26 SOURCE					ConsoleAlarmAlertConsole.cpp
       
    27 SOURCE					ConsoleAlarmAlertServerMain.cpp
       
    28 SOURCE					ConsoleAlarmAlertLEDFlasher.cpp
       
    29 
       
    30 USERINCLUDE				..\ConsoleAlarmAlertServer\Include
       
    31 //USERINCLUDE				..\AlarmAlert\Shared
       
    32 //USERINCLUDE				..\Shared\Include
       
    33 
       
    34 APP_LAYER_SYSTEMINCLUDE_SYMBIAN
       
    35 
       
    36 LIBRARY					euser.lib
       
    37 LIBRARY					hal.lib
       
    38 LIBRARY					AlarmShared.lib
       
    39 
       
    40 DEFFILE					ConsoleAlarmAlertServer.DEF
       
    41 
       
    42 START WINS
       
    43 	baseaddress			0x40700000
       
    44 END
       
    45 
       
    46 SMPSAFE