equal
deleted
inserted
replaced
|
1 // Copyright (c) 2007-2009 Nokia Corporation and/or its subsidiary(-ies). |
|
2 // All rights reserved. |
|
3 // This component and the accompanying materials are made available |
|
4 // under the terms of "Eclipse Public License v1.0" |
|
5 // which accompanies this distribution, and is available |
|
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html". |
|
7 // |
|
8 // Initial Contributors: |
|
9 // Nokia Corporation - initial contribution. |
|
10 // |
|
11 // Contributors: |
|
12 // |
|
13 // Description: |
|
14 // |
|
15 |
|
16 #include <mmf/common/mmfbase.hrh> // get the UID |
|
17 #include <a3f/mmfaudiosvruids.hrh> |
|
18 TARGET mmfaudioserverstart.exe |
|
19 CAPABILITY MultimediaDD DRM ProtServ UserEnvironment |
|
20 TARGETTYPE exe |
|
21 UNPAGED |
|
22 |
|
23 UID KSharedLibraryUidDefine KUidA3fAudioServerUID |
|
24 |
|
25 VENDORID 0x70000001 |
|
26 OS_LAYER_SYSTEMINCLUDE_SYMBIAN |
|
27 SOURCEPATH ../src/mmfaudioserverstart |
|
28 SOURCE mmfaudioserverstart.cpp |
|
29 |
|
30 LANG SC |
|
31 |
|
32 LIBRARY euser.lib |
|
33 LIBRARY estor.lib |
|
34 LIBRARY mmfaudioserver.lib |
|
35 |
|
36 START WINS |
|
37 BASEADDRESS 0x4F440000 |
|
38 END |
|
39 |
|
40 // End of File |
|
41 |
|
42 SMPSAFE |