24
|
1 |
#
|
25
|
2 |
# Copyright (c) 2008 Nokia Corporation and/or its subsidiary(-ies).
|
24
|
3 |
# All rights reserved.
|
|
4 |
# This component and the accompanying materials are made available
|
25
|
5 |
# under the terms of the License "Eclipse Public License v1.0"
|
24
|
6 |
# which accompanies this distribution, and is available
|
25
|
7 |
# at the URL "http://www.eclipse.org/legal/epl-v10.html".
|
24
|
8 |
#
|
|
9 |
# Initial Contributors:
|
|
10 |
# Nokia Corporation - initial contribution.
|
|
11 |
#
|
|
12 |
# Contributors:
|
|
13 |
#
|
25
|
14 |
# Description: Definitions for video type*
|
24
|
15 |
#
|
|
16 |
|
|
17 |
TEMPLATE = subdirs
|
|
18 |
CONFIG += ordered
|
|
19 |
symbian: {
|
28
|
20 |
BLD_INF_RULES.prj_mmpfiles += $$LITERAL_HASH"include \"videoutils_plat/videoplayer_constants_api/group/bld.inf\""
|
|
21 |
BLD_INF_RULES.prj_mmpfiles += $$LITERAL_HASH"include \"videoutils_plat/videoscheduler_api/group/bld.inf\""
|
24
|
22 |
}
|