85
|
1 |
/*
|
|
2 |
* Copyright (c) 2008 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:
|
92
|
15 |
* Version : %version: 19.1.6 % << Don't touch! Updated by Synergy at check-out.
|
85
|
16 |
*
|
|
17 |
*/
|
|
18 |
|
|
19 |
// To get the MW_LAYER_SYSTEMINCLUDE-definition
|
|
20 |
#include <platform_paths.hrh>
|
|
21 |
|
|
22 |
#include <data_caging_paths.hrh>
|
|
23 |
#include "../inc/cauid.hrh"
|
|
24 |
|
|
25 |
TARGET camenu.dll
|
|
26 |
TARGETTYPE dll
|
|
27 |
UID 0x1000008D CA_DLL_UID3
|
|
28 |
CAPABILITY CAP_GENERAL_DLL
|
|
29 |
VENDORID VID_DEFAULT
|
|
30 |
|
|
31 |
// Server code
|
|
32 |
SOURCEPATH ../srvsrc
|
|
33 |
SOURCE casrvsession.cpp
|
|
34 |
SOURCE casrv.cpp
|
|
35 |
SOURCE casrvmmchistory.cpp
|
|
36 |
SOURCE cainstallnotifier.cpp
|
92
|
37 |
SOURCE cainstallstrategy.cpp
|
|
38 |
SOURCE cammcwatcher.cpp
|
85
|
39 |
SOURCE casrvengutils.cpp
|
|
40 |
SOURCE casrvnotifier.cpp
|
|
41 |
SOURCE castorageproxy.cpp
|
|
42 |
|
|
43 |
|
|
44 |
USERINCLUDE ../srvinc
|
|
45 |
USERINCLUDE ../inc
|
|
46 |
USERINCLUDE ../cautils/inc
|
|
47 |
USERINCLUDE ../castorage/inc
|
|
48 |
USERINCLUDE ../casrv/casrvmgr/inc
|
|
49 |
|
|
50 |
|
92
|
51 |
APP_LAYER_SYSTEMINCLUDE
|
85
|
52 |
|
|
53 |
LIBRARY euser.lib
|
|
54 |
LIBRARY efsrv.lib
|
|
55 |
LIBRARY estor.lib
|
|
56 |
LIBRARY apparc.lib
|
|
57 |
LIBRARY apgrfx.lib
|
|
58 |
LIBRARY cautils.lib
|
|
59 |
LIBRARY castorage.lib
|
|
60 |
LIBRARY sysutil.lib
|
92
|
61 |
LIBRARY platformenv.lib
|
85
|
62 |
|
|
63 |
LIBRARY ws32.lib
|
|
64 |
LIBRARY bafl.lib
|
|
65 |
LIBRARY casrvmanager.lib
|
|
66 |
|
|
67 |
|