46
|
1 |
/*
|
|
2 |
* Copyright (c) 2001-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 the License "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: This is project specification file for the wapisecuritysettings stub.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
/*
|
|
19 |
* %version: 8 %
|
|
20 |
*/
|
|
21 |
|
|
22 |
#include <data_caging_paths.hrh>
|
|
23 |
#include <platform_paths.hrh>
|
|
24 |
|
|
25 |
|
|
26 |
TARGET wapisecuritysettingsui.dll
|
|
27 |
TARGETTYPE DLL
|
|
28 |
|
|
29 |
CAPABILITY CAP_GENERAL_DLL
|
|
30 |
VENDORID VID_DEFAULT
|
|
31 |
|
|
32 |
SOURCEPATH ../src
|
|
33 |
|
|
34 |
SOURCE wapisecuritysettingsstub.cpp
|
|
35 |
SOURCE wapisecuritysettingsuistub.cpp
|
|
36 |
|
|
37 |
|
|
38 |
// Component specific internal headers
|
|
39 |
USERINCLUDE ../../inc
|
|
40 |
|
|
41 |
//Macro to /epoc32 headers
|
|
42 |
MW_LAYER_SYSTEMINCLUDE
|
|
43 |
|
|
44 |
//Used libraries
|
|
45 |
LIBRARY euser.lib
|
|
46 |
|
|
47 |
#if defined( WINSCW )
|
|
48 |
DEFFILE ../../bwinscw/wapisecuritysettingsui.def
|
|
49 |
#else
|
|
50 |
DEFFILE ../../eabi/wapisecuritysettingsui.def
|
|
51 |
#endif
|
|
52 |
|
|
53 |
// End of File
|