eapol/eapol_framework/eapol_symbian/group/eapprotectedsetup.mmp
author Dremov Kirill (Nokia-D-MSW/Tampere) <kirill.dremov@nokia.com>
Tue, 31 Aug 2010 15:16:37 +0300
branchRCL_3
changeset 18 bad0cc58d154
parent 13 3634639e6dc7
child 19 c74b3d9f6b9e
permissions -rw-r--r--
Revision: 201029 Kit: 201035

/*
* 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: 16 %
*/

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

CAPABILITY CAP_ECOM_PLUGIN
VENDORID VID_DEFAULT
TARGETTYPE    PLUGIN

TARGET        eapprotectedsetup.dll
UID	      0x10009d8d 0x2000b003

deffile eapprotectedsetup.def

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/protected_setup
SOURCE        eap_am_type_protected_setup_symbian.cpp
SOURCE        EapProtectedSetupInterface.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 eaptools.lib eaptrace.lib eapsymbiantools.lib 
LIBRARY		cone.lib eikcoctl.lib
LIBRARY		etelmm.lib etel.lib	// For ETel connection




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