Skip to content
Snippets Groups Projects
Commit 30577414 authored by Alex Klyubin's avatar Alex Klyubin Committed by android-build-merger
Browse files

Merge "Remove unused hal_impl_domain macro" am: 6de0d9a7 am: fbd22279

am: 52c5bde4

Change-Id: Ie51eefe6c99adc6d266c96c15dae6df81363109c
parents d86b3d7c 52c5bde4
No related branches found
No related tags found
No related merge requests found
...@@ -148,26 +148,6 @@ define(`bluetooth_domain', ` ...@@ -148,26 +148,6 @@ define(`bluetooth_domain', `
typeattribute $1 bluetoothdomain; typeattribute $1 bluetoothdomain;
') ')
# TODO: Remove hal_impl_domain once all uses have been switched to hal_server_domain.
#####################################
# hal_impl_domain(domain[, hal_type_attr])
# Allow a base set of permissions required for a domain to host a
# HAL implementation.
#
# Optionally, the type of the HAL can be specified as the second
# argument. This is useful for HALs which may have multiple
# implementations. Attributes are used to group the various
# implementations of such HALs.
#
# For example, default implementation of Foo HAL:
# type hal_foo_default, domain;
# hal_impl_domain(hal_foo_default, hal_foo)
#
define(`hal_impl_domain', `
typeattribute $1 halserverdomain;
ifelse($2, `', `', `typeattribute $1 $2;')
')
##################################### #####################################
# hal_server_domain(domain, hal_type) # hal_server_domain(domain, hal_type)
# Allow a base set of permissions required for a domain to offer a # Allow a base set of permissions required for a domain to offer a
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment