equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2005 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: |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #ifndef __WIM_IBY__ |
|
20 #define __WIM_IBY__ |
|
21 |
|
22 #include <bldvariant.hrh> |
|
23 |
|
24 FILE=ABI_DIR\BUILD_DIR\WIMCLIENT.DLL SHARED_LIB_DIR\WIMCLIENT.DLL |
|
25 |
|
26 //WIM |
|
27 #if defined( __SIM_CERTIFICATES ) || defined( __SMART_CARD_PROV ) || defined( __WIM ) |
|
28 FILE=ABI_DIR\BUILD_DIR\SWIMREADER.DLL SHARED_LIB_DIR\SWIMREADER.DLL |
|
29 FILE=ABI_DIR\BUILD_DIR\SCARD.DLL SHARED_LIB_DIR\SCARD.DLL |
|
30 FILE=ABI_DIR\BUILD_DIR\WIMSERVER.EXE PROGRAMS_DIR\WIMSERVER.EXE |
|
31 FILE=ABI_DIR\BUILD_DIR\WIMUTIL.DLL SHARED_LIB_DIR\WIMUTIL.DLL |
|
32 |
|
33 #if defined( __SIM_CERTIFICATES ) || defined( __WIM ) |
|
34 |
|
35 ECOM_PLUGIN( WIMPLUGIN.DLL, 101FB674.rsc ) |
|
36 |
|
37 |
|
38 #endif |
|
39 |
|
40 #endif //defined( __SIM_CERTIFICATES ) || defined( __SMART_CARD_PROV ) || defined( __WIM ) |
|
41 #endif //__WIM_IBY__ |
|
42 |