breakdeps/CONE.MMP
author William Roberts <williamr@symbian.org>
Mon, 18 Oct 2010 12:30:30 +0100
changeset 66 fc9981c83de7
parent 55 f1c1302a0b48
child 79 26cde9838d22
permissions -rw-r--r--
Add weatherinfo demo to syborg_stem_rom.oby Removed "Out" from etel.dll because it's too severe and kills the startup scripts Didn't add "In" to weatherinfo.exe because we are currently losing QtGui.dll due to dependency on MediaClientAudio.dll
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
42
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
     1
// Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
     2
// All rights reserved.
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
     3
// This component and the accompanying materials are made available
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
     5
// which accompanies this distribution, and is available
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
     7
//
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
     8
// Initial Contributors:
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
     9
// Nokia Corporation - initial contribution.
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    10
//
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    11
// Contributors:
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    12
//
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    13
// Description:
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    14
// cone.dll Control environment
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    15
// 
55
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    16
// Modified to build stem_cone.dll to break dependency on mediaclientaudio.dll
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    17
// Assumes that the sf/mw/classicui package is accessible and adjusts the paths
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    18
// to refer back to /sf/mw/classicui/lafagnosticuifoundation/cone where needed
42
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    19
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    20
/**
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    21
 @file
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    22
*/
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    23
55
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    24
target			stem_cone.dll
42
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    25
CAPABILITY All -Tcb
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    26
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    27
targettype		DLL
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    28
UID			0x1000008D 0x10003A41
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    29
VENDORID 	0x70000001
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    30
55
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    31
userinclude		/sf/mw/classicui/lafagnosticuifoundation/cone/inc
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    32
USERINCLUDE     /sf/mw/classicui/lafagnosticuifoundation/cone/src
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    33
// userinclude		../../../../../mw/classicui/lafagnosticuifoundation/cone/inc
42
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    34
MW_LAYER_SYSTEMINCLUDE_SYMBIAN
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    35
55
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    36
SOURCEPATH	/sf/mw/classicui/lafagnosticuifoundation/cone/src
42
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    37
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    38
source  COEAUI.CPP    COECCNTX.CPP COECNTRL.CPP
55
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    39
source  COEFEP.CPP    COEHELP.CPP  COEMAIN.CPP
42
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    40
source  COEUTILS.CPP  Coemop.cpp   COEMAINSECUREFEP.CPP
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    41
source  COEFONT.cpp	COEFONTPROVIDER.cpp	coetextdrawer.cpp
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    42
source  coecontrolarray.cpp CoeDataStorage.cpp
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    43
source  CoeColorUse.cpp
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    44
source  COECNTSS.CPP
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    45
source  COEVIEW.CPP
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    46
source	coevwman.cpp
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    47
source  COEPRIV.CPP
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    48
source  COEINPUT.CPP
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    49
source  CoeEnvExtra.cpp
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    50
55
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    51
SOURCEPATH .
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    52
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    53
source  coesndpy.cpp
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    54
42
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    55
library			euser.lib  efsrv.lib  bafl.lib
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    56
library			gdi.lib    ws32.lib   egul.lib   viewcli.lib
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    57
library			ecom.lib  centralrepository.lib  estor.lib
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    58
library			hal.lib
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    59
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    60
#if defined(USE_IH_RAISE_EVENT)
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    61
library         instrumentationhandler.lib
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    62
#endif
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    63
55
f1c1302a0b48 Create stem_cone.dll, breaking dependency on mediaclientaudio.dll and mediaclient.dll
William Roberts <williamr@symbian.org>
parents: 54
diff changeset
    64
deffile stem_cone.def
42
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    65
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    66
START WINS
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    67
	baseaddress		0x40600000
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    68
END
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    69
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    70
29cf161020cf Break CONE dependency on MediaClient.dll and MediaClientAudio.dll
markw <markw@symbian.org>
parents:
diff changeset
    71
SMPSAFE