guestrendering/guestopenvgu/group/guestopenvgu.mmp
author Matt Plumtree <matt.plumtree@nokia.com>
Thu, 07 Oct 2010 18:44:04 +0100
branchbug235_bringup_0
changeset 56 40cc73c24bf8
parent 24 a3f46bb01be2
permissions -rwxr-xr-x
Host components now buildable in their correct locations (although stil using CMake). Use build.bat in package root. Note holdingarea build no longer works and everything except llvm will be removed soon. Fix ups to references to components moved to vghwinterface. Move package common headers up to pacakge level inc directory.
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
24
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
     1
// Copyright (c) 2010 Nokia Corporation and/or its subsidiary(-ies).
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
     2
// All rights reserved.
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
     3
// This component and the accompanying materials are made available
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
     4
// under the terms of "Eclipse Public License v1.0"
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
     5
// which accompanies this distribution, and is available
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
     6
// at the URL "http://www.eclipse.org/legal/epl-v10.html".
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
     7
//
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
     8
// Initial Contributors:
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
     9
// Nokia Corporation - initial contribution.
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    10
//
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    11
// Contributors:
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    12
//
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    13
// Description:
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    14
// Project file for the OpenVGU guest library 
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    15
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    16
#include <platform_paths.hrh>
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    17
#include <VG/openvguids.hrh> // For uids
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    18
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    19
TARGET          guestopenvgu.dll
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    20
TARGETTYPE      dll
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    21
LINKAS          libopenvgu.dll
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    22
UID             KUidSharedDllUidValue KUidVGUDllUidValue
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    23
CAPABILITY      CAP_GENERAL_DLL
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    24
VENDORID        VID_DEFAULT
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    25
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    26
OS_LAYER_SYSTEMINCLUDE
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    27
OS_LAYER_ESTLIB_SYSTEMINCLUDE
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    28
USERINCLUDE     ../inc
56
40cc73c24bf8 Host components now buildable in their correct locations (although stil using CMake). Use build.bat in package root.
Matt Plumtree <matt.plumtree@nokia.com>
parents: 24
diff changeset
    29
USERINCLUDE     ../../../vghwinterface/vghwutils/inc
40cc73c24bf8 Host components now buildable in their correct locations (although stil using CMake). Use build.bat in package root.
Matt Plumtree <matt.plumtree@nokia.com>
parents: 24
diff changeset
    30
USERINCLUDE     ../../../vghwinterface/vghwserialiser/inc
24
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    31
56
40cc73c24bf8 Host components now buildable in their correct locations (although stil using CMake). Use build.bat in package root.
Matt Plumtree <matt.plumtree@nokia.com>
parents: 24
diff changeset
    32
SOURCEPATH      ../../../vghwinterface/vghwserialiser/src
24
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    33
SOURCE openvgrfc.cpp
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    34
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    35
SOURCEPATH      ../src
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    36
SOURCE          openvgu.cpp
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    37
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    38
LIBRARY euser.lib           // Mandatory
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    39
LIBRARY vghwutils.lib               
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    40
LIBRARY libOpenVG.lib                
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    41
LIBRARY guestopenvg.lib
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    42
LIBRARY vghwserialiser.lib
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    43
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    44
#ifdef WINS
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    45
DEFFILE         /epoc32/include/def/win32/libopenvgu11.def  // WINS/WINSCW def file
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    46
#else
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    47
DEFFILE         /epoc32/include/def/eabi/libopenvgu11.def   // ARM def file
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    48
#endif // WINS
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    49
a3f46bb01be2 Fix line endings
Faisal Memon <faisal.memon@nokia.com>
parents: 15
diff changeset
    50
EPOCALLOWDLLDATA