31
|
1 |
/*
|
|
2 |
* Copyright (c) 2009 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 the License "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: Branding server client component project descripton file.
|
|
15 |
*
|
|
16 |
*/
|
|
17 |
|
|
18 |
#include "bsuids.h"
|
|
19 |
#include <platform_paths.hrh>
|
|
20 |
#include <data_caging_paths_strings.hrh>
|
|
21 |
|
|
22 |
TARGET bsclient.dll
|
|
23 |
TARGETTYPE dll
|
|
24 |
UID KStaticInterfaceDllUid2 KBrandingClientUid3
|
|
25 |
CAPABILITY CAP_CLIENT_DLL
|
|
26 |
VENDORID VID_DEFAULT
|
|
27 |
|
|
28 |
|
|
29 |
SOURCEPATH ../BSClient
|
|
30 |
SOURCE cbsclient.cpp
|
|
31 |
SOURCE bsprocessstarter.cpp
|
|
32 |
SOURCE cbsfactory.cpp
|
|
33 |
SOURCE cbsaccess.cpp
|
|
34 |
SOURCE cbsupdater.cpp
|
|
35 |
SOURCE cbselement.cpp
|
|
36 |
SOURCE bselementfactory.cpp
|
|
37 |
SOURCE cbsbitmap.cpp
|
|
38 |
SOURCE cbsbrandobserver.cpp
|
|
39 |
SOURCE cbsiconfileprovider.cpp
|
|
40 |
|
|
41 |
|
|
42 |
USERINCLUDE ../Group
|
|
43 |
USERINCLUDE ../BSServer
|
|
44 |
USERINCLUDE ../BSClient
|
|
45 |
|
|
46 |
APP_LAYER_SYSTEMINCLUDE
|
|
47 |
|
|
48 |
|
|
49 |
LIBRARY euser.lib
|
|
50 |
LIBRARY efsrv.lib
|
|
51 |
LIBRARY flogger.lib
|
|
52 |
LIBRARY estor.lib
|
|
53 |
LIBRARY AknSkins.lib
|
|
54 |
LIBRARY aknicon.lib //avkon icons
|
|
55 |
LIBRARY cone.lib
|
|
56 |
LIBRARY charconv.lib
|