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