blob: d8ffdec83bbfc27b7eb86acbbbbf7c9cc83bc740 [file] [log] [blame]
# Copyright (c) 2022, the Dart project authors. Please see the AUTHORS file
# for details. All rights reserved. Use of this source code is governed by a
# BSD-style license that can be found in the LICENSE file.
# =================== GENERATING TEST BINDINGS ==================
# dart run ffigen --config test/native_objc_test/config.yaml
# ===============================================================
name: NativeObjCLibrary
description: 'Native Objective C test'
language: objc
output: 'native_objc_test_bindings.dart'
exclude-all-by-default: true
objc-interfaces:
include:
- Foo
headers:
entry-points:
- 'native_objc_test.m'