author | Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com> |
Wed, 13 Oct 2010 15:00:05 +0300 | |
branch | RCL_3 |
changeset 44 | bafa26c1d234 |
parent 35 | fbd2e7cec7ef |
permissions | -rw-r--r-- |
35 | 1 |
/* |
2 |
* Copyright (c) 2007 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: XdmProtocols.iby |
|
15 |
* |
|
16 |
*/ |
|
17 |
||
18 |
||
19 |
||
20 |
||
21 |
#ifndef __XDMPROTOCOLS_IBY__ |
|
22 |
#define __XDMPROTOCOLS_IBY__ |
|
23 |
||
24 |
#ifdef __XDM |
|
25 |
#ifdef __XDM_XCAP |
|
44
bafa26c1d234
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
35
diff
changeset
|
26 |
file=ABI_DIR\BUILD_DIR\XcapUtils.dll SHARED_LIB_DIR\XcapUtils.dll |
bafa26c1d234
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
35
diff
changeset
|
27 |
file=ABI_DIR\BUILD_DIR\XcapCacheClient.dll SHARED_LIB_DIR\XcapCacheClient.dll |
bafa26c1d234
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
35
diff
changeset
|
28 |
file=ABI_DIR\BUILD_DIR\XcapCache.exe PROGRAMS_DIR\XcapCache.exe |
bafa26c1d234
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
35
diff
changeset
|
29 |
file=ABI_DIR\BUILD_DIR\XcapHttpTransport.dll SHARED_LIB_DIR\XcapHttpTransport.dll |
35 | 30 |
ECOM_PLUGIN( XcapAppUsage.dll, 10207416.rsc) |
31 |
ECOM_PLUGIN( XcapOperations.dll, 10207410.rsc) |
|
32 |
ECOM_PLUGIN( XcapProtocol.dll, 1020740F.rsc) |
|
44
bafa26c1d234
Revision: 201039
Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
parents:
35
diff
changeset
|
33 |
data = DATAZ_\private\10207421\backup_registration.xml private\10207421\backup_registration.xml |
35 | 34 |
#endif //__XDM_XCAP |
35 |
#ifdef __XDM_LOCALSTORAGE |
|
36 |
ECOM_PLUGIN( LocalProtocol.dll, 10207458.rsc) |
|
37 |
ECOM_PLUGIN( LocalOperations.dll, 10275086.rsc) |
|
38 |
#endif //__XDM_LOCALSTORAGE |
|
39 |
#endif //__XDM |
|
40 |
||
41 |
#endif //__XDMPROTOCOLS_IBY__ |
|
42 |