equal
deleted
inserted
replaced
|
1 /* |
|
2 * Copyright (c) 2007 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: Project definition file for GlobalAudioSettings |
|
15 * |
|
16 */ |
|
17 |
|
18 |
|
19 #include <platform_paths.hrh> |
|
20 TARGET GlobalAudioSettings.dll |
|
21 TARGETTYPE DLL |
|
22 UID 0x1000008D 0x10207B7D |
|
23 |
|
24 CAPABILITY ALL -TCB |
|
25 VENDORID VID_DEFAULT |
|
26 |
|
27 OS_LAYER_SYSTEMINCLUDE |
|
28 SYSTEMINCLUDE /epoc32/include/mmf/common |
|
29 |
|
30 USERINCLUDE ../inc |
|
31 |
|
32 |
|
33 SOURCEPATH ../src |
|
34 |
|
35 SOURCE GlobalAudioSettings.cpp |
|
36 SOURCE GlobalAudioSettingsImpl.cpp |
|
37 SOURCE AudioClientsListManagerAO.cpp |
|
38 |
|
39 deffile GlobalAudioSettings.def |
|
40 nostrictdef |
|
41 |
|
42 LIBRARY EUser.lib |
|
43 LIBRARY Estlib.lib |
|
44 LIBRARY centralrepository.lib |
|
45 |
|
46 //----------------------------------------------------------------------------- |
|
47 // End of File |
|
48 //----------------------------------------------------------------------------- |