-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy paths3eVungle.mkf
70 lines (58 loc) · 1.83 KB
/
s3eVungle.mkf
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
# Subproject file for extension s3eVungle.
#
# Include this subproject in your App to enable access to the s3eVungle API
#
# NOTE: This file was originally written by the extension builder, but will not
# be overwritten (unless --force is specified) and is intended to be modified.
#
# Running the extension builder with --platform can cause additions to this file
# even after modification, to support additional platforms
display_name "Extensions/s3eVungle"
includepath h
files
{
(docs)
s3eVungle.config.txt
(h)
s3eVungle.h
["interface"]
(interface)
s3eVungle_interface.cpp
s3eVungle.defines.txt
}
assets
{
(vunglepub/resources)
vg_button_close.png
vg_button_mute_plain.png
vg_button_mute_selected.png
}
defines
{
IW_TRACE_CHANNEL_VUNGLE_VERBOSE=2
}
if {{ not defined IW_MKF_IWCRT}}
subproject iwutil
#Autogenerated section for iphone platform support. Deleting these two comment
#lines will cause the extension builder to re-output this section.
deployments
{
iphone-link-opts="-framework AVFoundation -framework CFNetwork -framework AudioToolbox"
iphone-link-opts="-framework CoreMedia -framework MediaPlayer -framework AdSupport"
iphone-link-opts="-framework StoreKit -framework CoreLocation"
iphone-link-lib="s3eVungle"
iphone-link-lib="vunglepub"
iphone-link-libdir="lib/iphone"
iphone-link-libdir="vunglepub/bin"
}
#Autogenerated section for android platform support. Deleting these two comment
#lines will cause the extension builder to re-output this section.
#Include the extension's jar file during deployment
deployments
{
android-external-jars="lib/android/s3eVungle.jar"
android-external-jars="vunglepub/VunglePub.jar"
android-so="lib/android/libs3eVungle.so"
android-extra-application-manifest="VungleApplicationManifest.xml"
android-extra-manifest="VungleManifest.xml"
}