idlefw/hslaunch/group/hslaunch.mmp
author William Roberts <williamr@symbian.org>
Thu, 13 May 2010 16:40:46 +0100
branchRCL_3
changeset 71 d2836ea7c20d
parent 4 1a2a00e78665
child 54 666a2952b5b3
permissions -rw-r--r--
Remerge fix for bug 1960

/*
* Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of "Eclipse Public License v1.0"
* which accompanies this distribution, and is available
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
*
* Initial Contributors:
* Nokia Corporation - initial contribution.
*
* Contributors:
*
* Description:  Makefile of hslaunch
*
*/

#include <platform_paths.hrh>

TARGET ailaunch.exe

targettype exe

UID             0x1000008d 0x200286E3
CAPABILITY      ReadDeviceData WriteDeviceData
VENDORID        VID_DEFAULT
SECUREID        0x200286E3

EPOCHEAPSIZE	0x1000 0x100000   // 4KB - 1 MB
EPOCSTACKSIZE	0x5000

SOURCEPATH		../src
SOURCE			hslaunch.cpp
SOURCE			hsprocessmonitor.cpp
SOURCE			hsshutdownmonitor.cpp

USERINCLUDE		. 
USERINCLUDE		../inc

MW_LAYER_SYSTEMINCLUDE

LIBRARY			euser.lib  // CBase etc
LIBRARY			bafl.lib   // descriptors
LIBRARY			ssmcmn.lib // state manager

LANG			SC