equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2009 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: |
|
15 * Project definition file for the SysRestart project. |
|
16 * |
|
17 */ |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 #include <data_caging_paths.hrh> |
|
21 |
|
22 // Library must be named like this, because sysmon loads with this |
|
23 // name if reference implementation restartsys is not found. |
|
24 TARGET custrestartsys.dll |
|
25 TARGETTYPE dll |
|
26 UID 0x1000008D 0x20021349 |
|
27 |
|
28 CAPABILITY CAP_GENERAL_DLL |
|
29 VENDORID VID_DEFAULT |
|
30 |
|
31 SOURCEPATH ../src |
|
32 SOURCE restartsys.cpp |
|
33 |
|
34 USERINCLUDE ../inc |
|
35 |
|
36 OS_LAYER_SYSTEMINCLUDE |
|
37 |
|
38 LIBRARY euser.lib |
|
39 LIBRARY ssmcmn.lib |
|
40 |
|
41 // Def file defines the API this DLL implements |
|
42 DEFFILE /epoc32/include/def/~/restartsys.def |
|
43 |
|
44 // >>> uncomment to enable function-level tracing |
|
45 // MACRO __SSM_FUNC_TRACE__ |
|
46 // <<< uncomment to enable function-level tracing |
|
47 |
|
48 // >>> uncomment to direct trace output to file |
|
49 // MACRO __SSM_TRACE_INTO_FILE__ |
|
50 // LIBRARY flogger.lib |
|
51 // <<< uncomment to direct trace output to file |
|
52 |
|
53 SMPSAFE |