equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2002-2004 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 "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: Project specification for SWInstTaskManager. |
|
15 * This component implements a Task Manager for SW Installer UIs. |
|
16 * It is used to store and execute persistent and nonpersistent |
|
17 * tasks for e.g. recovery purposes. |
|
18 * |
|
19 */ |
|
20 |
|
21 |
|
22 // INCLUDES |
|
23 #include <platform_paths.hrh> |
|
24 #include "SWInstPrivateUid.h" |
|
25 |
|
26 TARGET SWInstTaskManager.dll |
|
27 TARGETTYPE dll |
|
28 UID 0x1000008D KSWInstTaskManagerUid |
|
29 |
|
30 // Capability assignment. |
|
31 CAPABILITY CAP_GENERAL_DLL DRM |
|
32 VENDORID VID_DEFAULT |
|
33 |
|
34 // Sources |
|
35 SOURCEPATH ../Plugin/TaskManager/Src |
|
36 SOURCE TaskManager.cpp |
|
37 SOURCE TaskManagerImpl.cpp |
|
38 |
|
39 // Includes |
|
40 USERINCLUDE . ../Plugin/TaskManager/Inc |
|
41 MW_LAYER_SYSTEMINCLUDE |
|
42 |
|
43 // Libraries |
|
44 LIBRARY euser.lib |
|
45 LIBRARY ecom.lib |
|
46 LIBRARY estor.lib |
|
47 LIBRARY efsrv.lib |
|
48 LIBRARY platformenv.lib |
|
49 |
|
50 SMPSAFE |