equal
deleted
inserted
replaced
|
1 // Copyright (c) 2004-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // dbspconv Database management - database security policy file creation tool |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 */ |
|
21 |
|
22 TARGET edbspconv.exe |
|
23 TARGETTYPE EXE |
|
24 UID 0 0x102032AC // Allocated UID - KUidDbSpConv = 0x102032AC |
|
25 VENDORID 0x70000001 |
|
26 |
|
27 SMPSAFE |
|
28 |
|
29 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
30 USERINCLUDE ../inc |
|
31 USERINCLUDE ../security |
|
32 |
|
33 SOURCEPATH ../SPConv |
|
34 SOURCE cn_main.cpp cn_cmdparse.cpp cn_util.cpp cn_txt2bin.cpp cn_bin2txt.cpp cn_proc.cpp |
|
35 |
|
36 SOURCEPATH ../udbms |
|
37 SOURCE Ud_Assert.cpp |
|
38 |
|
39 SOURCEPATH ../security |
|
40 SOURCE SC_Policy.cpp SC_StrmIn.cpp SC_StrmOut.cpp SC_Builder.cpp SC_Reader.cpp |
|
41 SOURCE SC_TextOut.cpp SC_TextIn.cpp SC_Strings.cpp |
|
42 |
|
43 LIBRARY euser.lib efsrv.lib estor.lib |