51
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 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 |
#include <bldvariant.hrh>
|
|
20 |
|
|
21 |
#ifndef __DMNOTFIFICATIONS_IBY__
|
|
22 |
#define __DMNOTFIFICATIONS_IBY__
|
|
23 |
|
|
24 |
#ifdef __SYNCML_DM // nothing should be installed from this .iby file if __SYNCML_DM feature is not selected
|
|
25 |
|
|
26 |
|
|
27 |
|
|
28 |
REM DM Device Dialog Client
|
|
29 |
file=ABI_DIR\BUILD_DIR\dmdevdialogclient.dll SHARED_LIB_DIR\dmdevdialogclient.dll
|
|
30 |
|
|
31 |
REM DM Device Dialog Server
|
|
32 |
file=ABI_DIR\BUILD_DIR\dmdevicedialog.exe PROGRAMS_DIR\dmdevicedialog.exe
|
|
33 |
|
|
34 |
#endif //__SYNCML_DM
|
|
35 |
|
|
36 |
#endif //__DMNOTFIFICATIONS_IBY__
|