/** Copyright (c) 2002 Nokia Corporation and/or its subsidiary(-ies). * All rights reserved.* This component and the accompanying materials are made available* under the terms of "Eclipse Public License v1.0"* which accompanies this distribution, and is available* at the URL "http://www.eclipse.org/legal/epl-v10.html".** Initial Contributors:* Nokia Corporation - initial contribution.** Contributors:** Description: Project description file for the Access Point Engine**/#include <data_caging_paths.hrh>#include <platform_paths.hrh>TARGET APEngine.dllTARGETTYPE dllUID 0x1000008d 0x10008D3ACAPABILITY CAP_GENERAL_DLLVENDORID VID_DEFAULTSOURCEPATH ../srcSOURCE ApEngineLogger.cppSOURCE ApListItem.cppSOURCE APSelect.cppSOURCE APDataHandler.cppSOURCE APUtils.cppSOURCE APAccessPointItem.cppSOURCE ApEngineCommons.cppSOURCE ActiveApDb.cppSOURCE ActiveApDbNotifier.cppSOURCE aplistitemlist.cppSOURCE ApProtHandler.cppSOURCE ApListItemKey.cppSOURCE ApNetworkItem.cppSOURCE APNetworks.cppSOURCE apnetworkitemlist.cppSOURCE VpnApItem.cppSOURCE VpnApEngine.cppSTART RESOURCE ../Data/ApEngine.rssHEADERTARGETPATH RESOURCE_FILES_DIRLANGUAGE_IDSEND // RESOURCE// Component specific internal headers USERINCLUDE ../inc// ADO specific internal headers SYSTEMINCLUDE ../../../inc//Macro to /epoc32 headersMW_LAYER_SYSTEMINCLUDELIBRARY commdb.lib LIBRARY euser.libLIBRARY efsrv.libLIBRARY bafl.libLIBRARY insock.libLIBRARY esock.libLIBRARY FeatMgr.libLIBRARY Vpnapi.libLIBRARY centralrepository.lib#if defined(EABI) DEFFILE ../EABI/ApEngine_EKA2.def#elif defined( WINSCW ) DEFFILE ../BWinsCw/ApEngine_EKA2.def#elif defined( WINS ) DEFFILE ../BWins/ApEngine_EKA2.def#else DEFFILE ../BMarm/ApEngine_EKA2.def#endif// Define this macro if you wish to enable logging//#define __TEST_APENGINE_LOG_ENABLED// Define this macro if you wish to enable IPv6 support for testing// It will override FeatureManager's NOT SUPPORTED....//MACRO __TEST_IPV6_SUPPORT #ifdef __TEST_APENGINE_LOG_ENABLED MACRO __TEST_APENGINE_LOG__ LIBRARY flogger.lib#endif // __TEST_APENGINE_LOG_ENABLED// Define this to test CDMA support.//MACRO __TEST_CDMA_SUPPORT// Define this to test CSD support.//MACRO __TEST_CSD_SUPPORT// Define this to test HSCSD support.//MACRO __TEST_HSCSD_SUPPORT// Define this to test CDMA write-protect support.//MACRO __TEST_CDMA_WRITE_PROTECT// Define this to test WLAN support.// MACRO __TEST_WLAN_SUPPORT// Define this to test LAN support.#ifdef WINS MACRO __TEST_LAN_BEARER#endif// End of File