Skip to content

Commit 08ba23a

Browse files
committed
Using Manager interface file to add new APIs
Currently there are two interface files defined for VPD Manager service. APIs from FRU.Manager interface are moved to Manager interface. Single interface file is maintained for VPD.Manager service. Change-Id: Iebbf9bdde5d000fdf60edaf2c393ef8bbdf61376 Signed-off-by: Rekha Aparna <[email protected]>
1 parent fd382fe commit 08ba23a

File tree

4 files changed

+114
-246
lines changed

4 files changed

+114
-246
lines changed

gen/com/ibm/VPD/FRUManager/meson.build

Lines changed: 0 additions & 38 deletions
This file was deleted.

gen/com/ibm/VPD/meson.build

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
# Generated file; do not modify.
22
subdir('Collection')
3-
subdir('FRUManager')
43
subdir('Manager')
54

65
sdbusplus_current_path = 'com/ibm/VPD'
@@ -49,28 +48,6 @@ generated_markdown += custom_target(
4948
build_by_default: should_generate_markdown,
5049
)
5150

52-
generated_markdown += custom_target(
53-
'com/ibm/VPD/FRUManager__markdown'.underscorify(),
54-
input: ['../../../../yaml/com/ibm/VPD/FRUManager.interface.yaml'],
55-
output: ['FRUManager.md'],
56-
depend_files: sdbusplusplus_depfiles,
57-
command: [
58-
sdbuspp_gen_meson_prog,
59-
'--command',
60-
'markdown',
61-
'--output',
62-
meson.current_build_dir(),
63-
'--tool',
64-
sdbusplusplus_prog,
65-
'--directory',
66-
meson.current_source_dir() / '../../../../yaml',
67-
'com/ibm/VPD/FRUManager',
68-
],
69-
install: should_generate_markdown,
70-
install_dir: [inst_markdown_dir / sdbusplus_current_path],
71-
build_by_default: should_generate_markdown,
72-
)
73-
7451
generated_markdown += custom_target(
7552
'com/ibm/VPD/Manager__markdown'.underscorify(),
7653
input: ['../../../../yaml/com/ibm/VPD/Manager.interface.yaml'],

yaml/com/ibm/VPD/FRUManager.interface.yaml

Lines changed: 0 additions & 164 deletions
This file was deleted.

0 commit comments

Comments
 (0)