blob: 4106007c87105aeb1eb9b0dce85ccb58fcdcfc05 [file] [log] [blame]
name: ProtocolTestObjCLibrary
description: 'Tests implementing protocols'
language: objc
output:
bindings: 'protocol_bindings.dart'
objc-bindings: 'protocol_bindings.m'
exclude-all-by-default: true
functions:
include:
- getClass
- getClassName
- objc_autoreleasePoolPop
- objc_autoreleasePoolPush
objc-interfaces:
include:
- ProtocolConsumer
- ObjCProtocolImpl
- ObjCProtocolImplMissingMethod
objc-protocols:
include:
- EmptyProtocol
- MyProtocol
- SecondaryProtocol
- UnusedProtocol
headers:
entry-points:
- 'protocol_test.h'