equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 1997-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 the License "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 * DESRIPTION: |
|
16 * Integrity Services is a file rollback mechanism used on Symbian devices |
|
17 * integrityservices.dll Implementation of file integrity services |
|
18 * |
|
19 */ |
|
20 |
|
21 |
|
22 /** |
|
23 @file |
|
24 */ |
|
25 |
|
26 MACRO __SECURE_API__ |
|
27 MACRO __DATA_CAGING__ |
|
28 CAPABILITY All |
|
29 |
|
30 target integrityservices.dll |
|
31 targettype dll |
|
32 |
|
33 UID 0x1000008d 0x10202DD1 |
|
34 VENDORID 0x70000001 |
|
35 |
|
36 USERINCLUDE ../inc |
|
37 USERINCLUDE ../inc/swi |
|
38 USERINCLUDE ../source/integrityservices |
|
39 MW_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
40 |
|
41 SOURCEPATH ../source/integrityservices |
|
42 |
|
43 SOURCE integrityservices.cpp |
|
44 SOURCE journal.cpp |
|
45 SOURCE journalfile.cpp |
|
46 SOURCE integritytree.cpp |
|
47 SOURCE operationfunctions.cpp |
|
48 |
|
49 LIBRARY euser.lib |
|
50 LIBRARY estor.lib |
|
51 LIBRARY efsrv.lib |
|
52 LIBRARY sectcbutil.lib |
|
53 SMPSAFE |