40
|
1 |
/*
|
|
2 |
* Copyright (c) 2009-2010 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 |
* Description: sconoviaccounthandler mmp file
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
#include <non_foundation_paths.hrh>
|
|
21 |
#include <data_caging_paths.hrh>
|
|
22 |
|
|
23 |
VENDORID VID_DEFAULT
|
|
24 |
|
|
25 |
CAPABILITY CAP_GENERAL_DLL
|
|
26 |
|
|
27 |
TARGETPATH sys/bin
|
|
28 |
|
|
29 |
TARGET sconoviaccounthandler.dll
|
|
30 |
TARGETTYPE DLL
|
|
31 |
DEFFILE sconoviaccounthandler.def
|
|
32 |
UID 0x10009D8D 0x2001A97A
|
|
33 |
|
|
34 |
SOURCEPATH ../src
|
|
35 |
SOURCE sconoviaccounthandler.cpp
|
|
36 |
|
|
37 |
USERINCLUDE ../inc
|
|
38 |
USERINCLUDE ../../../inc
|
|
39 |
|
|
40 |
// System include paths
|
|
41 |
APP_LAYER_SYSTEMINCLUDE
|
|
42 |
NON_FOUNDATION_MW_LAYER_SYSTEMINCLUDE
|
|
43 |
|
|
44 |
DEBUGLIBRARY flogger.lib
|
|
45 |
LIBRARY euser.lib
|
|
46 |
LIBRARY wsaccountmanager.lib
|
|
47 |
LIBRARY estor.lib // For RWriteStream
|
54
|
48 |
|
|
49 |
|