taskswitcher/rom/tstaskmonitor_core.iby
author hgs
Mon, 20 Sep 2010 10:22:22 +0300
changeset 119 50e220be30d1
parent 116 305818acdca4
child 126 efda7c0771b9
permissions -rw-r--r--
201037
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
116
hgs
parents:
diff changeset
     1
/*
hgs
parents:
diff changeset
     2
* Copyright (c) 2009 Nokia Corporation and/or its subsidiary(-ies).
hgs
parents:
diff changeset
     3
* All rights reserved.
hgs
parents:
diff changeset
     4
* This component and the accompanying materials are made available
hgs
parents:
diff changeset
     5
* under the terms of "Eclipse Public License v1.0"
hgs
parents:
diff changeset
     6
* which accompanies this distribution, and is available
hgs
parents:
diff changeset
     7
* at the URL "http://www.eclipse.org/legal/epl-v10.html".
hgs
parents:
diff changeset
     8
*
hgs
parents:
diff changeset
     9
* Initial Contributors:
hgs
parents:
diff changeset
    10
* Nokia Corporation - initial contribution.
hgs
parents:
diff changeset
    11
*
hgs
parents:
diff changeset
    12
* Contributors:
hgs
parents:
diff changeset
    13
*
hgs
parents:
diff changeset
    14
* Description:
hgs
parents:
diff changeset
    15
*
hgs
parents:
diff changeset
    16
*/
hgs
parents:
diff changeset
    17
#ifndef __TSTASKMONITOR_CORE_IBY__
hgs
parents:
diff changeset
    18
#define __TSTASKMONITOR_CORE_IBY__
hgs
parents:
diff changeset
    19
hgs
parents:
diff changeset
    20
file=ABI_DIR\BUILD_DIR\tstaskmonitorclient.dll              SHARED_LIB_DIR\tstaskmonitorclient.dll
hgs
parents:
diff changeset
    21
file=ABI_DIR\BUILD_DIR\hsrunningappmonitor.exe      PROGRAMS_DIR\hsrunningappmonitor.exe
hgs
parents:
diff changeset
    22
data=\epoc32\data\z\resource\apps\hsrunningappmonitor.rsc      resource\apps\hsrunningappmonitor.rsc
hgs
parents:
diff changeset
    23
data=ZPRIVATE\10003a3f\import\apps\hsrunningappmonitor_reg.rsc      private\10003a3f\import\apps\hsrunningappmonitor_reg.rsc
hgs
parents:
diff changeset
    24
119
hgs
parents: 116
diff changeset
    25
// activities plugin
hgs
parents: 116
diff changeset
    26
file=ABI_DIR\BUILD_DIR\activitytsplugin.dll					       SHARED_LIB_DIR\activitytsplugin.dll
hgs
parents: 116
diff changeset
    27
data=\epoc32\data\z\resource\qt\plugins\activitytsplugin.qtplugin    resource\qt\plugins\activitytsplugin.qtplugin
hgs
parents: 116
diff changeset
    28
data=\epoc32\data\z\resource\taskswitcher\activitytsplugin.xml    resource\taskswitcher\activitytsplugin.xml
116
hgs
parents:
diff changeset
    29
hgs
parents:
diff changeset
    30
file=ABI_DIR\BUILD_DIR\tsbackstepping.dll                   SHARED_LIB_DIR\tsbackstepping.dll
hgs
parents:
diff changeset
    31
hgs
parents:
diff changeset
    32
hgs
parents:
diff changeset
    33
ECOM_PLUGIN( tsscreenshotplugin.dll, tsscreenshotplugin.rsc )
hgs
parents:
diff changeset
    34
hgs
parents:
diff changeset
    35
// stub sis
hgs
parents:
diff changeset
    36
data=ZSYSTEM/install/taskmonitor_stub.sis                  system/install/taskmonitor_stub.sis
hgs
parents:
diff changeset
    37
hgs
parents:
diff changeset
    38
#endif //__TSTASKMONITOR_CORE_IBY__