eapol/eapol_framework/eapol_symbian/group/eapprotectedsetup.mmp
author William Roberts <williamr@symbian.org>
Tue, 06 Apr 2010 20:34:33 +0100
branchCompilerCompatibility
changeset 14 3f122ca50ab9
parent 2 1c7bc153c08e
permissions -rw-r--r--
Remove spurious EAP_NO_EXPORTS macros and add missing EAP_FUNC_EXPORT markers, to fix Bug 629 and address Bug 2460

/*
* Copyright (c) 2001-2006 Nokia Corporation and/or its subsidiary(-ies).
* All rights reserved.
* This component and the accompanying materials are made available
* under the terms of the License "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 definition file for project EAP-Protected setup
*
*/

/*
* %version: 12.2.2 %
*/

#include <platform_paths.hrh>
#include "eapol.mmh"

CAPABILITY CAP_ECOM_PLUGIN
VENDORID VID_DEFAULT
TARGETTYPE    PLUGIN

TARGET        eapprotectedsetup.dll
UID	      0x10009d8d 0x2000b003

SOURCEPATH    ../am/type/protected_setup/symbian/plugin/src

START RESOURCE 2000b003.rss 
	TARGET eapprotectedsetup.rsc
END

// For Symbian Side
SOURCEPATH    ../am/type/protected_setup/symbian/plugin/src
SOURCE        EapProtectedSetup.cpp 
SOURCE        EapProtectedSetupProxy.cpp

SOURCEPATH	../am/type/symbian/plugin/common
SOURCE		EapTypeInfo.cpp

//SOURCEPATH    ../am/type/symbian/plugin/common
//SOURCE	      EapProtectedSetupInfo.cpp

SOURCEPATH    ../am/type/protected_setup
SOURCE        eap_am_type_protected_setup_symbian.cpp
SOURCE        EapProtectedSetupInterface.cpp

SOURCEPATH    ../am/common/symbian
SOURCE		  eap_am_trace_symbian.cpp

// For Common Side
SOURCEPATH		../../eapol_common/type/simple_config/eap/src
SOURCE			eap_type_simple_config.cpp
SOURCE			eap_type_simple_config_header.cpp
SOURCE			eap_type_simple_config_state_notification.cpp
	
SOURCEPATH    	../../eapol_common/type/simple_config/simple_config/src	
SOURCE			simple_config_base_record.cpp
SOURCE			simple_config_completion.cpp
SOURCE			simple_config_message.cpp
SOURCE			simple_config_record.cpp
SOURCE			simple_config_tlv_header.cpp
SOURCE			simple_config_types.cpp
SOURCE			simple_config_payloads.cpp
SOURCE			simple_config_credential.cpp

// For Common Side
USERINCLUDE   ../../eapol_common/include
USERINCLUDE   ../../eapol_common/am/include
USERINCLUDE   ../../eapol_common/type/simple_config/eap/include
USERINCLUDE   ../../eapol_common/type/simple_config/simple_config/include

// For Symbian Side
USERINCLUDE   ../am/include
USERINCLUDE   ../am/type/protected_setup/symbian/plugin/inc

LANG		  SC

MW_LAYER_SYSTEMINCLUDE // For the MiddleWare domain headers.

LIBRARY		euser.lib ecom.lib eapol.lib //edbms.lib efsrv.lib 
LIBRARY		cone.lib eikcoctl.lib
LIBRARY		etelmm.lib etel.lib	// For ETel connection

LIBRARY 	wlandbif.lib


//-------------------------------------------------------------------

//-------------------------------------------------------------------
// End of File