1 // Copyright (c) 1999-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 // Comms configuration database |
|
15 // |
|
16 // |
|
17 |
|
18 /** |
|
19 @file |
|
20 @deprecated since v9.1. Functionality is replaced with commsdat. |
|
21 */ |
|
22 |
|
23 |
|
24 PRJ_PLATFORMS |
|
25 |
|
26 DEFAULT |
|
27 |
|
28 PRJ_EXPORTS |
|
29 |
|
30 //Export from Old commdb |
|
31 ../INC/CDBLEN.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cdblen.h) |
|
32 ../INC/CDBCOLS.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cdbcols.h) |
|
33 ../INC/CDBOVER.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cdbover.h) |
|
34 ../INC/CDBOVER.INL SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cdbover.inl) |
|
35 ../INC/CDBSTORE.H SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cdbstore.h) |
|
36 ../INC/CDBSTORE.INL SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(cdbstore.inl) |
|
37 ../INC/CommDbConnPref.h SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(commdbconnpref.h) |
|
38 ../INC/CommDbConnPref.inl SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(commdbconnpref.inl) |
|
39 |
|
40 //Export from shim |
|
41 ../INC/COMMDB.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(commdb.h) |
|
42 ../INC/COMMDB.INL SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(commdb.inl) |
|
43 ../INC/CDBTEMP.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cdbtemp.h) |
|
44 ../INC/CDBPREFTABLE.H SYMBIAN_OS_LAYER_PUBLIC_EXPORT_PATH(cdbpreftable.h) |
|
45 ../ProtectedDB/ProtectDB.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(comms-infras/commdb/protection/protectdb.h) |
|
46 ../ProtectedDB/protectcpdb.h SYMBIAN_OS_LAYER_PLATFORM_EXPORT_PATH(comms-infras/commdb/protection/protectcpdb.h) |
|
47 |
|
48 |
|
49 ../group/commdb.iby /epoc32/rom/include/commdb.iby |
|
50 ../Notifier/group/ShimNotifier.iby /epoc32/rom/include/shimnotifier.iby |
|
51 |
|
52 PRJ_TESTEXPORTS |
|
53 |
|
54 PRJ_MMPFILES |
|
55 ../group/commdb.mmp |
|
56 |
|
57 //Shim notifiers |
|
58 ../Notifier/group/ShimNotifierCli.mmp |
|
59 ../Notifier/group/ShimNotifierSvr.MMP |
|
60 |
|
61 PRJ_TESTMMPFILES |
|
62 |
|
63 |
|