openvg/openvgrefimplementation/sfopenvg/group/openvgu_sw.mmp
branchNewGraphicsArchitecture
changeset 87 0709f76d91e5
equal deleted inserted replaced
84:de3e07519bb7 87:0709f76d91e5
       
     1 /*
       
     2 * Copyright (c) 2010 Symbian Foundation Ltd
       
     3 * This component and the accompanying materials are made available
       
     4 * under the terms of the License "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 * Symbian Foundation Ltd - initial contribution.
       
    10 * 
       
    11 * Contributors:
       
    12 *
       
    13 * Description:
       
    14 * Remove libOpenVGU_sw.dll by creating libOpenVGU_sw.lib which redirects to the real libOpenVGU.dll
       
    15 */
       
    16 
       
    17 #include <vg\openvguids.hrh> // For uids
       
    18 
       
    19 target          libOpenVGU_sw.lib
       
    20 targettype      implib
       
    21 linkas          libOpenVG.dll
       
    22 
       
    23 #ifdef WINS
       
    24 deffile         /epoc32/include/def/win32/libopenvgu11.def	// should be exported to epoc32/include/def/bwins for the "~" syntax
       
    25 #else
       
    26 deffile         /epoc32/include/def/~/libopenvgu11.def
       
    27 #endif // WINS
       
    28 
       
    29 uid             KUidSharedDllUidValue KUidVGUDllUidValue		// File uids
       
    30 
       
    31