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 # |
|
15 # Description: |
|
16 # Stubs for Wlan wizard testing |
|
17 # |
|
18 |
|
19 DEFINES += BUILD_WLANQTUTILITIES_DLL |
|
20 |
|
21 HEADERS += \ |
|
22 stubs/eapqtcertificateinfo.h \ |
|
23 stubs/eapqtconfig.h \ |
|
24 stubs/eapqtconfiginterface.h \ |
|
25 stubs/eapqtconfiginterface_context.h \ |
|
26 stubs/eapqtpacstoreconfig.h \ |
|
27 stubs/eapqtvalidator.h \ |
|
28 stubs/eapqtvalidator_stub.h \ |
|
29 stubs/wlanmgmtclient.h \ |
|
30 stubs/wlanmgmtclient_context.h \ |
|
31 stubs/wlanqtutils.h \ |
|
32 stubs/wlanqtutils_context.h \ |
|
33 stubs/wlanqtutilsap.h \ |
|
34 stubs/wlanqtutilscommon.h |
|
35 |
|
36 SOURCES += \ |
|
37 stubs/eapqtcertificateinfo_stub.cpp \ |
|
38 stubs/eapqtconfig_stub.cpp \ |
|
39 stubs/eapqtconfiginterface_stub.cpp \ |
|
40 stubs/eapqtconfiginterface_context.cpp \ |
|
41 stubs/eapqtpacstoreconfig_stub.cpp \ |
|
42 stubs/eapqtvalidator_stub.cpp \ |
|
43 stubs/wlanmgmtclient_stub.cpp \ |
|
44 stubs/wlanmgmtclient_context.cpp \ |
|
45 stubs/wlanqtutils_context.cpp \ |
|
46 stubs/wlanqtutils_stub.cpp \ |
|
47 stubs/wlanqtutilsap_stub.cpp |
|