crops-yocto/poky/meta-flutter-apps/recipes-graphics/flutter-apps/first-party/googleads-flutter-samples-admob-native-platform-example_1.0.0.bb
2024-03-09 14:42:23 +01:00

25 lines
783 B
BlitzBasic

#
# Copyright (c) 2020-2024 Joel Winarske. All rights reserved.
#
SUMMARY = "native_platform_example"
DESCRIPTION = "Example project for demoing native ads using platform-specifc code."
AUTHOR = "Goolge Ads"
HOMEPAGE = "None"
BUGTRACKER = "None"
SECTION = "graphics"
LICENSE = "Apache-2.0"
LIC_FILES_CHKSUM = "file://LICENSE;md5=3b83ef96387f14655fc854ddc3c6bd57"
SRCREV = "b1fb58d862ad2796aeaa0606758483af34e702e5"
SRC_URI = "git://github.com/googleads/googleads-mobile-flutter.git;lfs=0;nobranch=1;protocol=https;destsuffix=git"
S = "${WORKDIR}/git"
PUBSPEC_APPNAME = "native_platform_example"
FLUTTER_APPLICATION_INSTALL_SUFFIX = "googleads-flutter-samples-admob-native-platform-example"
FLUTTER_APPLICATION_PATH = "samples/admob/native_platform_example"
inherit flutter-app